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

Skelett

parent 23f5a7db
No related branches found
No related tags found
No related merge requests found
# Rolf Niepraschk, 2021-09-20, Rolf.Niepraschk@ptb.de
.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps .bbx .cbx .dbx
MAIN = publikationen_vakuum_PTB
LATEX = pdflatex
ADDINPUTS =
BIBS = $(MAIN).bib
all : pdf
pdf : $(MAIN).pdf
$(MAIN).pdf : $(MAIN).tex $(MAIN).bbl $(ADDINPUTS)
$(LATEX) $<
$(MAIN).bcf : $(MAIN).tex $(BIBS)
$(LATEX) $<
$(MAIN).bbl : $(MAIN).bcf
biber -V $<
clean :
$(RM) $(addprefix $(MAIN), .log .aux .blg .toc .bbl .glo .gls .bcf)
veryclean : clean
$(RM) $(addprefix $(MAIN), .pdf)
% Encoding: UTF-8
@ARTICLE{Messer1966,
author = {Messer, G. and Moliere, K.},
title = {Energieaustausch von Edelgasen mit Wolfram-Oberflächen},
subtitle = {Relative Akkommodationskoeffizienten des Heliums, Neons,
Argons und Xenons bei 298\,K},
journaltitle = {Z. Angew. Phys.},
date = {1966},
number = {6},
pages = {481-487},
volume = {20},
langid = {german}
}
@BOOK{Lanzinger1997,
author = {Lanzinger, Eckhard},
title = {Partialdruckbestimmung von Kohlenmonoxid im Hochvakuum mittels
Infrarot-Absorptiosspektroskopie unter Verwendung einer
Vielfachreflexionszelle nach Herriott},
type = {phdthesis},
date = {1997},
publisher = {Verlag Dr. Köster},
location = {Berlin},
isbn = {3-89574-272-4},
langid = {german}
}
@Comment{jabref-meta: databaseType:biblatex;}
File added
%%%\csname UseRawInputEncoding\endcsname % 2018-04-13
% https://tex.stackexchange.com/questions/426248/csquotes-error-makeautoquote
\setcounter{errorcontextlines}{100}
\listfiles
\documentclass[fontsize=11pt,paper=a4,pagesize,ngerman]{scrartcl}
\usepackage{iftex}
\iftutex% LuaTeX oder XeTeX
%%%\usepackage{unicode-math}
\usepackage{fontspec}
\setmainfont{texgyrepagella}[
Ligatures=TeX,
Extension=.otf,
UprightFont=*-regular,
BoldFont=*-bold,
ItalicFont=*-italic,
BoldItalicFont=*-bolditalic]
\setsansfont{texgyreheros}[
Ligatures=TeX,
Extension=.otf,
UprightFont=*-regular,
BoldFont=*-bold,
ItalicFont=*-italic,
BoldItalicFont=*-bolditalic]
\setmonofont{AnonymousPro-Regular}[%
Extension = .ttf,
BoldFont = AnonymousPro-Bold,
ItalicFont = AnonymousPro-Italic,
BoldItalicFont = AnonymousPro-BoldItalic,
Scale = MatchLowercase]
\else% pdfTeX oder TeX+dvips
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{tgpagella}
\usepackage{tgheros}
\usepackage[ttdefault=true,scale=1.034]{AnonymousPro}
\fi
\usepackage[main=ngerman,english]{babel}
\ifxetex\else
\usepackage[protrusion=true,expansion=true,final]{microtype}
\fi
% TODO: Klasse erzeugen (pdflatex und LuaLaTeX/XeLaTeX)
\setlength\emergencystretch{2em}
\usepackage[top=25mm,textheight=1.13\textheight,verbose]{geometry}
\usepackage[autostyle=true,german=guillemets,maxlevel=3]{csquotes}
\defineshorthand{"`}{\openautoquote}
\defineshorthand{"'}{\closeautoquote}
\MakeAutoQuote{»}{«}
\MakeAutoQuote{}{}
\usepackage[%
%%%,style=filmography
,style=numeric
,language=auto
,hyperref=auto
,sorting=nyt
,bibencoding=utf8
,backend=biber
,sortlocale=auto
,maxnames=99,
,abbreviate=false
]{biblatex}
\newcommand\bilingual[2]{%
\foreignlanguage{ngerman}{#1}~/~\foreignlanguage{english}{\itshape #2}%
}
\addbibresource{publikationen_vakuum_PTB.bib}
\flushbottom
\usepackage{hyperref}
\begin{document}
Veröffentlichungen/Publications
Laboratorium für Vakuumphysik (bis 1996)/Arbeitsgruppe Vakuummetrologie
Section Vacuum physics (by 1996)/Vacuum Metrology
Physikalisch - Technische Bundesanstalt
\nocite{*}
\printbibliography[type=article,heading=subbibliography,%
title=\bilingual{Zeitschriftenartikel}{Magazine articles}]
\printbibliography[nottype=article,heading=subbibliography,%
title=\bilingual{Bücher, Diplom- und Doktorarbeiten, sonstige
Veröffentlichungen}{Books, Master and Doctoral thesis, and other
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