Unit 'PasDoc_GenLatex' Package
[Overview][Classes][Index] [#pl_pasdoc]

TTexDocGenerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: PasDoc_GenLatex.pas line 46

type TTexDocGenerator = class(TDocGenerator)

protected

  function ConvertString(); override;

  

  function ConvertChar(); override;

  

  procedure WriteUnit(); override;

  

  function LatexString(); override;

  

  function CodeString(); override;

  

  function CreateLink(); override;

  

  procedure WriteStartOfCode; override;

  

  procedure WriteEndOfCode; override;

  

  function Paragraph; override;

  

  function ShortDash; override;

  

  function LineBreak; override;

  

  function URLLink();

  

  procedure WriteExternalCore(); override;

  

  function FormatKeyWord(); override;

  

  function FormatCompilerComment(); override;

  

  function FormatComment(); override;

  

  function FormatAnchor(); override;

  

  function MakeItemLink(); override;

  

  function FormatBold(); override;

  

  function FormatItalic(); override;

  

  function FormatWarning(); override;

  

  function FormatNote(); override;

  

  function FormatPreformatted(); override;

  

  function FormatImage(); override;

  

  function FormatList(); override;

  

  function FormatTable(); override;

  

public

  function FormatPascalCode(); override;

  

  function GetFileExtension; override;

  

  procedure WriteDocumentation; override;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function EscapeURL(); virtual;

  

  function FormatSection(); override;

  

published

  property Latex2rtf: Boolean; [rw]

  

  property LatexHead: TStrings; [rw]

  

end;

Inheritance

TTexDocGenerator

  

|

TObject



CT Web help

CodeTyphon Studio