MANUAL.txt: removes double 'inside' (#5489)

This commit is contained in:
♫ Christian Krause ♫ 2019-05-07 18:24:13 +02:00 committed by John MacFarlane
parent 98ee6ca289
commit 51fa5f6ee2
2 changed files with 9 additions and 3 deletions

View file

@ -3778,7 +3778,7 @@ all output formats, not just LaTeX:
$\tuple{a, b, c}$
Note that LaTeX macros will not be applied if they occur
inside inside a raw span or block marked with the
inside a raw span or block marked with the
[`raw_attribute` extension](#extension-raw_attribute).
When `latex_macros` is disabled, the raw LaTeX and math will

View file

@ -2036,8 +2036,14 @@ $endif$
.PP
Similarly, \f[C]outputfile\f[R] can be \f[C]-\f[R] if output goes to the
terminal.
.PP
If you need absolute paths, use e.g.
\f[C]$curdir$/$sourcefile$\f[R].
.RE
.TP
.B \f[C]curdir\f[R]
working directory from which pandoc is run.
.TP
.B \f[C]toc\f[R]
non-null value if \f[C]--toc/--table-of-contents\f[R] was specified
.TP
@ -4350,8 +4356,8 @@ $\[rs]tuple{a, b, c}$
\f[R]
.fi
.PP
Note that LaTeX macros will not be applied if they occur inside inside a
raw span or block marked with the \f[C]raw_attribute\f[R] extension.
Note that LaTeX macros will not be applied if they occur inside a raw
span or block marked with the \f[C]raw_attribute\f[R] extension.
.PP
When \f[C]latex_macros\f[R] is disabled, the raw LaTeX and math will not
have macros applied.