latexdsl/dsl_impl

Source   Edit  

Vars

MathDelim = "$"
Source   Edit  

Procs

proc `&&`(s: varargs[string]): string {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc makeArg(arg: string): string {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc makeBeginEnd(name, header, body: string): string {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
proc makeOpts(name: string; args: varargs[string]): string {.
    ...raises: [ValueError], tags: [], forbids: [].}
Source   Edit  

Macros

macro latex(body: untyped): untyped
Source   Edit