diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/babelbib/babelbibtest.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/babelbib/babelbibtest.tex | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/babelbib/babelbibtest.tex b/Master/texmf-dist/doc/latex/babelbib/babelbibtest.tex index 39df8843081..956a1447e4a 100644 --- a/Master/texmf-dist/doc/latex/babelbib/babelbibtest.tex +++ b/Master/texmf-dist/doc/latex/babelbib/babelbibtest.tex @@ -1,4 +1,4 @@ -\documentclass[spanish,ngerman,frenchb,english]{article} +\documentclass[spanish,ngerman,frenchb,greek,english]{article} %\documentclass[spanish,ngerman,english,frenchb]{article} %\documentclass[spanish,frenchb,english,ngerman]{article} %\documentclass[frenchb,english,ngerman,spanish]{article} @@ -7,8 +7,8 @@ \usepackage{babel} %% Load package with fixed language or flexible language: -%\usepackage[languagenames]{babelbib}[2003/04/21] -\usepackage[languagenames,fixlanguage]{babelbib}[2003/04/21] +%\usepackage[annote,languagenames]{babelbib}[2003/04/21] +\usepackage[annote,languagenames,fixlanguage]{babelbib}[2003/04/21] %% force a fall-back language other than the document's language \setbtxfallbacklanguage{ngerman} @@ -27,9 +27,11 @@ %\setbibliographyfont{name}{\textsc} %\setbibliographyfont{lastname}{\textsc} %\setbibliographyfont{title}{\textbf} +\setbibliographyfont{jtitle}{} %\setbibliographyfont{etal}{} %\setbibliographyfont{volume}{\textsc} -%\setbibliographyfont{journal}{\textsc} +\setbibliographyfont{journal}{\emph} +\setbibliographyfont{numeral}{\textsuperscript} %% Change language for bibliography when option `fixlanguage' is chosen: %\selectbiblanguage{ngerman} @@ -41,6 +43,17 @@ %\declarebtxcommands{ngerman}{% % \def\btxphdthesis#1{\foreignlanguage{ngerman}{Doktorarbeit}}% %} +\declarebtxcommands{english}{% + \def\btxfnamespaceshort{\,}% + \def\btxeditionnumerallong#1{% + \ifnumber{#1}{% + \ifcase#1 0\or first\or second\or third\or forth\or fifth\or + sixth\or seventh\or eighth\or nineth\or tenth\else + \btxeditionnumeralenglish{english}{#1}% + \fi}{#1}}% +% \def\btxeditionnumerallong#1{\btxeditionnumeralenglish{english}{#1}}% + \def\btxurldatecomment#1{ [#1]}% +} %% Use the next line to avoid the babamspl style to print out the %% language names: @@ -65,12 +78,14 @@ Remove the \%\ in order to see the effects. %% Choose one BibTeX style: %\bibliographystyle{plain} %\bibliographystyle{bababbrv} +\bibliographystyle{bababbrv-lf} +%\bibliographystyle{bababbrv-fl} %\bibliographystyle{babplain} %\bibliographystyle{babplain-lf} %\bibliographystyle{babplain-fl} %\bibliographystyle{babalpha} %\bibliographystyle{babunsrt} -\bibliographystyle{babamspl} +%\bibliographystyle{babamspl} \bibliography{babelbibtest} |