Blame view

export/PHPRtfLite-1.3.1/docs/html/_sources/footnotes-endnotes.txt 496 Bytes
f90e19c3   Andrea Petta   plugin update
1
2
3
4
5
6
7
8
9
10
11
12
13
  Footnotes / Endnotes
  *********************
  
  The difference between foot- and endnotes is that footnotes appear directly after the section where they are defined while endnotes appear at the  page bottom. There is no difference in the handling. They can be defined for tables cells and sections.
  
  Foot note example:
  
  .. code-block:: php
  
      <?php
      $section->writeText('Text ...');
      $section->addFootnote('This is the footnote text');
      $section->writeText('Text after footnote mark ...');