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

Commit 6248b77

Browse files
committed
html
1 parent 8736a8e commit 6248b77

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

clustering/hadoopdb.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ \section{HadoopDB}
3131
\textbf{Архитектура HDFS}
3232

3333
\begin{figure}[ht!]
34-
\center{\includegraphics[width=1\textwidth]{hdfsarchitecture}}
34+
\center{\includegraphics[width=1\textwidth]{hdfsarchitecture.pdf}}
3535
\caption{Архитектура HDFS}
3636
\label{fig:hdfsarchitecture}
3737
\end{figure}

html/postgresql.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta http-equiv="Content-Style-Type" content="text/css" />
6+
<meta name="generator" content="pandoc" />
7+
<title></title>
8+
</head>
9+
<body>
10+
11+
</body>
12+
</html>

postgresql.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
\Preamble{html}
2+
\begin{document}
3+
4+
% Removing div element surrounding tables and figures.
5+
\ConfigureEnv{tabular}
6+
{\HCode{}}{\HCode{}}{}{}
7+
\ConfigureEnv{figure}
8+
{\HCode{}}{\HCode{}}{}{}
9+
% Always ignore \hline commands. Tables will rather be styled using CSS.
10+
\Configure{hline}{\HCode{}}
11+
% This one removes the rulers. Taking a look at html4.4ht should make
12+
% clear what has been changed.
13+
\Configure{float}
14+
{\ifOption{refcaption}{}{\csname par\endcsname\ShowPar \leavevmode}}
15+
{\HCode{}}
16+
{\ifvmode \IgnorePar \fi\EndP \HCode{}\csname par\endcsname\ShowPar}
17+
\EndPreamble

0 commit comments

Comments
 (0)