Zettlr / zettlr-docs

This repository holds the official documentation of Zettlr
https://docs.zettlr.com/
GNU General Public License v3.0
158 stars 176 forks source link

Add a guide for changing export templates #187

Open nathanlesage opened 7 months ago

nathanlesage commented 7 months ago

One question that came up often in the past months is "How do I change what my exports look like?" -- so I think we need a guide on how to do that, both for templates and for Odt/docx documents.

rolfedh commented 4 months ago

The following files appear to be interrelated:

What changes did the inquirers intend to make? Which requests were most commonly made?

Taxicletter commented 2 months ago

One small thing is this error:

While many variables are optional, there is one Pandoc variable that needs to be present at all times:

$body$

in docs/en/advanced/custom-templates.md You also need something like this

\documentclass[11pt]{letter}
\begin{document}

$body$

\end{document}