summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gzt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/gzt/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/gzt/README.md91
1 files changed, 77 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/gzt/README.md b/Master/texmf-dist/doc/latex/gzt/README.md
index e154ecd1832..89a95cb27c6 100644
--- a/Master/texmf-dist/doc/latex/gzt/README.md
+++ b/Master/texmf-dist/doc/latex/gzt/README.md
@@ -1,18 +1,81 @@
-gzt - Support for the French journal "La Gazette des Mathématiciens"
-=====================================================================
+# Overview
-The `gzt` bundle provides LaTeX classes for the French journal "La Gazette des
-mathématiciens".
+The purpose of the current LaTeX bundle, `gzt`, is to provide two classes and
+`biblatex styles` for
+the French journal
+["La Gazette des Mathématiciens"](http://smf4.emath.fr/Publications/Gazette/):
-Installation
-------------
+- `gzt` for the complete issues of the journal, aimed for the Gazette's team,
+- `gztarticle`, intended for the authors who wish to publish an article in the
+ Gazette. This class goal is to:
+ - faithfully reproduce the layout of the Gazette, thus enabling the authors
+ to be able to work their document in actual conditions,
+ - provide a number of tools (commands and environments) to facilitate the
+ drafting of documents, in particular those containing mathematical
+ formulas.
-The classes are supplied in `.dtx` format. If you want to unpack the `.dtx`
-yourself, running `tex gzt.dtx` will extract the package whereas
-`pdflatex gzt` will typeset the documentation of the `gztarticle` class
-(currently only in French).
+# Copyright and Licence
-Typesetting the documentation also requires a number of packages in addition to
-those needed to use the `gzt` classes. To compile the documentation without
-error, you will need, among others, my personal (dirty) package `denisbdoc` for
-documenting the classes I've written.
+## Author
+
+Denis Bitouzé
+
+## Release
+
+2017/02/15 v0.97
+
+## Copyright
+
+Copyright 2014-2017 Denis Bitouzé
+
+## 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.
+
+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
+2003/06/01 or later.
+
+This work has the LPPL maintenance status "maintained".
+
+#Installation
+
+- `gzt` is bundled with the main TeX distributions TeX Live (and its
+ variants) and MiKTeX.
+- `gzt` starts life on [Github](https://github.com/dbitouze/gzt) where
+ you can always find development releases.
+- The latest official release is put onto [CTAN](http://ctan.org/pkg/gzt)
+ but users can get the latest stable version by updating their TeX
+ distributions (upgrading if necessary for TeX Live).
+
+#Help
+
+## Documentation
+
+`gzt` is provided with an extensive documentation (in French) in the
+`doc/latex/gzt/french/` directory in the distribution, also
+available
+[on CTAN](http://mirrors.ctan.org/macros/latex/contrib/gzt/doc/gzt-fr.pdf).
+
+## Templates and samples
+
+`gzt` comes with a template attached to the the documentation above.
+
+## Questions and answers
+
+Users can ask questions about `gzt` e.g. on Q & A sites:
+
+- [in French](http://texnique.fr/osqa/tags/gzt/)
+- [in English](http://tex.stackexchange.com/questions/tagged/gzt)
+
+# Debug and feature requests
+
+Suggestions and bug reports are welcome.
+
+- Go to the Github [issues page](https://github.com/dbitouze/gzt/issues/).
+- If not already reported, [open an issue](https://github.com/dbitouze/gzt/issues/new/).
+- Add
+ a [minimal working example](http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl) if
+ possible. This helps a great deal facilitate a swift response.