# How can I control the LaTeX settings of Weave output?

**URL:** https://discourse.julialang.org/t/how-can-i-control-the-latex-settings-of-weave-output/105692
**Category:** General Usage
**Tags:** question, latex, weave
**Created:** [November 2, 2023, 11:48am UTC](https://discourse.julialang.org/t/how-can-i-control-the-latex-settings-of-weave-output/105692 "2023-11-02T11:48:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![homocomputeris](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/homocomputeris/32/8933_2.png) [@homocomputeris](https://discourse.julialang.org/u/homocomputeris)
#### Post date: [November 2, 2023, 11:48am UTC](https://discourse.julialang.org/t/how-can-i-control-the-latex-settings-of-weave-output/105692/1 "2023-11-02T11:48:22Z")

</div>

How can I configure the LaTeX output of Weave.jl such as packages used, typefaces, etc.? Basically, can I pass LaTeX preamble to Weave?

---

<div class="post-metadata">

### Author: ![sijo](https://avatars.discourse-cdn.com/v4/letter/s/da6949/32.png) [@sijo](https://discourse.julialang.org/u/sijo)
#### Post date: [November 6, 2023, 8:21am UTC](https://discourse.julialang.org/t/how-can-i-control-the-latex-settings-of-weave-output/105692/2 "2023-11-06T08:21:12Z")

</div>

I don’t know how to do that in Weave but maybe have a look at quarto, it’s an awesome system similar to Weave that’s very actively developed and has a ton of features. Here’s the documentation on including LaTeX packages: [Quarto - PDF Basics](https://quarto.org/docs/output-formats/pdf-basics.html#latex-includes)
