diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-21 22:37:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-21 22:37:08 +0000 |
commit | 6f88218003b3c9270ed5b889137814b521781a52 (patch) | |
tree | 4670ce16c23c08960140140b45058e23e5250a21 /Master/texmf-dist/doc/latex/oscola/README | |
parent | 9adf8e355a84312cf403250df2e41e11b893e687 (diff) |
new biblatex package oscola (21aug12)
git-svn-id: svn://tug.org/texlive/trunk@27490 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/oscola/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/oscola/README | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/oscola/README b/Master/texmf-dist/doc/latex/oscola/README new file mode 100644 index 00000000000..0c8cbfb7b74 --- /dev/null +++ b/Master/texmf-dist/doc/latex/oscola/README @@ -0,0 +1,63 @@ +SUMMARY +======= + +The Oscola package works (only!) with Biblatex (v 2.0 or later) and +Biber (v 1.0 or later). It aims to implement, almost completely, the +OSCOLA style of legal citation, according to the 4th edition. For +further information about coverage see the documentation. + +FILES AND LICENCE +================= + +The package consists of three principal files (oscola.bbx, oscola.cbx +and english-oscola.lbx) which should be placed where biblatex can find +them, documentation (oscola-documentation.pdf), and a very short index +style file (oscola.ist). Those files are copyright (c) Paul Stanley 2012. + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. + +The latest version of the license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status 'maintained'. +The current maintainer of this work is Paul Stanley (pstanley@essexcourt.net) + +The documentation consists of oscola-documentation.pdf and +oscola-examples.bib. Those files are distributed under the Creative +Commons Attribution 3.0-Unported License (CC BY 3.0). A copy of that +license is available at + http://creativecommons.org/licenses/by/3.0/deed.en_GB + +The LaTeX source of oscola-documentation.pdf is available upon request +from the author. + +All bug reports, questions, or suggestions should be sent to the +maintainer, whose email is pstanley@essexcourt.net. + +INSTALLATION +============ + +I find the TDS difficult, but I think the correct installation (under +the local tree) is as follows: + +oscola.bbx: With the bibliography style files in + ...tex/latex/biblatex/bbx +oscola.cbx: With the citation style files in + .../tex/latex/\linebreak biblatex/cbx +english-oscola.lbx: With the language definition files in + .../tex/latex/\linebreak biblatex/lbx +oscola-documentation.pdf: With documentation in a suitable directory + under .../doc/latex +oscola.ist: With the index style files in + .../makeindex/latex +oscola-examples.bib: With the sample bibliography files in a suitable + directory under .../bibtex/bib + +VERSION HISTORY +=============== + +August 2012: Version 0.1 released.
\ No newline at end of file |