Library

LaTeXFigures.PositionType
Position(n)

Represent the position of the figure, available values are here, top, bottom, page, override, Here.

source
LaTeXFigures.SubfigureType
Subfigure(path, w, h, caption, label, position, centering, options)

Represent a subfigure within a figure.

source
LaTeXFigures.latexformatFunction
latexformat(figure::Figure; indent=' '^4, newline='\n')
latexformat(figure::Subfigure; indent=' '^4, newline='\n')
latexformat(figure::TwoSubfigures; indent=' '^4, newline='\n')

Return a formatted LaTeX string representing the figure.

source