blob: 5b885c667eded1719deab0704f8907c99696dc91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
-----------------------------------------------------------------------
The biblatex-philosophy styles for biblatex
Maintained by Ivan Valbusa
E-mail: ivan.valbusa@univr.it
Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
-----------------------------------------------------------------------
DESCRIPTION:
This package provides three bibliography and citation 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 BibLaTeX authoryear-comp style.
New options and features allow you to manage the information about the
translation of foreign texts or their reprints.
This work consists of the following files:
README (this file)
doc/
biblatex-philosophy.bib
biblatex-philosophy.pdf
biblatex-philosophy.tex
Test-philosophy-classic.tex
Test-philosophy-modern.tex
Test-philosophy-verbose.tex
latex/
english-philosophy.lbx
italian-philosophy.lbx
philosophy-classic.bbx
philosophy-classic.cbx
philosophy-modern.bbx
philosophy-modern.cbx
philosophy-standard.bbx
philosophy-verbose.bbx
philosophy-verbose.cbx
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/
3) the .lbx files in: <HOME>/texmf/tex/latex/biblatex/lbx/
Alternatively, place the .bbx, .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.
USAGE:
\usepackage[italian=guillemets]{csquotes}
\usepackage[style=philosophy-modern]{biblatex}
% or
%\usepackage[style=philosophy-classic]{biblatex}
%\usepackage[style=philosophy-verbose]{biblatex}
2012/04/21
Ivan Valbusa
|