Example: confidence

Biblatex Cheat Sheet - CTAN

Biblatex Cheat SheetFor further details, explanations, hints, caveats, examples and altern-atives to thebackendBiber, see the Biblatex manual. For a list ofcontributedstyles and extensions, SetupCompilation sequence:pdflatex biber pdflatex( 2).\documentclass[<language option>]{<class>}..\usepackage[utf ]{inputenc}\usepackage{babel,csquotes,xp atch}% recommended\usepackage[backend=biber,<options>]{ Biblatex }\addbibresource[<options>]{<first resource>}\addbibresource[<options>]{<second resource>}..\begin{document}..\printbibliography[<options>]..\printbibliography[<options>]..\end{document}Common Package Optionsstyle= style style of bibliography and citationsbibstyle= style bibliography stylecitestyle= style citation stylerefsection = division newrefsectionat documentdivisionrefsegment = division newrefsegmentat documentdivisionautocite= style behaviour of\ = boo

publishero publisher(s) titlea,o,s,u title indextitle ifdifferentfromtitle booktitlea,u titleofbook maintitlea,u titleofmulti-volumebook journaltitleu orjournals issuetitleu titleofjournalspecialissue eventtitlea titleofconferenceorevent reprinttitle titleofareprintofthework seriess publicationseries volume volumeofjournalormulti-volumebook

Tags:

  Publishers, Biblatex

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Biblatex Cheat Sheet - CTAN

1 Biblatex Cheat SheetFor further details, explanations, hints, caveats, examples and altern-atives to thebackendBiber, see the Biblatex manual. For a list ofcontributedstyles and extensions, SetupCompilation sequence:pdflatex biber pdflatex( 2).\documentclass[<language option>]{<class>}..\usepackage[utf ]{inputenc}\usepackage{babel,csquotes,xp atch}% recommended\usepackage[backend=biber,<options>]{ Biblatex }\addbibresource[<options>]{<first resource>}\addbibresource[<options>]{<second resource>}..\begin{document}..\printbibliography[<options>]..\printbibliography[<options>]..\end{document}Common Package Optionsstyle= style style of bibliography and citationsbibstyle= style bibliography stylecitestyle= style citation stylerefsection = division newrefsectionat documentdivisionrefsegment = division newrefsegmentat documentdivisionautocite= style behaviour of\ = boolean whether to sort multiple citationsmaxnames = integer truncate longer name listsminnames = integer no.

2 Of names in truncated name listsbackref= boolean whether to print back references mincrossrefs = integer minimum number of cross referencessorting= sort order bibliography sort orderindexing = boolean whether to enable indexing supportSources of Bibliographical Data\addbibresource[ options ]{ resource }add to default resource list\addglobalbib[ options ]{ resource }add to global resource listOptions:location = locallocal file(default)= remoteHTTP/FTPdatatype = bibtexBibTEX(default)= risRIS= zoterordfxmlZotero RDF/XML= endnotexmlEndNote XML resource must be one of: filename .biblocal databasehttp://.

3 / filename .bibremoteftp://../ filename .bibremote\bibliography{ filename , filename ,..}adds3+ local BibTEX commands:c,m\cite[ pre ][ post ]{ key }barec,m\parencite[ pre ][ post ]{ key }parentheticalm\footcite[ pre ][ post ]{ key }footnote (\footnote)m\footcitetext[ pre ][ post ]{ key }footnote (\footnotetext)Common commands:c,m\textcite[ pre ][ post ]{ key }textualc,m\smartcite[ pre ][ post ]{ key }context-dependenta\cite*[ pre ][ post ]{ key }year/title onlya\parencite*[ pre ][ post ]{ key }year/title onlym,n\supercite[ pre ][ post ]{ key }superscriptStyle-independent commands.

4 C,m\autocite[ pre ][ post ]{ key }style-dependentc,m\autocite*[ pre ][ post ]{ key }style-dependentText commands:c\citeauthor[ pre ][ post ]{ key }author listc\citeauthor*[ pre ][ post ]{ key }compressed author list\citetitle[ pre ][ post ]{ key }(short) title\citetitle*[ pre ][ post ]{ key }(full) titles\citeyear[ pre ][ post ]{ key }years\citedate[ pre ][ post ]{ key }date\citeurl[ pre ][ post ]{ key }URLM ulti-volume commands:c,m\volcite[ pre ]{ vol }[ page ]{ key }cite by volume + pagec,m\pvolcite[ pre ]{ vol }[ page ]{ key }parentheticalc,m\fvolcite[ pre ]{ vol }[ page ]{ key }footnote (\footnote)\ftvolcite[ pre ]{ vol }[ page ]{ key }footnote (\footnotetext)c,m\svolcite[ pre ]{ vol }[ page ]{ key }context-dependentc,m\tvolcite[ pre ]{ vol }[ page ]{ key }textualc,m\avolcite[ pre ]{ vol }[ page ]{ key }style-dependentStandalone citation commands:\fullcite[ pre ][ post ]{ key }full reference\footfullcite[ pre ][ post ]{ key }full reference in footnoteInclusion in bibliography without citation.

