Changes

Jump to navigation Jump to search
603 bytes added ,  22:47, 3 November 2012
no edit summary
<div style="color: red">Page in progress...</div> Sometimes the bibliography needs to be more flexible in the bibliographic item description. Often the aviable data does not fit into the Bibtex schema; or text needs to be written inside the bibliography list. For this case exists the module simplebib. But this bibliography module is more flexible than the "classic" bibliography module with its bibtex database.
==Items==
<texcode>
\bibitem[reference=,label=,author=,editor=,year=,title=,in=,number=,series=,volume=,magazine=,edition=,revedition=,datedition=,publisher=,place=,isbn=,url=,pages=,access=]
</texcode>
<texcode>
\bibitem[keyreference=bpf,abbrlabel={BüPrFr},author={Büchel, Christian; Price, Cathy J und Friston, Karl},year={1998},title={A multimodal language region in the ventral visual pathway},in={{title=Nature},volume={394},pages={274-277}}]
</texcode>
 
If the label should be numbered automaticly just remove the <code>label</code> attribute of the <code>\bibitem</code> entity.
==Referencing==
==Settings==
labelspaceTo adjust the space for the bibitem labels you can specify the: * <code>labelSpace</code> with a natural number (the default is 12). They are defined as parameters of the module: <texcode>\usemodule[crossref][labelSpace=12...]...</texcode> Depending on label definition or label numbering a text left and right of the label can be defined via <code>labelLeft</code> and <code>labelRight</code>. If brackets are needed they can be set with:
<texcode>
\setupsimplebibtext[labelLeft={[}]
\setupsimplebibtext[labelRight={]}]
</texcode>
The language depending texts can be set via:
 
<texcode>
\setupsimplebibtext[en][editor={ed.}]
\setupsimplebibtext[en][number={number}]
\setupsimplebibtext[en][fromSeries={from series}]
\setupsimplebibtext[en][volumnevolume={volumnevolume}]
\setupsimplebibtext[en][magazine={magazine}]
\setupsimplebibtext[en][edition={edition}]
\setupsimplebibtext[de][number={Nummer}]
\setupsimplebibtext[de][fromSeries={aus der Reihe}]
\setupsimplebibtext[de][volumnevolume={Band}]
\setupsimplebibtext[de][magazine={Heft}]
\setupsimplebibtext[de][edition={Auflage}]
98

edits

Navigation menu