diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-16 21:20:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-16 21:20:42 +0000 |
commit | b696b3cd80138c324d7c5c914c406334cf2fc49f (patch) | |
tree | b9abf79cd417eb9b8f410500463e20fddbbf9ae0 /Master/texmf-dist/doc/latex/semproc/example.bib | |
parent | 442f1512f0e014d65451740c97c82c1373fc67d4 (diff) |
semproc (16jun15)
git-svn-id: svn://tug.org/texlive/trunk@37568 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/semproc/example.bib')
-rw-r--r-- | Master/texmf-dist/doc/latex/semproc/example.bib | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/semproc/example.bib b/Master/texmf-dist/doc/latex/semproc/example.bib new file mode 100644 index 00000000000..5f849c671f1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/semproc/example.bib @@ -0,0 +1,61 @@ +%% +%% This is file `example.bib', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% semproc.dtx (with options: `examplebib') +%% ---------------------------------------------------------------- +%% semproc --- LaTeX class for seminar proceedings +%% E-mail: tobias.columbus@kit.edu +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% ---------------------------------------------------------------- +%% +@article{onfrege, + AUTHOR = {Green, J. J. and Rossberg, Marcus and Ebert, Philip A.}, + TITLE = {The convenience of the typesetter; notation and typography in + {F}rege's {\itshape {G}rundgesetze der {A}rithmetik}}, + JOURNAL = {Bull. Symb. Log.}, + VOLUME = {21}, + YEAR = {2015}, + NUMBER = {1}, + PAGES = {15--30}, + ISSN = {1079-8986}, + DOI = {10.1017/bsl.2015.5}, +} +@book {frege, + AUTHOR = {Frege, G.}, + TITLE = {Grundgesetze der {A}rithmetik. {B}and {I}, {II}}, + PUBLISHER = {Georg Olms Verlagsbuchhandlung, Hildesheim}, + YEAR = {1962}, + PAGES = {Vol. I, xxxii+254 pp.; Vol. II, xvi+266}, +} +@misc {video, + AUTHOR = {Donald Knuth}, + TITLE = {Notation}, + URL = {https://goo.gl/f122V5} +} +%% +%% Copyright (C) 2015 by Tobias Columbus <tobias.columbus@kit.edu> +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License (LPPL), either +%% version 1.3c of this license or (at your option) any later +%% version. The latest version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Tobias Columbus. +%% +%% This work consists of the files semproc.dtx +%% and the derived files semproc.ins, +%% semproc.pdf, +%% semproc.cls, +%% example.tex, +%% example.bib, +%% example.pdf +%% +%% +%% End of file `example.bib'. |