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

Commit 1701fa3

Browse files
committed
html
1 parent 6248b77 commit 1701fa3

13 files changed

+20
-17
lines changed

README

Whitespace-only changes.

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# PostgreSQL книга
2+
3+
4+
5+
## Генерация HTML
6+
7+
Нужно закоментировать "\RequirePackage{pdfpages}" и "\includepdf{cover}" из-за конфликтов и запустить команду:
8+
9+
htlatex postgresql.tex "postgresql.cfg,xhtml,mathml" "" "-d/Users/leo/Documents/postgresql_book/html/"

html/postgresql.html

-12
This file was deleted.

images/hdfsarchitecture.png

13.1 KB
Loading

images/postgres-xc-02.png

15.2 KB
Loading

images/postgres-xc-03.png

11.9 KB
Loading

images/postgres-xc-arch.png

22.3 KB
Loading

images/smlar1.png

440 KB
Loading

images/smlar2.png

136 KB
Loading

images/wale1.png

1.07 KB
Loading

images/wale2.png

1.74 KB
Loading

images/wale3.png

7.92 KB
Loading

postgresql.cfg

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
\Preamble{html}
2+
\Configure{graphics*}
3+
{pdf}
4+
{\Needs{"convert \csname Gin@base\endcsname.pdf
5+
\csname Gin@base\endcsname.png"}%
6+
\Picture[pict]{\csname Gin@base\endcsname.png}%
7+
}
28
\begin{document}
39

410
% Removing div element surrounding tables and figures.
5-
\ConfigureEnv{tabular}
6-
{\HCode{}}{\HCode{}}{}{}
7-
\ConfigureEnv{figure}
8-
{\HCode{}}{\HCode{}}{}{}
11+
%\ConfigureEnv{tabular}
12+
% {\HCode{}}{\HCode{}}{}{}
13+
%\ConfigureEnv{figure}
14+
% {\HCode{}}{\HCode{}}{}{}
915
% Always ignore \hline commands. Tables will rather be styled using CSS.
10-
\Configure{hline}{\HCode{}}
16+
\Configure{hline}{\HCode{<hr />}}
1117
% This one removes the rulers. Taking a look at html4.4ht should make
1218
% clear what has been changed.
1319
\Configure{float}

0 commit comments

Comments
 (0)