summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pbsheet/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/pbsheet/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/pbsheet/README')
-rw-r--r--macros/latex/contrib/pbsheet/README61
1 files changed, 61 insertions, 0 deletions
diff --git a/macros/latex/contrib/pbsheet/README b/macros/latex/contrib/pbsheet/README
new file mode 100644
index 0000000000..f3a61f3b00
--- /dev/null
+++ b/macros/latex/contrib/pbsheet/README
@@ -0,0 +1,61 @@
+TITLE
+ pbsheet LaTeX2e class.
+
+VERSION AND RELEASE DATE
+ v0.1, 2004-02-14.
+
+DESCRIPTION
+ pbsheet is a LaTeX2e document class dedicated to the formatting of teachers
+ problems sheets containing Mathematics, programs, and graphics.
+ Very simple to use, for daily usage.
+
+COPYRIGHT AND LICENSE
+ Copyright (C) Djalil CHAFAI, 2003, 2004. All files may be distributed and/or
+ modified under the conditions of the LaTeX Project Public License (LPPL),
+ either version 1.2 of this license or (at your option) any later version. The
+ latest version of this license is in http://www.latex-project.org/lppl.txt
+ and version 1.2 or later is part of all distributions of LaTeX version
+ 1999/12/01 or later. See the ./LPPL for a local copy of LPPL.
+
+FEEDBACK
+ http://www.lsp.ups-tlse.fr/Chafai/
+ E-mail: djalil DOT chafai AT laposte DOT net
+
+COMPILED AND TESTED WITH
+ teTeX 2.0.2, Debian/GNU Linux "testing" distribution.
+
+HOW TO BUILD
+ latex pbsheet.ins % generates the class file pbsheet.cls from pbsheet.dtx
+ latex pbsheet.dtx % generates the documentation pbsheet.dvi
+
+EXAMPLE OF USAGE
+ cd xpl-fr/
+ make ps pdf clean
+
+FILE LIST
+ pbsheet.cls pbsheet class (LaTeX2e).
+ pbsheet.ins pbsheet class installation file. LaTeX2e it to create the .cls
+ pbsheet.dtx pbsheet class commented code to generate the documentation.
+ pbsheet.dvi pbsheet class documentation in DVI format.
+ pbsheet.ps pbsheet class documentation in Postscript format.
+ pbsheet.pdf pbsheet class documentation in PDF format.
+ LPPL a copy of the LaTeX Project Public License.
+ README this file itself!
+ xpl/ dedicated directory to an example of pbsheet usage.
+ xpl/GNUmakefile GNU makefile for easy compilation of pbsheet example.
+ xpl/xpl-fr.tex source file of pbsheet example (in French).
+ xpl/xpl-fr.dvi compiled version of pbsheet example, in DVI format.
+ xpl/xpl-fr.ps compiled version of pbsheet example, in Postscript format.
+ xpl/xpl-fr.pdf compiled version of pbsheet example, in PDF format.
+ xpl/xpl-fr.bib BibTeX file for pbsheet example.
+ xpl/pgm/ Matlab code directory.
+ xpl/pgm/rdiscr.m some Matlab program.
+ xpl/pgm/rint.m Idem.
+ xpl/pgm/simbin.m Idem.
+ xpl/pgm/probadis.m Idem.
+ xpl/img/ EPS and PDF images directory.
+ xpl/img/simbin.eps some EPS graphic.
+ xpl/img/simbin.pdf the PDF version of the latter.
+
+EOF.
+