~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcdocs/packages/html/htmllist.sty

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% LaTeX2HTML Version 96.1 : htmllist.sty
 
2
% Optional LaTeX style file
 
3
% Written by Herbert W. Swan <dprhws@edp.Arco.com>
 
4
% Version 0.1,  December 22, 1995
 
5
%
 
6
% This file contains definitions of LaTeX commands which are
 
7
% processed in a special way by the translator. 
 
8
%
 
9
%  The htmllist environment is equivalent to the description
 
10
%  environment in the printed copy, but produces bold descriptions
 
11
%  with optional image marks in the HTML version.
 
12
%
 
13
%  Example:
 
14
%
 
15
%       \begin{htmllist}[WhiteBall]
 
16
%       \item[Item 1:] This will have a white ball
 
17
%       \item[Item 2:] This will also have a white ball
 
18
%       \htmlitemmark{RedBall}
 
19
%       \item[Item 3:] This will have a red ball
 
20
%       \end{htmllist}
 
21
%
 
22
%
 
23
% Place this file in a directory accessible to LaTeX (i.e., somewhere
 
24
% in the TEXINPUTS path.)
 
25
%
 
26
 
 
27
% Modifications:
 
28
 
 
29
\newenvironment{htmllist}[1][]{%
 
30
\begin{description}}{%
 
31
\end{description}}
 
32
 
 
33
\newenvironment{htmllist*}[1][]{%
 
34
\begin{description}}{%
 
35
\end{description}}
 
36
 
 
37
\newcommand{\htmlitemmark}[1]{}