diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex | 42 |
1 files changed, 18 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex b/Master/texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex index 45164be4438..3d9a49d53e6 100644 --- a/Master/texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex +++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex @@ -12,21 +12,17 @@ scauthors=true, %locpubyear=true, origparens=true, %origbrackets=true, -itbackref=true, % only for documents written in italian language -%dataleft=true, +%yearleft=true, annotation=true, library=true, %square=true, -%onlyfirstsc=true, -%namelastfirst=true, -%itbackref=true, % only for documents written in italian language %natbib=true, %maxnames=2, %minnames=1, backref, hyperref, ]{biblatex} -\bibliography{philosophy-examples} +\bibliography{../philosophy-examples} %\bibliography{examples} % il file examples.bib si trova nella cartella di biblatex \defbibheading{esempio}{\section*{Bibliografia esemplificativa}} @@ -52,30 +48,28 @@ hyperref, -%% Decommentare le righe seguenti per ottenere (Citato a pagina x) -%% e (Citato alle pagine x, y, z) anziché (Vedi p. x) e (Vedi pp. x, y, z) - -%\renewbibmacro*{pageref}{% -% \iflistundef{pageref} -% {} -% {\setunit{\addperiod\space}% -% \ifnum\value{pageref}>1\relax -% \printtext[backrefparens]{Citato\addspace alle\addspace pagine\ppspace% -% \printlist[pageref][-\value{listtotal}]{pageref}\adddot} -% \else -% \printtext[backrefparens]{Citato\addspace a\addspace pagina\ppspace% -% \printlist[pageref][-\value{listtotal}]{pageref}\adddot} -% \fi}} -%%---------------------------------------------------------------------------------------------------------- - - \usepackage{hyperref} +\DeclareCiteCommand{\footcite}[\mkbibfootnote] + {\usebibmacro{cite:init}% + \usebibmacro{prenote}} + {\usebibmacro{citeindex}% + \usebibmacro{textcite}} + {} + {\bibrightparen\setunit{\postnotedelim}% + \printfield{postnote}% + \ifthenelse{\value{multicitecount}=\value{multicitetotal}} + {\setunit{}} + {\setunit{% + \ifbool{cbx:parens} + {\bibrightparen\global\boolfalse{cbx:parens}} + {}% + \multicitedelim}}} + \begin{document} \nocite{*} - %% SIGLE \printshorthands |