aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
author♫ Christian Krause ♫ <wookietreiber@users.noreply.github.com>2019-05-07 18:24:13 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-05-07 12:24:12 -0400
commit51fa5f6ee23cf78a5df14206859afa96f6727327 (patch)
treee5c61ce01a80a639b4c01986686860bd83056c82 /man
parent98ee6ca289ad7117b7336a57bcfc6f4b54463f4e (diff)
downloadpandoc-51fa5f6ee23cf78a5df14206859afa96f6727327.tar.gz
MANUAL.txt: removes double 'inside' (#5489)
Diffstat (limited to 'man')
-rw-r--r--man/pandoc.110
1 files changed, 8 insertions, 2 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1
index 70bb8aebb..b7162282d 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -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.