summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chemstyle/chemscheme-demo.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemstyle/chemscheme-demo.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/chemstyle/chemscheme-demo.ltx15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/chemstyle/chemscheme-demo.ltx b/Master/texmf-dist/doc/latex/chemstyle/chemscheme-demo.ltx
new file mode 100644
index 00000000000..0f3f9c5029e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chemstyle/chemscheme-demo.ltx
@@ -0,0 +1,15 @@
+\documentclass{article}
+\usepackage[T1]{fontenc}
+\usepackage{graphicx,chemscheme}
+\usepackage[inactive,final]{pst-pdf}
+\begin{document}
+\floatcontentscentre
+An example file for PDFLaTeX use.
+\begin{scheme}
+ \schemeref{IMesHCl}
+ \schemeref{IMes}
+ \includegraphics{scheme-two}
+ \caption{A scheme with automated compound numbers.}
+ \label{sc:scheme-one}
+\end{scheme}
+\end{document}