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