diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-18 21:59:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-18 21:59:03 +0000 |
commit | 05a3ef202ad67cea59168d591f76ec3219e56aae (patch) | |
tree | 8380a6502d23f3f2d795c583ee809c14c7736267 /Master/texmf-dist/doc | |
parent | fd4db2fd78326629cdaa61f2bbca86682fa2819e (diff) |
biblatex-philosophy (18may16)
git-svn-id: svn://tug.org/texlive/trunk@41245 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf | bin | 773345 -> 770549 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zip | bin | 11369 -> 11711 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/test-modern.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex | 39 |
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 Binary files differindex 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 diff --git a/Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zip b/Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zip Binary files differindex 2096a06e2d7..94091becee3 100644 --- a/Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zip +++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/examples.zip 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} |