Martin Thoma 8 éve
szülő
commit
d2f31daaca

+ 8 - 0
documents/nth-example/Makefile

@@ -0,0 +1,8 @@
+SOURCE=nth-example
+
+make:
+	pdflatex $(SOURCE).tex -output-format=pdf
+	make clean
+
+clean:
+	rm -rf  $(TARGET) *.class *.html *.log *.aux *.out

+ 3 - 0
documents/nth-example/README.md

@@ -0,0 +1,3 @@
+Compiled example
+----------------
+![Example](nth.png)

+ 9 - 0
documents/nth-example/nth-example.tex

@@ -0,0 +1,9 @@
+\documentclass[a5paper]{scrartcl}
+\usepackage[english]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage[super]{nth}
+
+\begin{document}
+    The \verb+nth+ package is my \nth{1} choice when it comes to typsettingh
+    nth-stuff. It might also be my \nth{2} and \nth{3} choice.
+\end{document}

BIN
documents/nth-example/nth.png