fix markdown syntax

This commit is contained in:
Wolfgang 2024-11-27 21:20:16 +01:00
parent 32d9ec65c1
commit 988d52637c

View file

@ -25,14 +25,14 @@ Of course you can use your own method of using LaTeX.
### Config callsign/etc. ### Config callsign/etc.
* Copy latex.mk.example to latex.mk and adapt it for generating different pdfs * Copy latex.mk.example to latex.mk and adapt it for generating different pdfs
* Config callsign via filename: * Config callsign via filename:
** logsheet.DL1XXXX.tex will use callsign DL1XXXX * logsheet.DL1XXXX.tex will use callsign DL1XXXX
** logsheet.DN1XXXX.trainee.tex will use callsign DN1XXXX and set Location+OP * logsheet.DN1XXXX.trainee.tex will use callsign DN1XXXX and set Location+OP
in heading (for trainee callsign) in heading (for trainee callsign)
** logsheet.DL1XXXX.tex will use callsign DL1XXXX/t and set Location+OP in * logsheet.DL1XXXX.tex will use callsign DL1XXXX/t and set Location+OP in
heading (for new (2024) german trainee callsign) heading (for new (2024) german trainee callsign)
* Configuration in the first section of logsheet.tex possible: * Configuration in the first section of logsheet.tex possible:
** paper format * paper format
** number of logging blocks on each page * number of logging blocks on each page
## Build ## Build
With the build system: **make pdf** With the build system: **make pdf**