diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-09 00:22:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-09 00:22:50 +0000 |
commit | 62993c5bcad4ec24f4de93ef85f925278433b941 (patch) | |
tree | dbb395e18efdf1fba65bada6d0927ac55fbf292d /Master/texmf-dist/doc/latex/biblatex-philosophy/README | |
parent | 5d748b68d77bc6f3bf05eb9abbf7e7071a124449 (diff) |
biblatex-philosophy update (8mar10)
git-svn-id: svn://tug.org/texlive/trunk@17387 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-philosophy/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-philosophy/README | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-philosophy/README b/Master/texmf-dist/doc/latex/biblatex-philosophy/README index b0a3f24f804..31a22d182c7 100644 --- a/Master/texmf-dist/doc/latex/biblatex-philosophy/README +++ b/Master/texmf-dist/doc/latex/biblatex-philosophy/README @@ -1,6 +1,5 @@ ----------------------------------------------------------------------- -The philosophy-classic and philosophy-modern - bibliography styles for biblatex +The biblatex-philosophy bibliography styles Maintained by Ivan Valbusa E-mail: ivan.valbusa@univr.it Released under the LaTeX Project Public License v1.3c or later @@ -9,15 +8,16 @@ See http://www.latex-project.org/lppl.txt DESCRIPTION: -The biliography styles philosophy-classic and philosophy-modern allow you to produce two different kinds of bibliography, based on the model of BibLaTeX authoryear style, with new options and features to manage the information about the translation of foreign texts or their reprints. Even if the default settings are based on the styles predominant in Italian publications, these styles can be used with every language recognized by babel, possibly with some simple redefinitions. The default citation scheme is a variant of authoryear-comp, with some redefinition to transform also the names of the cited authors into clickable hyperlinks. - +This package provides three bibliography styles for use with Philipp Lehman’s biblatex package. The style philosophy-verbose is intended for citations given in footnotes; The styles philosophy-classic and philosophy-modern are based on the model of authoryear-comp style. +New options and features allow you to manage the information about the translation of foreign texts or their reprints. The default settings are based on the styles predominant in Italian publications, but these styles can be used with every language recognized by babel, possibly with some simple redefinitions. INSTALLATION: To use the styles place: 1) the .bbx files in: <HOME>/texmf/tex/latex/biblatex/bbx/ 2) the .cbx files in: <HOME>/texmf/tex/latex/biblatex/cbx/ -Alternatively, place the .bbx and .cbx files in your working directory or in: +2) the .lbx files in: <HOME>/texmf/tex/latex/biblatex/lbx/ +Alternatively, place the .box, .cbx and .lbx files in your working directory or in: <TEXMFLOCAL>/tex/latex/biblatex-contrib/biblatex-philosophy. In this case remember to refresh the file name database. @@ -29,3 +29,9 @@ or \usepackage[babel,italian=guillemets]{csquotes} \usepackage[style=philosophy-modern]{biblatex} + +or + +\usepackage[babel,italian=guillemets]{csquotes} +\usepackage[style=philosophy-verbose]{biblatex} + |