summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstricks-examples/26-02-29.ltx2ps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples/26-02-29.ltx2ps')
-rw-r--r--Master/texmf-dist/doc/latex/pstricks-examples/26-02-29.ltx2ps29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples/26-02-29.ltx2ps b/Master/texmf-dist/doc/latex/pstricks-examples/26-02-29.ltx2ps
new file mode 100644
index 00000000000..38494b7f54b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pstricks-examples/26-02-29.ltx2ps
@@ -0,0 +1,29 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%%
+%% Copyright (C) 2008 Herbert Voss
+%%
+%% It may be distributed and/or modified under the conditions
+%% of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%%
+%% See http://www.latex-project.org/lppl.txt for details.
+%%
+%%
+%% ====
+% Show page(s) 1
+%%
+\documentclass[]{exaarticle}
+\pagestyle{empty}
+\setlength\textwidth{118.324pt}
+\setlength\parindent{0pt}
+\StartShownPreambleCommands
+\usepackage{pstricks,pst-barcode}
+\StopShownPreambleCommands
+\begin{document}
+\begin{pspicture}(1in,1in)
+\psbarcode{0123456789}%
+ {format=compact layers=3}{azteccode}
+\end{pspicture}
+\end{document}