5 \nocite{ key }\nocite{*}inclusion onlyc\notecite[ pre ][ post ]{ key }with notesc\pnotecite[ pre ][ post ]{ key }with parenthetical notes\fnotecite[ pre ][ post ]{ key }with footnote notesaAuthor-year and author-title styles command(s) also provided. \Textcite,\ Multicite command(s) \cites( multipre )( multipost )[ pre ][ post ]{ key }[ pre ][ post ]{ key }..nNumerical styles version available to include extra year DatabasesA BibTEX database file is a plain text file with Itconsists of entries of the following form:@<entrytype>{<key>,<field> = <value>,<field> = <value>,<field> = <value>.}

6 } @book{tolkien-hobbit,author = {Tolkien, J. R. R.},title = {The Hobbit},date = {YYYY-MM-DD},..} entrytype partially determines which fields are required and whichoptional. key is a unique identifier used in citation commands toreference the entry. field is the name of a database field and determ-ines the expected format of value . value is the value of the relevant field for the Database Entry TypesMaterial from journals, magazines & newspapers:@articlejournal, magazine or newspaper article@periodicalwhole issue of a periodical@suppperiodicalsupplemental material in periodicalMaterial from single-authored or co-authored books:@inbookbook part with own title@suppbooksupplemental material in book@bookinbookoriginally published as standalone book@booksingle-volume book by author(s) of whole@mvbookmulti-volume bookMaterial from edited anthologies.

7 @incollectioncontribution to anthology@suppcollectionsupplemental material in anthology@collectionsingle-volume edited anthology@mvcollectionmulti-volume collectionMaterial from conference proceedings:@inproceedingsarticle in conference proceedings@proceedingssingle-volume conference proceedings@mvproceedingsmulti-volume conference proceedingsMaterial from works of reference:@inreferencearticle in a reference work@referencesingle-volume work of reference@mvreferencemulti-volume reference workMaterial from technical & institutional publications:@manualtechnical or other documentation@reportinstitutional report or white paper@patentpatent or patent request@thesiswork completed to fulfil degree requirementMaterial from online, informal & other sources:@onlineinherentlyonline source@bookletinformally published book@unpublishedwork not formally published@misclast resort (check manual first!)

8 Special entries for database management:@set(static) entry set @xdatadata-container (cannot be cited)BibTEX Database Fieldsauthorsauthor(s) oftitle,authortypespecifies kindbookauthorauthor(s) ofbooktitleeditorseditor(s),editortypesp ecifies roleeditora/b/csecondary editor(s),editora/b/ctypefor rolesafterwordauthor(s) of afterwordannotatorauthor(s) of annotationscommentatorauthor(s) of commentaryforwardauthor(s) of forwardintroductionauthor(s) of introductiontranslatortranslator(s) of(book)titleholderof patentinstitutionuniversity or similarorganizationmanual/website publisher or event sponsorpublisheropublisher(s)

9 Titlea,o,s,utitleindextitleif different fromtitlebooktitlea,utitle of bookmaintitlea,utitle of multi-volume bookjournaltitleuorjournalsissuetitleuti tle of journal special issueeventtitleatitle of conference or eventreprinttitletitle of a reprint of the workseriesspublication seriesvolumevolume of journal or multi-volume booknumbernumbered issue of journal or book in seriespartnumber of physical part of logical volumeissuenon-number issue of journalvolumesnumber of volumes for multi-volume workeditionas integer rather than ordinalversionrevision number for software or manualpubstatepublication statepagespage list or rangepagetotaltotal number of pages(book)

10 Paginationpagination format of(book)titledateopublication date as yyyy-mm-dd eventdateconference or event date as yyyy-mm-dd urldateaccess date forurlas yyyy-mm-dd locationooraddress, where publishedvenueof eventurlURLdoiDigital Object Identifiereidelectronic identifier of@articleeprintarchive-specific electronic identifiereprinttypetype of identifier,eprintclassfor further detailstypeof@manual,@patent,@reportor@t hesisentrysubtypefor finer-grained specification of typeaddendummiscellaneous data printed at end of entrynotemiscellaneous data printed within entryhowpublishednon-standard publication detailslanguageolanguage of workaAn addonfield is available , field is available , field is available , subtitlefield is available.


Related search queries