summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/gregoriotex/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-23 16:29:25 +0000
committerKarl Berry <karl@freefriends.org>2016-08-23 16:29:25 +0000
commitd73710f127ca9ba9ae3e6cea23dd8a616c053bea (patch)
treeacad6282f475135aed80dfdfb9571cd32b79cae1 /Master/texmf-dist/doc/luatex/gregoriotex/README.md
parent178ceb34d5f5bc6475d274fbd62153af26f01f30 (diff)
gregoriotex (22aug16)
git-svn-id: svn://tug.org/texlive/trunk@41913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/gregoriotex/README.md')
-rw-r--r--Master/texmf-dist/doc/luatex/gregoriotex/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/gregoriotex/README.md b/Master/texmf-dist/doc/luatex/gregoriotex/README.md
new file mode 100644
index 00000000000..4bbd40f2dab
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/gregoriotex/README.md
@@ -0,0 +1,19 @@
+Documentation for gregorio and gregoriotex
+==========================================
+
+This folder contains the source files of a manual is primarily intended for
+developers. Users should not expect to find an indepth guide on using gregorio.
+
+You can find a compiled PDF version in the files of each [Gregorio release](https://github.com/gregorio-project/gregorio/releases).
+
+Developers can use this manual as a reference for information on the
+internal workings of gregorio.
+
+## Building
+
+To compile the pdf you must have
+ * an up-to-date [TeXLive](https://www.tug.org/texlive/) system, with at least the `luatex` bundle and `latexmk`
+ * the [Linux Libertine](http://www.linuxlibertine.org/index.php?id=1&L=1) and [Inconsolata](http://www.levien.com/type/myfonts/inconsolata.html) fonts (distributed by TeXLive too)
+ * the [`pygments` library](http://pygments.org/)
+
+Once you have run `./configure` in the main directory, run `make doc` in this directory.