summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mcite/mcite.bib
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mcite/mcite.bib')
-rw-r--r--Master/texmf-dist/doc/latex/mcite/mcite.bib89
1 files changed, 89 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mcite/mcite.bib b/Master/texmf-dist/doc/latex/mcite/mcite.bib
new file mode 100644
index 00000000000..346356ae791
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mcite/mcite.bib
@@ -0,0 +1,89 @@
+% mcite.bib - multiple citations on one key
+% Copyright (C) 1994 by Thorsten.Ohl at Physik.TH-Darmstadt.de
+% $Header: /home/sources/ohl/tex/thotex/mcite/mcite.bib,v 1.2 1994/08/18 02:30:02 ohl Exp $
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Mcite is free software; you can redistribute it and/or modify it
+% under the terms of the GNU General Public License as published by
+% the Free Software Foundation; either version 2, or (at your option)
+% any later version.
+%
+% Mcite is distributed in the hope that it will be useful, but
+% WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with this program; if not, write to the Free Software
+% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+@book{texbook,
+ author = {Donald E. Knuth},
+ title= {The {{\TeX}book}},
+ publisher = {Addison-Wesley},
+ address = {Reading (Mass.)},
+ year = 1986}
+
+@book{latex,
+ author = {Leslie Lamport},
+ title = {{\LaTeX \rm:} {A} Document Preparation System},
+ edition = {2nd},
+ address = {Reading (Mass.)},
+ publisher = {Addison-Wesley},
+ year = 1994}
+
+@book{latex-companion,
+ author = {Michel Goosens and Frank Mittelbach and Alexander Samarin},
+ title = {The {\LaTeX} Companion},
+ address = {Reading (Mass.)},
+ publisher = {Addison-Wesley},
+ year = 1994}
+
+@unpublished{btxdoc,
+ author = {Oren Patashnik},
+ title = {{{\BibTeX ing}}},
+ note = {Documentation for general {\BibTeX} users},
+ month = {8~} # feb,
+ year = 1988}
+
+@unpublished{btxhak,
+ author = {Oren Patashnik},
+ title = {Designing {\BibTeX} Styles},
+ note = {The part of \BibTeX's documentation
+ that's not meant for general users},
+ month = {8~} # feb,
+ year = 1988}
+
+@article{Glashow,
+ author = {Sheldon Glashow},
+ title = {Partial Symmetries of Weak Interactions},
+ journal = {Nucl.~Phys.},
+ year = 1961,
+ volume = 22,
+ pages = 579}
+
+@article{Weinberg,
+ author = {Steven Weinberg},
+ title = {A Model of Leptons},
+ journal = {Phys.~Rev.~Lett.},
+ year = 1967,
+ volume = 19,
+ pages = 1264}
+
+@inproceedings{Salam,
+ author = {Abdus Salam},
+ title = {Weak and Electromagnetic Interactions},
+ editor = {W. Svartholm},
+ pages = 367,
+ booktitle = {Elementary Particle Theory},
+ year = 1968,
+ publisher = {Almquist and Wiksell},
+ address = {Stockholm}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Local Variables:
+mode:BibTeX
+page-delimiter:"^%%%%%%%%%%%*\n"
+End: