Online Documentation for Advanced Data Export .NET
LaTeXOptions.DocumentStyle
public enum LaTeXDocStyle
{
dsArticle,
dsBook
}
public SqlManager.QExport.LaTeXLaTeXDocStyle DocumentStyle
Description
The DocumentStyle property sets the style of the LaTeX document. The following values are available: dsArticle - article style (default) and dsBook - book style. The corresponding string with the same name is placed in the (2e) or (2.09) command.
See also: |