BystroTeX
This manual is only partially useful, because many 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/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) ud : boolean? aa-adj : (integer-in (- 99) 99) tex : (listof string?)
procedure
(amkhlv/equation tex #:size n [#:label l]) → nested-flow?
tex : (listof string?) n : natural-number/c l : (or/c string? #f) = #f
(require (planet amkhlv/bystroTeX/common)) |
procedure
(amkhlv/js x) → traverse-element?
x : string?
procedure
(amkhlv/js-url url) → traverse-element?
url : string?
procedure
(amkhlv/elemstyle x #:rest otherprops) → style?
x : (or/c #f string?) otherprops : (listof any/c)
(element (amkhlv/elemstyle "vertical-align:middle") (image "flowers-on-the-wall.png"))
The otherprops are as described in the manual of element
procedure
(amkhlv/table rows #:orient dirn) → table?
rows : amkhlv/rectangular-table? dirn : (or/c 'hor 'vert #f)
procedure
(amkhlv/verb x #:indent i #:rest xs) → block?
x : string? i : exact-nonnegative-integer? xs : (listof string?)
procedure
(amkhlv/clr colorname #:rest xs) → element?
colorname : string? xs : (listof pre-content?)
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)
procedure
(amkhlv/list-scrbls p [ #:exclude-same-name x]) → (listof path?) p : path? x : boolean? = #t
procedure
(amkhlv/list-scrbls-in-dir p [ #:background-color clr]) → element? p : path? clr : (listof integer?) = '(251 206 177)
procedure
(boldred #:rest x) → element?
x : (listof pre-content?)
procedure
(amkhlv/www-ribbon) → table?