Der Patch des THW Ortsvereins Friedrichshafen. https://ov-friedrichshafen.thw.de/
Find a file
2021-08-31 18:18:22 +02:00
.gitignore Adding 4th version 2021-08-09 01:12:20 +02:00
README.md Final THW Patch released? 2021-08-31 18:18:22 +02:00
thw_patch_ov_fn.pdf Final THW Patch released? 2021-08-31 18:18:22 +02:00
thw_patch_ov_fn.svg Final THW Patch released? 2021-08-31 18:18:22 +02:00
vorlage_a.svg improve after vorlage 2021-07-13 00:51:03 +02:00
vorlage_b.svg improve after vorlage 2021-07-13 00:51:03 +02:00
vorlage_c.svg Adding 4th version 2021-08-09 01:12:20 +02:00
zeppelin.svg Update License 2021-07-13 00:08:10 +02:00

thw__ov_fn__patch

Designentwurf eines Patch für den THW OV Friedrichshafen.

THW Path OV FN

Lizenz:

CC-BY-3.0

Urheber: L3D <l3d@c3woc.de>
https://creativecommons.org/licenses/by/3.0/de/

Tipps for exporting

for i in *.svg
do
    echo "Export: $i"
    inkscape \
    --actions="export-filename:$i.pdf; export-do;"\
    --export-dpi 300 \
    $i
done

# pdftk PDF1.pdf PDF2.pdf cat output PDF3.pdf