aboutsummaryrefslogtreecommitdiff
path: root/wasm/examples/latex-with-macros-to-restructured-text/stdin
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/examples/latex-with-macros-to-restructured-text/stdin')
-rw-r--r--wasm/examples/latex-with-macros-to-restructured-text/stdin9
1 files changed, 9 insertions, 0 deletions
diff --git a/wasm/examples/latex-with-macros-to-restructured-text/stdin b/wasm/examples/latex-with-macros-to-restructured-text/stdin
new file mode 100644
index 000000000..d7bc93abb
--- /dev/null
+++ b/wasm/examples/latex-with-macros-to-restructured-text/stdin
@@ -0,0 +1,9 @@
+% from https://en.wikibooks.org/wiki/LaTeX/Macros
+\newcommand{\wbalTwo}[2][Wikimedia]{
+This is the Wikibook about LaTeX
+supported by {#1} and {#2}!}
+
+\begin{itemize}
+\item \wbalTwo{John Doe}
+\item \wbalTwo[lots of users]{John Doe}
+\end{itemize} \ No newline at end of file