X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=latex_mk%2Fsample%2Fbibtex%2Fref.bib;fp=latex_mk%2Fsample%2Fbibtex%2Fref.bib;h=32c0ca0e6199f54a0f294015c455581be60b7528;hb=4d4107891f77537d014ca4168ec391b458627c74;hp=0000000000000000000000000000000000000000;hpb=523d69c6653033c2b1fadc25c8c81c6264446c16;p=makefiles.git diff --git a/latex_mk/sample/bibtex/ref.bib b/latex_mk/sample/bibtex/ref.bib new file mode 100644 index 0000000..32c0ca0 --- /dev/null +++ b/latex_mk/sample/bibtex/ref.bib @@ -0,0 +1,15 @@ +@book{jtexbook, + author = "Donald E. Knuth", + title = "{\TeX}ブック", + publisher = "アスキー", + isbn = "4-7561-0010-4", + year = 1989, +} + +@book{jlatexbook, + author = "Leslie Lamport", + title = "文書処理システム{\LaTeX}", + publisher = "アスキー", + isbn = "4-7561-0784-2", + year = 1990, +}