diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/generic/docbytex/README |
Initial commit
Diffstat (limited to 'macros/generic/docbytex/README')
-rw-r--r-- | macros/generic/docbytex/README | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/macros/generic/docbytex/README b/macros/generic/docbytex/README new file mode 100644 index 0000000000..0978b41e50 --- /dev/null +++ b/macros/generic/docbytex/README @@ -0,0 +1,44 @@ +Seznam souborů + +docby.tex ... makro DocBy.TeX +docby.pdf ... dokumentace (česky) +docby-e.pdf ... dokumentace (anglicky) +docby.d ... zdrojový soubor dokumentace, zpracujte: pdfcsplain docby.d +docby-e.d ... zdrojový soubor anglické dokumentace: pdfcsplain docby-e.d +cosi.c ... ukázka, která se načítá při zpracování dokumentace +main.c, win.c, base.c ... ukázkový program lup (spíše torzo programu) +lup.tex, main.d, win.d, base.d ... ukázková dokumentace programu lup +lup.pdf ... výstup ukázkové dokumentace +annonce ... co jsem psal do listu cstex +README ... tento soubor +docbytex.zip ... archiv vsech souborů zde zmíněných + +Licence k balíčku DocbyTeX + +Se soubory z balíčku DocBy.TeX si můžete bez omezení dělat +co chcete. Bude-li se vám makro jevit užitečné, můžete potěšit +autora informací o tom. Na makro není poskytována žádná záruka. + +------------------------------------------ + +List of files + +docby.tex ... the macro DocBy.TeX +docby-e.pdf ... the documentation (in English) +docby.pdf ... the documentation (in Czech) +docby-e.d ... the source of the documentation, do: pdfcsplain docby-e.d +docby.d ... the source of the documentation, do: pdfcsplain docby.d +cosi.c ... an example used in documentation +main.c, win.c, base.c ... the expample program lup (a part of program) +lup.tex, main.d, win.d, base.d ... the source of documentation of program lup +lup.pdf ... the output of documentation of program lup +annonce ... the text sent to cstex list +README ... this file +docbytex.zip ... the archive of all files mentioned here + +License to DocBy.TeX package + +You can do anything with the files from DocBy.TeX package without +any limit. If the macro will be usable for you, you can tell the author +about it. There is no warranty for this macro. + |