2012-11-03

← Older revision

Revision as of 22:45, 3 November 2012

(3 intermediate revisions by one user not shown)

Line 1:

Line 1:



Page in progress...

+

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.



+



Sometimes the bibliography needs to be more flexible in the bibliographic item description. For this case exists the module simplebib
.

+



+



But this bibliography module is more flexible than the "classic" bibliography module with its bibtex database
.

+

==Items==

==Items==

Line 28:

Line 24:



\bibitem[author=,editor=,year=,title=,in=,number=,series=,volume=,magazine=,edition=,revedition=,datedition=,publisher=,place=,isbn=,url=,pages=,access=]

+

\bibitem[
reference=,label=,
author=,editor=,year=,title=,in=,number=,series=,volume=,magazine=,edition=,revedition=,datedition=,publisher=,place=,isbn=,url=,pages=,access=]

Line 34:

Line 30:



\bibitem[
key
=bpf,
abbr
={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}}]

+

\bibitem[
reference
=bpf,
label
={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}}]

+

+

If the label should be numbered automaticly just remove the label attribute of the \bibitem entity.

==Referencing==

==Referencing==

Line 74:

Line 72:

==Settings==

==Settings==



labelspace=
12

+

To adjust the space for the bibitem labels you can specify the:

+

+

* labelSpace with a natural number (the default is
12
).

+

+

They are defined as parameters of the module:

+

+

+

\usemodule[crossref][labelSpace=...]

+

...

+

+

+

Depending on label definition or label numbering a text left and right of the label can be defined via labelLeft and labelRight. If brackets are needed they can be set with:

\setupsimplebibtext[labelLeft={[}]

\setupsimplebibtext[labelLeft={[}]

\setupsimplebibtext[labelRight={]}]

\setupsimplebibtext[labelRight={]}]

+

+

The language depending texts can be set via:

+

+

\setupsimplebibtext[en][editor={ed.}]

\setupsimplebibtext[en][editor={ed.}]

\setupsimplebibtext[en][number={number}]

\setupsimplebibtext[en][number={number}]

\setupsimplebibtext[en][fromSeries={from series}]

\setupsimplebibtext[en][fromSeries={from series}]



\setupsimplebibtext[en][
volumne
={
volumne
}]

+

\setupsimplebibtext[en][
volume
={
volume
}]

\setupsimplebibtext[en][magazine={magazine}]

\setupsimplebibtext[en][magazine={magazine}]

\setupsimplebibtext[en][edition={edition}]

\setupsimplebibtext[en][edition={edition}]

Line 96:

Line 109:

\setupsimplebibtext[de][number={Nummer}]

\setupsimplebibtext[de][number={Nummer}]

\setupsimplebibtext[de][fromSeries={aus der Reihe}]

\setupsimplebibtext[de][fromSeries={aus der Reihe}]



\setupsimplebibtext[de][
volumne
={Band}]

+

\setupsimplebibtext[de][
volume
={Band}]

\setupsimplebibtext[de][magazine={Heft}]

\setupsimplebibtext[de][magazine={Heft}]

\setupsimplebibtext[de][edition={Auflage}]

\setupsimplebibtext[de][edition={Auflage}]

Show more