testディレクトリーをsampleに変更
[makefiles.git] / latex_mk / sample / bibtex / bibtex.tex
diff --git a/latex_mk/sample/bibtex/bibtex.tex b/latex_mk/sample/bibtex/bibtex.tex
new file mode 100644 (file)
index 0000000..4bd322e
--- /dev/null
@@ -0,0 +1,9 @@
+\documentclass{jsarticle}
+\begin{document}
+\cite{jtexbook}は、{\TeX}の原典。
+
+\cite{jlatexbook}は、{\LaTeX}の原典。
+
+\bibliographystyle{jplain}
+\bibliography{ref}
+\end{document}