Gallery Items tagged Citations
Recent

Legal briefs and automatic legal citations with LawTeX
The LawTeX project provides LaTeX support for automatic legal citations, and templates for legal briefs and memos in the Bluebook style. Case citations and pin cites are supported, along with tables of authorities.
Christopher de Coro

IEEE for journals template with bibtex example files includedOfficiell
This is a skeleton file demonstrating the use of the IEEEtran.cls style with an IEEE journal paper, and with example bibliography files included.
These bibliography files are includes to provide one example of how to set up a bibliography for your IEEE paper.
For more information on using bibtex for references in your IEEE journal papers, see this FAQ.
IEEEtran.cls version: 1.8b
IEEE template by Michael Shell

The Mouse's Tale in LaTeX
This example from section three of the LaTeX verse package documentation demonstrates an ambitious use of \indentpattern to create a striking visual effect. In this case it is defined to recreate the famous typesetting of the original Mouse's Tale as it appeared in print.
Background: "The Mouse's Tale" is a poem by Lewis Carroll involving a 'quadruple pun' which appears in his novel Alice's Adventures in Wonderland. It uses typesetting style to create the final pun (it is a mouse's tale typeset in the shape of a mouse's tail).
For more details see the poem's Wikipedia entry.
Lewis Carroll

Simplified APA6-Style Manuscript - How To Make Basic Citations
This template is a bare-bones version of an APA6 template already on this site. I made it to help make it clear how APA citations work
Dory Sheldan

The Chicago Citation Style with biblatex
The biblatex-chicago package implements the citation style of the Chicago Manual of Style, 16th edition. In this example, the notes option causes biblatex's autocite command to put citations in footnotes. The package can also produce inline author-year citations in the Chicago style. See the package documentation for more information.
writeLaTeX

Generic Law Review Article Template
This is a generic template for a law review article. It is modeled after the Word law review article template that Eugene Volokh created. This template, in addition to converting the coding from Word to LaTeX, adds some features. It includes the option of having multiple authors, using a table of contents, and including an abstract. The code indicates how to modify the template for an article with multiple authors and how to remove the table of contents, the abstract, or both. While there have been a few attempts to create a package that will automatically format citations using the Bluebook style, they have not gone very far or been very successful. So, you are left on your own. I have given examples in the text of how to use LaTeX codes to achieve the Bluebook style, which may help guide you. These should help you with most of the typesetting styles you need, and you can use the Bluebook to determine the particular requirements for a cite.
Kenneth A. Grady

One-column IEEE journal article
This is a skeleton file demonstrating the use of the IEEEtran.cls style with a one-column IEEE journal paper, and with example bibliography files included. (Please refer to your journal's instructions for other document class options to set before submitting.)
These bibliography files are includes to provide one example of how to set up a bibliography for your IEEE paper.
For more information on using bibtex for references in your IEEE journal papers, see this FAQ.
IEEEtran.cls version: 1.8b
IEEE template by Michael Shell

Bibliographies with biber and biblatex
How to use biblatex with bibier and hyperref package.
Frank the Bunny

Bibliographies with biber and biblatex
This example shows how to automatically generate citations and a bibliography with biblatex and biber.
Biblatex and biber work together to automatically format references and citations like the older cite or natbib and bibtex tool chain, but they offer more powerful and easier to use formatting and better support for special characters (unicode).
For a full list of biblatex styles, see the user guide in the biblatex manual.
writeLaTeX