Skip to the content.

MlxExportOptions - janklab.mlxshake

janklab.mlxshake.MlxExportOptions

Helptext

Options to control behavior of Live Script export.

All the options to control the behavior of exportlivescript and its helper functions are bundled up in this class.

The constructor accepts name/value pairs as a 2n-long cell vector or struct, so anywhere you can provide an ExportOptions object, you can also pass in a cell or struct of property definitions, which will automatically be converted to an ExportOptions.

See also: EXPORTLIVESCRIPT

Class Contents

Properties

Property Description
validFormats  
format  
outFile  
markdownPublishTarget  
png2jpeg  
tableMaxCellContentLength  
addMention  
tempDir  
keepIntermediateFiles  
grabEquationImages  

Methods

Method Description
MlxExportOptions Constructor.

Properties

validFormats

Attributes: Constant, NonCopyable, HasDefault

Default Value: ["auto" "markdown" "html" "pdf" "latex" "msword"]

Helptext:

No helptext available.

format

Attributes: HasDefault

Default Value: "auto"

Helptext:

No helptext available.

outFile

Attributes: HasDefault

Default Value: string(missing)

Helptext:

No helptext available.

markdownPublishTarget

Attributes: HasDefault

Default Value: "gh-pages"

Helptext:

No helptext available.

png2jpeg

Attributes: HasDefault

Default Value: false

Helptext:

No helptext available.

tableMaxCellContentLength

Attributes: HasDefault

Default Value: 20

Helptext:

No helptext available.

addMention

Attributes: HasDefault

Default Value: true

Helptext:

No helptext available.

tempDir

Attributes: HasDefault

Default Value: true

Helptext:

No helptext available.

keepIntermediateFiles

Attributes: HasDefault

Default Value: false

Helptext:

No helptext available.

grabEquationImages

Attributes: HasDefault

Default Value: true

Helptext:

No helptext available.

Methods

MlxExportOptions

Signature:

this = MlxExportOptions(arg)

Helptext:

Construct a new object.

obj = janklab.mlxshake.MlxExportOptions
obj = janklab.mlxshake.MlxExportOptions(struct(...))
obj = janklab.mlxshake.MlxExportOptions({'property',value, ...})

You may pass in a struct or cell vector of name/value pairs, where the names are any property on MlxExportOptions. Names that are not properties of MlxExportOptions cause an error.