Skip to content
Snippets Groups Projects
Commit 912f594b authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Filter "OnlyArticles" und "NoArticles"

parent 65f678f4
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -47,7 +47,7 @@
\usepackage[ttdefault=true,scale=1.034]{AnonymousPro}
\fi
\usepackage[ngerman,english]{babel}
\usepackage[main=ngerman,english]{babel}
\ifxetex\else
\usepackage[protrusion=true,expansion=true,final]{microtype}
\fi
......@@ -57,7 +57,7 @@
\setlength\emergencystretch{2em}
\usepackage[top=25mm,textheight=1.13\textheight,verbose]{geometry}
\usepackage[autostyle=true,german=guillemets,maxlevel=3]{csquotes}% ???
\usepackage[autostyle=true,maxlevel=3]{csquotes}% ???
\defineshorthand{"`}{\openautoquote}
\defineshorthand{"'}{\closeautoquote}
\MakeAutoQuote{»}{«}
......@@ -82,6 +82,14 @@
%,abbreviate=false
]{biblatex}
\defbibfilter{OnlyArticles}{%
type=article or type=inproceedings or type=inbook or type=incollection
}
\defbibfilter{NoArticles}{%
not type=article and not type=inproceedings and not type=inbook and %
not type=incollection
}
\newcommand\bilingual[2]{%
\foreignlanguage{ngerman}{#1}~/~\foreignlanguage{english}{\itshape #2}%
}
......@@ -98,12 +106,11 @@
\selectlanguage{ngerman}
Arbeitsgruppe Vakuummetrologie \par
(bis 1996: Laboratorium für Vakuumphysik)\par\bigskip
{
\selectlanguage{english}\itshape
Working Group Vacuum Metrology \par
(until 1996: Vacuum Physics Laboratory)
}
\par\bigskip\bigskip\bigskip
\selectlanguage{english}\itshape
Working Group Vacuum Metrology \par
(until 1996: Vacuum Physics Laboratory)
\par\bigskip\bigskip\bigskip
\selectlanguage{ngerman}
Physikalisch-Technische Bundesanstalt
}
......@@ -120,16 +127,13 @@
\nocite{*}
\printbibliography[nottype=thesis,nottype=book,%
heading=subbibliography,%
\printbibliography[filter=OnlyArticles,heading=subbibliography,%
title=\bilingual{Zeitschriftenartikel}{Journal articles}]
\printbibliography[nottype=article,nottype=inproceedings,nottype=inbook,%
nottype=incollection,%
heading=subbibliography,%
\printbibliography[filter=NoArticles,heading=subbibliography,%
title=\bilingual{Bücher, Diplom- und Doktorarbeiten, sonstige
Veröffentlichungen}{\newline Books, Master and Doctoral thesis, and other
publications}]
publications}]
\end{document}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment