File:LaTeX bibliography plain.svg

Uploaded by Dirk Hünniger
Upload date 2012-04-16T20:52:32Z
MIME type image/svg+xml
Dimensions 433 × 154 px
File size 197.3 KB

Summary

Description
English: Bibliography style plain example for English Wikibook on LaTeX
Date
Source Own work
Author Dirk Hünniger

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
\documentclass{article}
\begin{document}
 
\bibliographystyle{plain}

Instead of WYSIWYG editors, typesetting systems like \TeX{} \cite{abrahams2003} or \LaTeX{} \cite{lamport94} can be used.

\bibliography{latex_source_code}
\end{document}
latex_source_code.ps : latex_source_code.tex latex_source_code.bib
	latex latex_source_code.tex
	bibtex latex_source_code
	latex latex_source_code.tex
	latex latex_source_code.tex
	dvips latex_source_code
@Book{abrahams2003,
  author =	 {Abrahams, Paul W. and Hargreaves, Kathryn A. and Berry, Karl},
  title = 	 {\TeX for the Impatient},
  year = 	 2003
}

@Book{lamport94,
  author =	 {Leslie Lamport},
  title = 	 {\LaTeX: A Document Preparation System},
  publisher = 	 {Addison-Wesley, second Edition},
  year = 	 1994
}

created with scribus (ps to svg) and inkscape (croped)

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

16 April 2012

202,044 byte

154 pixel

433 pixel

image/svg+xml

3158a471e4cf05fed01fa82e41de59317da4fb0c

Category:CC-BY-SA-3.0 Category:Example bibtex Category:Images with LaTeX source code Category:Self-published work