diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-16 22:59:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-16 22:59:42 +0000 |
commit | 83556912266859c0d8e6e1bc048b5b8ba1bfcc93 (patch) | |
tree | 66261240d06f903f1cf21bbe62aa86fe3ca93c95 /Master/texmf-dist/doc/latex/biblatex-philosophy | |
parent | 38a3441fb0aaa2bf0dd7cc8702f646bf28c299a0 (diff) |
biblatex-philosophy (16oct13)
git-svn-id: svn://tug.org/texlive/trunk@31922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-philosophy')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf | bin | 468278 -> 469248 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/philosophy-examples.bib | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex | 4 |
3 files changed, 8 insertions, 3 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 b130ea8f7c2..8ba904fb7cb 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/philosophy-examples.bib b/Master/texmf-dist/doc/latex/biblatex-philosophy/philosophy-examples.bib index c20ac37113e..d10b8a5c17c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-philosophy/philosophy-examples.bib +++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/philosophy-examples.bib @@ -2,13 +2,17 @@ %% http://bibdesk.sourceforge.net/ -%% Created for Ivan Valbusa at 2013-05-02 17:05:00 +0200 +%% Created for Ivan Valbusa at 2013-09-19 16:00:08 +0200 %% Saved with string encoding Unicode (UTF-8) +@article{s, + Date-Added = {2013-09-19 15:59:43 +0200}, + Date-Modified = {2013-09-19 16:00:08 +0200}} + @book{Hobbes:works:elements-of-philosophy:maintitle, Author = {Thomas Hobbes}, Booksubtitle = {The First Section, Concerning Body}, @@ -792,7 +796,6 @@ @article{Mori:2008, Author = {Lapo F. Mori}, - Booktitle = {Gestire la bibliografia con \LaTeX}, Date = {2008}, Date-Added = {2009-10-13 13:50:34 +0200}, Date-Modified = {2013-03-15 16:43:37 +0100}, 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 244f31da7dd..3f785a25179 100644 --- a/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex +++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/test-verbose.tex @@ -2,6 +2,7 @@ \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} + \usepackage[style=italian]{csquotes} \usepackage[% backend=biber, @@ -14,7 +15,6 @@ backref]{biblatex} \usepackage{hyperref} \begin{document} -\nocite{*} \section{Test file for \texttt{philosophy-verbose}} @@ -22,6 +22,8 @@ This is the first citation of an entry.\footcite{eco:2004}. This is another cita Now we cite another entry for the first time (all data are printed).\footcite{Frege}. Finally we cite the first work, which will be shortened.\footcite[67]{eco:2004} +\footcite{Bartocci:2007} + \printbibliography \end{document} |