From 6b4a0123fa3e1b26d78adb05c46b044cc8eb3044 Mon Sep 17 00:00:00 2001 From: jfbu Date: Sun, 22 Oct 2017 13:28:46 +0200 Subject: [PATCH] Fix the fix of #4090 (sorry) --- doc/latex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/latex.rst b/doc/latex.rst index f349b8fc0..0cd91fa97 100644 --- a/doc/latex.rst +++ b/doc/latex.rst @@ -62,7 +62,7 @@ It is achieved via usage of the .. highlight:: latex If the size of the ``'preamble'`` contents becomes inconvenient, one may move -all needed macros into some file :file:`mystyle.tex` of the project source +all needed macros into some file :file:`mystyle.tex.txt` of the project source repertory, and get LaTeX to import it at run time:: 'preamble': r'\input{mystyle.tex.txt}',