forked from NUT-RogerPrice/ConfigExamples
-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
36 lines (25 loc) · 1.21 KB
/
README
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
README 2021-05-20 Roger Price
2023-03-19 Cleanup of Makefile for submission to the nut github site
ConfigExamples
--------------
The Configuration Examples are intended as an introduction to NUT
configuration for beginners. Someone who has looked at the examples
should be able to ask comprehensible questions in the NUT mailing
list.
The files in this directory are used by LaTeX to create a PDF
file containing the NUT Configuration Examples document.
The base document is a LaTeX markup ConfigExamples.tex with two
specific style files: lineprinter.sty, and wrapfig.sty which although
featuring in the LaTeX Companion, now seems to be deprecated, so I
provide a copy.
By default the PDF is created for the A5 page size, more suitable
for reading on-screen.
The .fig figures were created using the venerable xfig, and
exported as .pdf by xfig for inclusion in the final document.
To build the document:
make clean && make
Latex will be run three times to ensure that all labels are
correctly referenced. The output is in file ConfigExamples.pdf.
Questions, comments, corrections, etc to the nut-upsuser mailing list
Roger Price [email protected]