aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: fa1be8523fdd801fef7343bc0689999ab66a928c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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.