Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rolf Niepraschk
ptb-latex
Commits
912f594b
Commit
912f594b
authored
Sep 29, 2021
by
Rolf Niepraschk
Browse files
Filter "OnlyArticles" und "NoArticles"
parent
65f678f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
publikationsliste/publikationen_vakuum_PTB.pdf
View file @
912f594b
No preview for this file type
publikationsliste/publikationen_vakuum_PTB.tex
View file @
912f594b
...
...
@@ -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}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment