Library
LaTeXFigures.Position — TypePosition(n)Represent the position of the figure, available values are here, top, bottom, page, override, Here.
LaTeXFigures.Figure — TypeFigure(path, caption, label, position, centering, options)Represent a single figure.
LaTeXFigures.Subfigure — TypeSubfigure(path, w, h, caption, label, position, centering, options)Represent a subfigure within a figure.
LaTeXFigures.TwoSubfigures — TypeTwoSubfigures(a, b, caption, label, position, centering, hfill)Represent a figure with two subfigures a and b.
LaTeXFigures.latexformat — Functionlatexformat(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.