4778d03473
Closes #5740.
9 lines
210 B
Markdown
9 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})\)
|
|
```
|