Check code tags
This commit is contained in:
parent
32387d6e73
commit
fbd8fba938
1 changed files with 2 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ Once these are installed, from within zine_maker folder run:
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
|
|
||||||
##Fonts
|
## Fonts
|
||||||
The source code comes with some fonts under the fonts folder. You can use your
|
The source code comes with some fonts under the fonts folder. You can use your
|
||||||
fonts of preference by adding them either in the fonts folder and edit the
|
fonts of preference by adding them either in the fonts folder and edit the
|
||||||
files cover.py, colophon.py and doc_pdf.py to give the new names. Or add your
|
files cover.py, colophon.py and doc_pdf.py to give the new names. Or add your
|
||||||
|
|
@ -44,8 +44,7 @@ absolute font path directly to the python scripts.
|
||||||
The input texts should be clean from characters added by some text editors or
|
The input texts should be clean from characters added by some text editors or
|
||||||
Operating Systems. Use the cat command to check your text is ready as input
|
Operating Systems. Use the cat command to check your text is ready as input
|
||||||
with:
|
with:
|
||||||
```
|
```cat --show-nonprinting input.txt
|
||||||
cat --show-nonprinting input.txt
|
|
||||||
```
|
```
|
||||||
Symbols such as M-oM-;M or ^M (carriage Return / line feed) need to be removed.
|
Symbols such as M-oM-;M or ^M (carriage Return / line feed) need to be removed.
|
||||||
A cool tool for that is dos2unix, which is available as command line, but needs
|
A cool tool for that is dos2unix, which is available as command line, but needs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue