summaryrefslogtreecommitdiff
path: root/info/examples/Einfuehrung2/11-07-2.ltx
blob: cc387e75ff617558b6c0ccac46adf45ca14ecb68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
%% 
%%  Ein Beispiel der DANTE-Edition
%%  
%%  2. Auflage
%% 
%%  Beispiel 11-07-2 auf Seite 592.
%% 
%%  Copyright (C) 2016 Herbert Voss
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%% 
%%  See http://www.latex-project.org/lppl.txt for details.
%% 
%% 
%% ==command biber --output-safechars ++FILE++== 
% Show page(s) 1
%% 
%% 
\documentclass[]{exaarticle}
\pagestyle{empty}
\setlength\textwidth{352.81416pt}
\usepackage[ngerman]{babel}
\usepackage[paper=a5,pagesize,DIV=15]{typearea}
%StartShownPreambleCommands
\usepackage[T1]{fontenc}%%% pdflatex
\usepackage{libertine}
\usepackage[scaled=0.85]{beramono}
\usepackage[utf8]{inputenc}
\usepackage{filecontents}
\begin{filecontents*}{utf8char.bib}
@online{SIOC,
 author = {Diego Berrueta and Dan Brickley and Stefan Decker and Sergio Fern{\'a}ndez
           and Christoph G{\"o}rn and Andreas Harth and Tom Heath and Kingsley Idehen
           and Kjetil Kjernsmo and Alistair Miles and Alexandre Passant
           and Axel Polleres and Luis Polo},
 editor = {Uldis Boj{\=a}rs and John Br{\'e}slin},
 title  = {SIOC Core Ontology Specification},
 url    = {http://rdfs.org/sioc/spec/},
 urldate= {2015-11-21},
 year   = {2010}}
\end{filecontents*}
\usepackage[style=alphabetic]{biblatex}
\addbibresource{utf8char.bib}
%StopShownPreambleCommands
\begin{document}
abc~\cite{SIOC}
\printbibliography    % run "biber --output-safechars <Datei>"
\end{document}