2019-03-30 19:51:56 +01:00
|
|
|
/**
|
2019-08-26 20:37:48 +02:00
|
|
|
* @defgroup LaTeX-Renderer LaTeX / TikZ Renderer
|
2019-08-24 13:45:36 +02:00
|
|
|
* @ingroup GdsOutputRenderer
|
|
|
|
*
|
2019-08-26 20:37:48 +02:00
|
|
|
* This is the class implementing the \f$\mbox{\LaTeX}\f$ / TikZ output rendering
|
2019-08-24 13:45:36 +02:00
|
|
|
|
2019-09-28 22:57:31 +02:00
|
|
|
* @section LaTeXRendererProps Properties
|
2019-08-24 13:45:36 +02:00
|
|
|
* This class inherits all properties from its parent @ref GdsOutputRenderer.
|
|
|
|
* In addition to that, it implements the following properties:
|
|
|
|
*
|
|
|
|
* Property Name | Description
|
|
|
|
* -----------------|----------------------------------------------------------------
|
|
|
|
* standalone | Configure output LaTeX document to be standalone compilable (requires standalone documentclass)
|
|
|
|
* pdf-layers | Create OCG layers in LaTeX output
|
|
|
|
*
|
2019-03-30 19:51:56 +01:00
|
|
|
*/
|