summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/docshots/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/docshots/README.md')
-rw-r--r--macros/latex/contrib/docshots/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/latex/contrib/docshots/README.md b/macros/latex/contrib/docshots/README.md
index 3e8327ed79..ff64e5ba6e 100644
--- a/macros/latex/contrib/docshots/README.md
+++ b/macros/latex/contrib/docshots/README.md
@@ -11,6 +11,11 @@ from [CTAN](https://ctan.org/pkg/docshots)
and then use like this:
```tex
+\documentclass{article}
+\usepackage{docshots}
+\begin{document}
+Here is how you can use \LaTeX:
+
\begin{docshot}
\documentclass{article}
\pagestyle{empty}
@@ -18,6 +23,9 @@ and then use like this:
Hello, \LaTeX!
\end{document}
\end{docshot}
+
+For more informaiton, read \TeX{} Book by Donald Knuth.
+\end{document}
```
If you want to contribute yourself, make a fork, then create a branch,