block.lenv.php
Tags
Table of Contents
- jtpl_block_ltx2pdf_lenv() : string
- a special to insert latex content
Functions
jtpl_block_ltx2pdf_lenv()
a special to insert latex content
jtpl_block_ltx2pdf_lenv(jTplCompiler $compiler, bool $begin[, array<string|int, mixed> $param = array() ]) : string
usage : {lenv 'latex_block_name'} ..here latex content {/lenv}
Parameters
- $compiler : jTplCompiler
-
the template compiler
- $begin : bool
-
true if it is the begin of block, else false
- $param : array<string|int, mixed> = array()
-
1=>latex command
Return values
string —the php code corresponding to the begin or end of the block