Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit e79284d

Browse files
committed
HTML generation
1 parent a7292e1 commit e79284d

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,7 @@
66

77
## Генерация HTML
88

9-
pandoc -s -S -c pandoc.css --toc --latexmathml --listings --highlight-style pygments -t html5 -s postgresql.tex -o postgresql.html
10-
11-
## Генерация Epub
12-
13-
pandoc -S -t epub3 -s postgresql.tex -o postgresql.epub --epub-cover-image=cover/cover.jpg --epub-chapter-level=2
14-
15-
Если хочется, чтобы в выводе были нормальные кавычки (`U+00ab` «, `U+00bb` »), нужно их сначала проставить вручную, потому что pandoc пока это не умеет (https://github.com/jgm/pandoc/issues/84). Например, c помощью vim:
16-
17-
vim -e - $(find . -name "*.tex") << EOF
18-
:bufdo %s/<</\\=nr2char("0x00ab")/ge | %s/>>/\\=nr2char("0x00bb")/ge | update
19-
EOF
20-
21-
22-
## Mobi
23-
24-
http://www.online-convert.com/
9+
pdf2htmlEX --zoom 1.3 --embed CFIJO postgresql.pdf
2510

2611
## License
2712

0 commit comments

Comments
 (0)