diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/doipubmed/sample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/doipubmed/sample.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/doipubmed/sample.tex b/Master/texmf-dist/doc/latex/doipubmed/sample.tex new file mode 100644 index 00000000000..39af1898d82 --- /dev/null +++ b/Master/texmf-dist/doc/latex/doipubmed/sample.tex @@ -0,0 +1,11 @@ +\documentclass{article} + +\usepackage{hyperref} +\usepackage{doipubmed} + +\begin{document} +\nocite{*} +\bibliographystyle{unsrt} +\bibliography{sample} + +\end{document} |