Liking cljdoc? Tell your friends :D

pdflatex-lib.core


base64-decoderclj

source

escape-special-charactersclj

(escape-special-characters template-to-escape selected-language)

Escape special characters

Escape special characters
sourceraw docstring

execute-pdflatexclj

(execute-pdflatex prepared-template)

Executes pdflatex command line program on particular template with all variables replaced with real content

Executes pdflatex command line program on particular template with all variables replaced with real content
sourceraw docstring

generate-latex-card-tableclj

(generate-latex-card-table table-data
                           {projection :projection
                            labels :labels
                            columns :columns
                            card-columns :card-columns}
                           selected-language)

Generates latex card table

Generates latex card table
sourceraw docstring

generate-latex-imageclj

(generate-latex-image base64-png selected-language)

Generates latex pdf file with image

Generates latex pdf file with image
sourceraw docstring

generate-latex-single-entityclj

(generate-latex-single-entity
  entity-data
  {projection :projection labels :labels columns :columns}
  selected-language)

Generates latex table with data about single entity instance

Generates latex table with data about single entity instance
sourceraw docstring

generate-latex-tableclj

(generate-latex-table table-data
                      {projection :projection labels :labels columns :columns}
                      selected-language)

Generate latex table

Generate latex table
sourceraw docstring

generate-temporary-folder-nameclj

(generate-temporary-folder-name)

Generates temporary folder name

Generates temporary folder name
sourceraw docstring

is-cyrillic-fnclj

(is-cyrillic-fn text)

Searches text for serbian cyrillic letters

Searches text for serbian cyrillic letters
sourceraw docstring

read-templateclj

(read-template template-name)

Reads latex template from particular path

Reads latex template from particular path
sourceraw docstring

remove-temporary-imagesclj

(remove-temporary-images image-name-vector)

Removes temporary images

Removes temporary images
sourceraw docstring

replace-variableclj

(replace-variable template variable-name replacing-content)

Replaces variable in template with passed replacing content parameter

Replaces variable in template with passed replacing content parameter
sourceraw docstring

reports-generated-pathclj

source

reports-templates-pathclj

source

save-temporary-imageclj

(save-temporary-image single-base64-png)

Saves temporary image before it uses it in pdflatex template afterwards should be deleted in execute-pdflatex function

Saves temporary image before it uses it in pdflatex template
afterwards should be deleted in execute-pdflatex function
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close