MANUAL: recommend use of raw_attribute
extension in header includes.
See #4253.
This commit is contained in:
parent
dca0032b0e
commit
e5e69e68c9
1 changed files with 11 additions and 0 deletions
11
MANUAL.txt
11
MANUAL.txt
|
@ -3037,6 +3037,17 @@ template:
|
||||||
$endif$
|
$endif$
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
||||||
|
Raw content to include in the document's header may be specified
|
||||||
|
using `header-includes`; however, it is important to mark up
|
||||||
|
this content as raw code for a particular output format, using
|
||||||
|
the [`raw_attribute` extension](#extension-raw_attribute)), or it
|
||||||
|
will be interpreted as markdown. For example:
|
||||||
|
|
||||||
|
header-includes:
|
||||||
|
- ```{=latex}
|
||||||
|
\let\oldsection\section
|
||||||
|
\renewcommand{\section}[1]{\clearpage\oldsection{#1}}
|
||||||
|
```
|
||||||
|
|
||||||
Backslash escapes
|
Backslash escapes
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Reference in a new issue