summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tile-graphic/examples/create-tg.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tile-graphic/examples/create-tg.tex')
-rw-r--r--macros/latex/contrib/tile-graphic/examples/create-tg.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/macros/latex/contrib/tile-graphic/examples/create-tg.tex b/macros/latex/contrib/tile-graphic/examples/create-tg.tex
new file mode 100644
index 0000000000..97c696da47
--- /dev/null
+++ b/macros/latex/contrib/tile-graphic/examples/create-tg.tex
@@ -0,0 +1,25 @@
+\documentclass{article}
+% try all combinations of wrttofiles, !wrttofiles, packagefiles, !packagefiles
+% try other pdfcreator settings: pdfcreator=pdflatex|lualatex|xelatex|ps2pdf|distiller
+\usepackage[wrttofiles,!packagefiles,pdfcreator=pdflatex]{tile-graphic}
+
+% Uncomment only one \setTileParams command at a time.
+
+% Example 1
+\setTileParams{3}{2}{flowers}
+
+% Example 2
+%\setTileParams{2}{2}{choo/choo}
+
+% Example 3
+% when using pdfcreator=distiller, the full path to source is required for distiller
+% to find the PS file to distill. In all other cases, \fullPathToSource is not needed
+%\fullPathToSource{C:/Users/Public/Documents/My TeX Files/tex/latex/aeb/tile-graphic/examples}
+% use with pdfcreator=ps2pdf|distiller
+%\setTileParams{3}{2}{postscript/flowers}
+
+\begin{document}
+
+\tileTheGraphic
+
+\end{document} \ No newline at end of file