summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iodhbwm/doc/examples/bibliography
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/iodhbwm/doc/examples/bibliography')
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-custom-option.pdfbin0 -> 271768 bytes
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-custom-option.tex39
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-footcite.pdfbin0 -> 178915 bytes
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-footcite.tex26
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-rename-heading.pdfbin0 -> 106171 bytes
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-rename-heading.tex31
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.pdfbin0 -> 277478 bytes
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex31
8 files changed, 127 insertions, 0 deletions
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-custom-option.pdf b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-custom-option.pdf
new file mode 100644
index 0000000000..59fd79c553
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-custom-option.pdf
Binary files differ
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-custom-option.tex b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-custom-option.tex
new file mode 100644
index 0000000000..e6fcfb5cdb
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-custom-option.tex
@@ -0,0 +1,39 @@
+% ---------------------------------------------------
+% Date: 12.11.2018
+% Version: v0.1
+% Autor: Felix Faltin <ffaltin91[at]gmail.com>
+% Repository: https://github.com/faltfe/iodhbwm
+% ---------------------------------------------------
+% --- --- --- --- -- Class options -- --- --- --- ---
+% ---------------------------------------------------
+\documentclass[
+ add-bibliography, % Include bibliography (needs biber run)
+ bib-file = biblatex-examples.bib, % Set bibliography file
+ language = ngerman, % Set main document language
+ debug % Provide \lipsum, \blindtext
+]{iodhbwm}
+\usepackage[T1]{fontenc}
+%\usepackage[utf8]{inputenc} % UTF-8 is default at the latest release
+
+% ---------------------------------------------------
+% --- --- - Change default biblatex options - --- ---
+% ---------------------------------------------------
+% You can almost change every option with this command. There are
+% only some exception like the backend and the style.
+% If you want to change the citeystyle have a look at the custom
+% cite style example or see the documentation for biblatex/citestyle
+% option.
+% ---------------------------------------------------
+% Change the sorting and supress the DOI output
+\ExecuteBibliographyOptions{sorting=none, doi=false}
+
+% ---------------------------------------------------
+% --- --- --- --- Begin actual content -- --- --- ---
+% ---------------------------------------------------
+\begin{document}
+ \Blinddocument % Dummy content
+
+ \nocite{*} % Cite every entry from the passed file
+
+ % ---------------------------------------------------
+\end{document}
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-footcite.pdf b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-footcite.pdf
new file mode 100644
index 0000000000..5998d0cf89
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-footcite.pdf
Binary files differ
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-footcite.tex b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-footcite.tex
new file mode 100644
index 0000000000..788fd222be
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-footcite.tex
@@ -0,0 +1,26 @@
+% ---------------------------------------------------
+% Date: 12.12.2018
+% Version: v0.1
+% Autor: Felix Faltin <ffaltin91[at]gmail.com>
+% Repository: https://github.com/faltfe/iodhbwm
+% ---------------------------------------------------
+% --- --- --- --- -- Class options -- --- --- --- ---
+% ---------------------------------------------------
+\documentclass[
+ add-bibliography-, % Include bibliography (needs biber run) wihout a bibliography
+ bib-file = biblatex-examples.bib, % Set bibliography file
+ biblatex/style = authoryear, % Change used biblatex style
+ language = ngerman, % Set main language
+ debug % Provide \lipsum, \blindtext
+]{iodhbwm}
+\usepackage[T1]{fontenc}
+
+% ---------------------------------------------------
+% --- --- --- --- Begin actual content -- --- --- ---
+% ---------------------------------------------------
+\begin{document}
+ \chapter{Zitat als Fußnote}
+ \blindtext \footcite{doody}
+
+ \blindtext \footfullcite{doody}
+\end{document}
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-rename-heading.pdf b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-rename-heading.pdf
new file mode 100644
index 0000000000..5d0227d166
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-rename-heading.pdf
Binary files differ
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-rename-heading.tex b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-rename-heading.tex
new file mode 100644
index 0000000000..bea0468d3d
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-rename-heading.tex
@@ -0,0 +1,31 @@
+% ---------------------------------------------------
+% Date: 12.12.2018
+% Version: v0.1
+% Autor: Felix Faltin <ffaltin91[at]gmail.com>
+% Repository: https://github.com/faltfe/iodhbwm
+% ---------------------------------------------------
+% --- --- --- --- -- Class options -- --- --- --- ---
+% ---------------------------------------------------
+\documentclass[
+ add-bibliography, % Include bibliography (needs biber run)
+ bib-file = biblatex-examples.bib, % Set bibliography file
+ language = ngerman, % Set main language
+ debug % Provide \lipsum, \blindtext
+]{iodhbwm}
+\usepackage[T1]{fontenc}
+
+% Rename bibliography heading depending
+% on selected language
+\DefineBibliographyStrings{ngerman}{%
+ bibliography = {Literaturverzeichnis},
+ references = {Literaturverzeichnis},
+}
+
+% ---------------------------------------------------
+% --- --- --- --- Begin actual content -- --- --- ---
+% ---------------------------------------------------
+\begin{document}
+ \chapter{Einfaches Zitat}
+ \blindtext \cite{bertram}
+
+\end{document}
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.pdf b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.pdf
new file mode 100644
index 0000000000..3cf196ddc3
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.pdf
Binary files differ
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex
new file mode 100644
index 0000000000..6fd6547da3
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/bibliography/iodhbwm-biblatex-style-option.tex
@@ -0,0 +1,31 @@
+% ---------------------------------------------------
+% Date: 12.11.2018
+% Version: v0.1
+% Autor: Felix Faltin <ffaltin91[at]gmail.com>
+% Repository: https://github.com/faltfe/iodhbwm
+% ---------------------------------------------------
+% --- --- --- --- -- Class options -- --- --- --- ---
+% ---------------------------------------------------
+\documentclass[
+ add-bibliography, % Include bibliography (needs biber run)
+ bib-file = biblatex-examples.bib, % Set bibliography file
+ biblatex/style = alphabetic, % Change citestyle and biblatex to alphabetic
+% biblatex/citestyle = alphabetic,
+% biblatex/bibstyle = alphabetic,
+ language = ngerman, % Set main document language
+ debug % Provide \lipsum, \blindtext
+]{iodhbwm}
+\usepackage[T1]{fontenc}
+%\usepackage[utf8]{inputenc} % UTF-8 is default at the latest release
+
+\begin{document}
+
+ % ---------------------------------------------------
+ % --- --- --- --- Begin actual content -- --- --- ---
+ % ---------------------------------------------------
+ \Blinddocument % Dummy content
+
+ \nocite{*} % Cite every entry from the passed file
+
+ % ---------------------------------------------------
+\end{document}