logsheet-tex/README.md

45 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2024-11-27 19:11:40 +01:00
# logsheet-tex
2024-11-27 20:57:59 +01:00
Printable logsheet for amateur radio operators in tex
## Description
With this latex file you can create a print template for an amateur radio
logsheet. By default you fold a DIN A4 paper in half and get four A5 papers in
2024-11-27 21:25:41 +01:00
portrait mode for the logsheet (with duplex printing). These A5 sides are all
enumerated with the number as watermark.
See [sample pdf](../../../raw/branch/main/sample/logsheet.DL1XXXX.pdf)
2024-11-27 20:57:59 +01:00
2024-11-30 13:38:31 +01:00
Your callsign can be a watermark across the background. Font size is calculated
automatically. If the sheet is for trainee logging, there will be "Location+OP"
in the heading.
2024-11-27 20:57:59 +01:00
## Setup
### Prepare build system
* Download Makefile for typesetting LaTeX documents from
[https://github.com/tueda/makefile4latex/](https://github.com/tueda/makefile4latex/raw/refs/heads/master/Makefile)
Of course you can use your own method of using LaTeX.
### Config callsign/etc.
* Copy latex.mk.example to latex.mk and adapt it for generating different pdfs
* Config callsign via filename:
2024-11-27 21:20:16 +01:00
* logsheet.DL1XXXX.tex will use callsign DL1XXXX
* logsheet.DN1XXXX.trainee.tex will use callsign DN1XXXX and set Location+OP
2024-11-30 13:38:31 +01:00
in heading (for trainee callsign)
2024-11-27 21:20:16 +01:00
* logsheet.DL1XXXX.tex will use callsign DL1XXXX/t and set Location+OP in
2024-11-27 20:57:59 +01:00
heading (for new (2024) german trainee callsign)
* Configuration in the first section of logsheet.tex possible:
2024-11-27 21:20:16 +01:00
* paper format
2024-11-30 13:38:31 +01:00
* number of blocks on each page
* number of pages
* page layout
2024-11-27 20:57:59 +01:00
## Build
With the build system: **make pdf**
Otherwise: build the .tex files as you like