BystroTeX
This manual is not very useful, because most of the functions are auto-generated by macros. The beginner user should find the instructions in the form of a slide presentation here, and also study the sample file slides-manual.scrbl, which is in the samples directory. This sample file can be used as a template for creating new presentations.
(require (planet amkhlv/bystroTeX/common)) |
procedure
(amkhlv/js x) → (traverse-element?)
x : string?
procedure
(amkhlv/js-url url) → (traverse-element?)
url : string?
(element (amkhlv/elemstyle "vertical-align:middle") (image "flowers-on-the-wall.png"))
procedure
(amkhlv/table rows #:orient dirn) → (table)
rows : amkhlv/rectangular-table? dirn : (or/c 'hor 'vert #f)
procedure
x : string? i : exact-nonnegative-integer? xs : (listof string?)
(require (planet amkhlv/bystroTeX/slides)) |
procedure
(amkhlv/titlepage-init) → (element)
procedure
(amkhlv/slide x [ #:tag tg #:showtitle sttl] #:rest xs) → (part?) x : content? tg : (or/c symbol? string? #f) = #f sttl : boolean? = #f xs : (listof pre-flow?)
procedure
(amkhlv/afterpause [#:tag tg] #:rest xs) → (part?)
tg : (or/c symbol? string? #f) = #f xs : (listof pre-flow?)
procedure
(amkhlv/remove) → (void?)
procedure
(amkhlv/command-to-typeset-formula comm tex n fn) → (string?) comm : path-string? tex : string? n : number? fn : string?
procedure
(amkhlv/formula #:database x #:formulas-in-dir y [ #:shell-command z] #:size n [ #:align m #:use-depth ud #:aa-adjust aa-adj] #:rest tex) → (element?) x : db? y : string? z : path? = #f n : natural-number/c m : (or/c (integer-in (- 99) 99) #f) = #f ud : boolean? = #f aa-adj : (integer-in (- 99) 99) = 0 tex : (listof string?)
procedure
(amkhlv/equation tex #:hspace hs #:database x #:formulas-in-dir y #:shell-command z #:size n [ #:label l #:aa-adjust aa-adj]) → (nested-flow?) tex : (listof string?) hs : natural-number/c x : db? y : string? z : path? n : natural-number/c l : (or/c string? #f) = #f aa-adj : (integer-in (- 99) 99) = 0
procedure
(amkhlv/longtable bss #:styless stylepropsss #:width w) → (nested-flow?) bss : (listof (listof block?)) stylepropsss : (listof (listof (listof (or/c 'left 'right 'center 'top 'baseline 'bottom 'vcenter)))) w : (integer-in 1 100)