This repository was archived by the owner on May 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ \section{HadoopDB}
31
31
\textbf {Архитектура HDFS }
32
32
33
33
\begin {figure }[ht!]
34
- \center {\includegraphics [width=1\textwidth ]{hdfsarchitecture}}
34
+ \center {\includegraphics [width=1\textwidth ]{hdfsarchitecture.pdf }}
35
35
\caption {Архитектура HDFS}
36
36
\label {fig:hdfsarchitecture }
37
37
\end {figure }
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments