[fpc-devel] Help with FPDoc output to LaTeX

Graeme Geldenhuys graemeg.lists at gmail.com
Tue Mar 25 15:05:10 CET 2008


Hi,

I've tried for the first time to output some of my fpdoc documentation
to a LaTeX format. I only tried one fully documented unit as an
example.

The latex (source) file gets generated without issue. I looks like
it's in a book format.

So I enclode the whole document with the following.... I think in book
format you can use includes as well for each chapter.

---------------------------
\documentclass[a4paper,12pt]{book}
\begin{document}
% This file has been created automatically by FPDoc.
% Linear output (c) 2005 Michael Van Canneyt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

<...snip all auto generate content...>

\end{document}
---------------------------


Now I tried to generate a PDF document and LaTeX complains about the following:

l.55 \begin{FPCltable}
                      {ll}{Enumeration values for type TTokenSeparator



I guess from this, I am missing some or other \usepackage clause in
the beginning of my document?  fpdoc did not generate any package
template for me, so where could I get this?  I guess I'm looking for
the definition of 'FPCltable'.  I did end up with a .pdf document, but
I am missing tables (formatting text in tables).


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-devel mailing list