mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
10 lines
210 B
Markdown
10 lines
210 B
Markdown
```
|
|
% pandoc -t latex
|
|
\newcommand\parenthesize[1][x]{(#1)}
|
|
$\parenthesize$, $\parenthesize[y]$, $\parenthesize[\textsc{head}]$
|
|
^D
|
|
\newcommand\parenthesize[1][x]{(#1)}
|
|
|
|
\((x)\), \((y)\), \((\textsc{head})\)
|
|
```
|