mirror of https://gitlab.com/ita1024/waf.git
46 lines
712 B
ReStructuredText
46 lines
712 B
ReStructuredText
#########
|
|
Example 2
|
|
#########
|
|
|
|
:purpose: demonstrate rst processing through rst2latex
|
|
|
|
Generated PDF Picture
|
|
#####################
|
|
|
|
.. figure:: test.pdf
|
|
:align: center
|
|
:width: 50%
|
|
|
|
This figure shows a pdf file that was auto-generated
|
|
(test.pdf).
|
|
|
|
Generated PNG Picture
|
|
#####################
|
|
|
|
.. figure:: test.png
|
|
:align: center
|
|
:width: 50%
|
|
|
|
This figure shows a pdf file that was auto-generated
|
|
(test.png).
|
|
|
|
Generated rst Content
|
|
#####################
|
|
|
|
|
|
.. include:: generated.rst
|
|
|
|
Generated CSV Content
|
|
#####################
|
|
|
|
.. csv-table::
|
|
:file: generated.csv
|
|
|
|
Generated LaTeX Content (raw Directive)
|
|
#######################################
|
|
|
|
.. raw:: latex
|
|
:file: generated.tex
|
|
|
|
|