blob: e241dddf1decaedb261d36c34a3e122d58f960ad (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
pzccal README
~~~~~~~~~~~~~~
:Date: 2011-02-03
:Copyright: © 2011 Günter Milde <milde@users.berlios.de>
:Licence: 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.
:Abstract: The `pzccal` package sets up the Zapf Chancery font as
script (calligraphic) math alphabet ``\mathpzc``. It
provides options to scale the font and to configure the
alias command name. By default, `pzccal` overwrites the
predefined math alphabet command ``\mathcal``.
Files
=====
==================== =====================================
README.txt Requirements, Installation, Usage
README.html browser friendly README
pzccal.sty literate source (LaTeX package)
pzccal.sty.txt literate source (Documentation)
pzccal.sty.pdf literate source (Documentation, PDF)
pzccal.sty.html literate source (Documentation, HTML)
pzccal-test.tex Test example (source)
pzccal-test.pdf Test example (PDF output)
==================== =====================================
The bidirectional text <-> code converter PyLit_ can convert between
``pzccal.sty`` and ``pzccal.sty.txt``.
The Python Docutils_ and pdflatex were used to generate the HTML and PDF
documentation from the reStructuredText_ sources.
Requirements
============
This package uses fonts from the PSNFSS bundle.
It also requires kvoptions_.
Installation
============
* Unpack pzccal.zip (preferably in a TDS_ documentation folder).
* Make sure LaTeX can find pzccal.sty:
Copy/Move/Link it to a suitable place in the TDS_ and run ``texhash``
or place it in the current working directory (e.g. for testing).
Usage
=====
::
\usepackage{pzccal}
Option descriptions in the literate source.
.. References
==========
.. _LaTeX Project Public License: http://www.latex-project.org/lppl.txt
.. _PyLit: http://pylit.berlios.de
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _Docutils: http://docutils.sourceforge.net/rst.html
.. _kvoptions: http://mirror.ctan.org/help/Catalogue/entries/kvoptions.html
.. _TDS: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds
|