blob: 0a1963d1ebdada27ee2aaaaf51c2a9ca536b4ffd (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# gridset
An experimental LaTeX package for semi-manual grid (a.k.a. in-register) setting
------------------------------------------------------------------------------
LaTeX package `gridset`
Copyright (c) 2008—2020 Markus Kohm
Release: 2020-02-12 v0.3
License: LPPL 1.3c (see LICENSE.md)
CTAN Location: https://ctan.org/pkg/gridset
------------------------------------------------------------------------------
## Summary
This package provides commands to save positions to and restore positions from
`aux`-file. This may be used for grid setting (a.k.a. strict in-register
setting).
## Status Note
This package should not have been released, because it was only a very
quick implementation of an idea. You should not use it for any productive
purpose. It has been made for testing only. I would prefer to retire it
from any distribution. Nevertheless I know few persons using the package.
So it will be still there but without any support!
## Installation
The package is part of [TeX Live](https://tug.org/texlive) (and therefore
also [MacTeX](https://tug.org/mactex)) and [MiKTeX](http://miktex.org). Users
should use the packages provided by their TeX distribution.
However, manual extraction can be used to try out the developer version.
To extract the package use:
```bash
tex gridset.dtx
```
To create the manual use:
```bash
pdflatex gridset.dtx
mkindex gridset
pdflatex gridset.dtx
pdflatex gridset.dtx
```
|