File: sec1.tex

package info (click to toggle)
latex2html 2015-debian1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 7,652 kB
  • ctags: 3,386
  • sloc: perl: 30,941; makefile: 429; sh: 155
file content (47 lines) | stat: -rw-r--r-- 1,072 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%
%  This is the first document segment input by report.tex.
%  It can be independently processed by latex2html.  (Note
%  that latex2html do not requre a \begin{documentclass}.
%

\begin{htmlonly}
\documentclass{article}
\usepackage{html,color,makeidx}
\input{sec1.ptr}		% Input counters and section
				%    information from sec1.ptr

\end{htmlonly}
%
%  The following command is ignored by LaTeX:
%

\internal{s2}			% Input \label information from
				%    the second segment of this
				%    report, found in
				%    report/s2internals.pl

\startdocument			% Mark the end of the preamble
				% (Serves the role of \begin{document})
%
%  Here is the body of this segment:
%

Here is some text.
Here is some more text.

\subsection{First subsection}
Here is section 1 \label{first}.
\begin{figure}
\colorbox{red}{Some colored text\index{Color text}}
\caption[List of figure caption]{Figure 1 caption}
\end{figure}

%
%  This reference is defined in sec2.tex.
%

Reference\index{Reference} to \ref{second}.

%
%  Note that it does not have to end with \end{document}.
%