PyXMake Developer Guide 1.0
PyXMake
Loading...
Searching...
No Matches
PyXMake.VTL.latex Namespace Reference

Functions

 main (BuildID, file="", include=[], scratch=VTL.Scratch, verbosity=2, **kwargs)
 

Detailed Description

Triple-use minimum working example for PyXMake. This script can be
executed in three different ways in varying levels of accessibility

@note: Compile a single PDF document using Latex from TeXFiles or reStructuredText.
Created on 08.09.2020    

@version:  1.0    
----------------------------------------------------------------------------------------------
@requires:
      - PyXMake

@change: 
      - Requires PyCODAC in PYTHONPATH.
  
@author: garb_ma                                      [DLR-FA,STM Braunschweig]
----------------------------------------------------------------------------------------------

Function Documentation

◆ main()

PyXMake.VTL.latex.main ( BuildID,
file = "",
include = [],
scratch = VTL.Scratch,
verbosity = 2,
** kwargs )
Main function to execute the script.

Definition at line 34 of file latex.py.