From 40332355f04f49c293999f2422c574465f18810b Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Thu, 26 May 2022 08:40:58 +0200 Subject: Inital commit. Provide *README*, *.gitignore*, and *COPYING* --- README | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..fa1be85 --- /dev/null +++ b/README @@ -0,0 +1,37 @@ +This repository contains styling for LaTeX and other applications that +concerns [Fripost][1]. + +[1]: https://fripost.org + +# Installation + +Run Make for compilation of DTX and INS LaTeX packaging: + + make + +The LaTeX package is made locally available in *TEXMFHOME* through +installation: + + make install + make uninstall + +# Licence + +See *COPYING* + +# LaTeX Packaging + +LaTeX styles and classes, *.sty* and *.cls*, are traditionally shipped +as bundles, *.dtx*. However, rather than writing the package files +directly, there are alternatives that generate DTX from source style +and documentation: + + * [makedtx](https://www.ctan.org/pkg/makedtx) -- [makedtx v1.2: a Perl script to help create a DTX file + from source code](http://mirrors.ctan.org/support/makedtx/makedtx.pdf) + + * [sty2dtx](https://www.ctan.org/pkg/sty2dtx) + +Fripost uses makedtx. Read the manual and see [*Makefile*](Makefile) +for details of the compilation process. + + -- cgit v1.2.3