summaryrefslogtreecommitdiff
path: root/fpcdocs/preamble.ts4
blob: 220c51ce85491645c116b3c4e517f92962796135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Preamble for report output
%
\documentclass[a4paper]{report}
\usepackage[html,4,png,sections+,fn-in]{tex4ht}
%
% FPC package
\usepackage{fpc}
\newwrite\kwdfile%
\immediate\openout\kwdfile \jobname.kwd%
\newcommand{\kwdfileentry}[1]{\immediate\write\kwdfile{#1}}%
\newcommand{\keywordlink}[1]{\HCode{<a name="keyword_#1"></a>}\kwdfileentry{#1=\FileName\#keyword_#1}\typeout{Keyword link_ #1}}  
%
% End.
%