# Weave.jl generating tables for the pdf doctype

**URL:** https://discourse.julialang.org/t/weave-jl-generating-tables-for-the-pdf-doctype/64716
**Category:** General Usage
**Tags:** weave
**Created:** [July 15, 2021, 8:14pm UTC](https://discourse.julialang.org/t/weave-jl-generating-tables-for-the-pdf-doctype/64716 "2021-07-15T20:14:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Marco-Congedo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/marco-congedo/32/7321_2.png) [@Marco-Congedo](https://discourse.julialang.org/u/Marco-Congedo)
#### Post date: [July 15, 2021, 8:14pm UTC](https://discourse.julialang.org/t/weave-jl-generating-tables-for-the-pdf-doctype/64716/1 "2021-07-15T20:14:40Z")

</div>

I am having an hard time generating tables with [Weave.jl](https://github.com/JunoLab/Weave.jl) using the pdf doctype. For the html doctype i can generate decent tables using [PrettyTables.jl](https://github.com/ronisbr/PrettyTables.jl). While most options of PrettyTables do not work in Weave, i can at least tune the column width and a few other things, but that does not seem to work for the pdf doctype. Without setting the column width the tables are printed all skrewed up.

Can someone share experience on how to generate tables with Weave for the pdf doctype?
