summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-oxref/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-oxref/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-oxref/README.md43
1 files changed, 33 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/README.md b/Master/texmf-dist/doc/latex/biblatex-oxref/README.md
index a33b1d690b7..9f6cfb8d13b 100644
--- a/Master/texmf-dist/doc/latex/biblatex-oxref/README.md
+++ b/Master/texmf-dist/doc/latex/biblatex-oxref/README.md
@@ -1,15 +1,19 @@
# biblatex-oxref: Biblatex styles inspired by the *Oxford Guide to Style*
-This bundle provides two [biblatex] styles that implement (some of) the
+This bundle provides four [biblatex] styles that implement (some of) the
stipulations and examples provided by the 2014 *New Hart's Rules* and the 2002
*Oxford Guide to Style*:
* `oxnotes` is a style similar to the standard `verbose`,
intended for use with footnotes;
+ * `oxnum` is a style similar to the standard `numeric`,
+ intended for use with numeric in-text citations.
+ * `oxalph` is a style similar to the standard `alphabetic`,
+ intended for use with alphabetic in-text citations.
* `oxyear` is a style similar to the standard `authoryear`,
intended for use with parenthetical in-text citations.
-Both styles should be considered experimental. In particular, the ways in which
+These styles should be considered experimental. In particular, the ways in which
the styles handle certain tricky references are subject to change.
[biblatex]: http://ctan.org/pkg/biblatex
@@ -22,6 +26,15 @@ To compile the documentation you will need to have the [minted] package working,
which in turn relies on Python 2.6+ and Pygments. See the documentation of that
package for details.
+### Managed way
+
+The latest stable release of the biblatex-oxref bundle has been packaged for
+TeX Live and MiKTeX. If you are running TeX Live and have `tlmgr` installed, you
+can install the bundle simply by running `tlmgr install biblatex-oxref`. If you
+are running MiKTeX, you can install the bundle by running
+`mpm --install=biblatex-oxref`. Both `tlmgr` and `mpm` have GUI versions that
+you might find friendlier.
+
### Automated way
A makefile is provided which you can use with the Make utility on
@@ -29,16 +42,16 @@ UNIX-like systems:
* Running `make source` generates the derived files
- README.md
- - oxref.bbx, oxnotes.bbx, oxyear.bbx
- - oxnotes.cbx, oxyear.cbx
+ - oxref.bbx, oxnotes.bbx, oxyear.bbx, oxnum.bbx, oxalph.bbx
+ - oxnotes.cbx, oxyear.cbx, oxnum.cbx, oxalph.cbx
- american-oxref.lbx, british-oxref.lbx, english-oxref.lbx
- - oxnotes.dbx, oxyear.dbx
+ - oxnotes.dbx, oxyear.dbx, oxnum.dbx, oxalph.dbx
- oxref.bib
- oxref.ins
- - oxnotes-doc.tex, oxyear-doc.tex
+ - oxnotes-doc.tex, oxyear-doc.tex, oxnum-doc.tex, oxalph-doc.tex
* Running `make` generates the above files and also oxref.pdf,
- oxnotes-doc.pdf, and oxyear-doc.pdf.
+ oxnotes-doc.pdf, oxyear-doc.pdf, oxnum-doc.pdf and oxalph-doc.pdf.
* Running `make inst` installs the files in the user's TeX tree.
You can undo this with `make uninst`.
@@ -60,9 +73,9 @@ first two steps.
1. Run `luatex oxref.dtx` to generate the source files. (You can safely skip
this step if you are confident about step 2.)
- 2. Compile oxref.dtx, oxnotes-doc.tex and oxyear-doc.tex with LuaLaTeX and
- Biber to generate the documentation. You will need to enable shell escape
- so that [minted] can typeset the listings.
+ 2. Compile oxref.dtx, oxnotes-doc.tex, oxyear-doc.tex, and oxnum-doc.tex with
+ LuaLaTeX and Biber to generate the documentation. You will need to enable
+ shell escape so that [minted] can typeset the listings.
3. Move the files to your TeX tree as follows:
- `source/latex/biblatex-oxref`:
@@ -72,17 +85,27 @@ first two steps.
american-oxref.lbx,
british-oxref.lbx,
english-oxref.lbx,
+ oxalph.bbx,
+ oxalph.cbx,
+ oxalph.dbx,
oxnotes.bbx,
oxnotes.cbx,
oxnotes.dbx,
+ oxnum.bbx,
+ oxnum.cbx,
+ oxnum.dbx,
oxref.bbx,
oxyear.bbx,
oxyear.cbx,
oxyear.dbx
- `doc/latex/biblatex-oxref`:
README.md,
+ oxalph-doc.pdf,
+ oxalph-doc.tex,
oxnotes-doc.pdf,
oxnotes-doc.tex,
+ oxnum-doc.pdf,
+ oxnum-doc.tex,
oxref.bib,
oxref.pdf,
oxyear-doc.pdf,