Jelix 1.6.40

block.lcmd.php

Tags
subpackage

jtpl_plugin

author

Aubanel Monnier

copyright

2007 Aubanel Monnier

link
http://www.jelix.org
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

Table of Contents

jtpl_block_ltx2pdf_lcmd()  : string
a special to insert latex content

Functions

jtpl_block_ltx2pdf_lcmd()

a special to insert latex content

jtpl_block_ltx2pdf_lcmd(jTplCompiler $compiler, bool $begin[, array<string|int, mixed> $param = array() ]) : string

usage : {lcmd } .. calls the <command>} latex command

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

Search results