summaryrefslogtreecommitdiff
path: root/tests/latex-reader.latex
diff options
context:
space:
mode:
Diffstat (limited to 'tests/latex-reader.latex')
-rw-r--r--tests/latex-reader.latex27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/latex-reader.latex b/tests/latex-reader.latex
index 4324dbfbe..2ebdfed99 100644
--- a/tests/latex-reader.latex
+++ b/tests/latex-reader.latex
@@ -845,31 +845,4 @@ indented.
\$ \% \& \# \_ \{ \}
-\section{Block newcommands}
-
-See e.g. issues #1866, #1835
-
-\newcommand{\FIG}[3]{
- \begin{figure}[h!]
- \centering
- \includegraphics[width=#2\columnwidth,angle=0]{#1}
- \caption{#3}
- \label{fig:#1}
- \end{figure}
-}
-
-\newcommand{\separator}{\vspace{4em}}
-
-\separator
-
-\FIG{lalune.jpg}{0.5}{Test caption}
-
-\newcommand{\wbal}{The Wikibook about \LaTeX}
-
-\wbal is a good resource for learning \LaTeX.
-
-\separator with trailing inlines
-
-\FIG{lalune.jpg}{0.5}{Test caption} with trailing inlines
-
\end{document}