summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-philosophy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-philosophy')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdfbin773345 -> 770549 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zipbin11369 -> 11711 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-philosophy/test-modern.tex2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex39
4 files changed, 26 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf b/Master/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf
index df96fd4c96e..2b222bcb006 100644
--- a/Master/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zip b/Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zip
index 2096a06e2d7..94091becee3 100644
--- a/Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zip
+++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zip
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-modern.tex b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-modern.tex
index 46647871145..7408679d20d 100644
--- a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-modern.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-modern.tex
@@ -51,4 +51,6 @@ Typeset a footnote using the same style of \cmd{textcite}.\footcitet[12-13]{eco:
\printbibliography
+\printbibliography[restoreclassic,type=book]
+
\end{document}
diff --git a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex
index c8e5a97ceed..08c4b04b38a 100644
--- a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex
@@ -1,26 +1,35 @@
-% !TEX TS-program = LuaLaTeX
+% !TEX TS-program = pdfLaTeX
% !TEX encoding = UTF-8 Unicode
% !BIB TS-program = biber
-\documentclass{article}
+\documentclass[12pt,a4paper,twoside,openright,titlepage]{book}
+\usepackage[norules,swapnames]{frontespizio}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
+\usepackage[english,italian]{babel}
+\usepackage[style=italian]{csquotes}
+\usepackage[style=philosophy-verbose,scauthors=true,scauthorscite=true,indexing=cite,backend=biber]{biblatex}
+ \addbibresource{Bibliografia.bib}
+\usepackage{indentfirst}
+\usepackage[a4paper,top=2.5cm,bottom=2.5cm,left=3cm,right=3cm,bindingoffset=5mm]{geometry}
+\usepackage{url}
+\usepackage{hyperref}
+\usepackage{setspace}
+\usepackage{blindtext}
+\usepackage{epigraph}
+\usepackage{emptypage}
+\usepackage{makeidx}
+\renewcommand{\textflush}{flushepinormal}
+\DeclareIndexFieldFormat{indextitle}{}{}{}
+
+\defbibheading{primaria}{\subsection*{Bibliografia Primaria}}
+\defbibheading{secondaria}{\subsection*{Bibliografia Secondaria}}
+
+\makeindex
+\onehalfspacing
-%\usepackage[italian]{babel}
-\usepackage[style=italian]{csquotes}
-\usepackage[%
-%backend=biber,
-classical=true,
-style=philosophy-verbose,
-publocformat=ssloccolonpub,
-%commacit,
-%annotation=true,
-%hyperref,
-%backref
-]{biblatex}
\addbibresource{philosophy-examples.bib}%
-\usepackage{hyperref}
\begin{document}