mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
1c2628b5de
commit
955308de57
@ -113,10 +113,10 @@ public:
|
|||||||
private:
|
private:
|
||||||
/// LaTeX commands (text mode) for this character. The first one is the default, the others
|
/// LaTeX commands (text mode) for this character. The first one is the default, the others
|
||||||
/// are only present for compatibility other ways users may encode the character
|
/// are only present for compatibility other ways users may encode the character
|
||||||
std::vector<trivdocstring> text_commands_;
|
std::vector<docstring> text_commands_;
|
||||||
/// LaTeX command (math mode) for this character. The first one is the default, the others
|
/// LaTeX command (math mode) for this character. The first one is the default, the others
|
||||||
// /// are only present for compatibility other ways users may encode the character
|
// /// are only present for compatibility other ways users may encode the character
|
||||||
std::vector<trivdocstring> math_commands_;
|
std::vector<docstring> math_commands_;
|
||||||
/// Needed LaTeX preamble (or feature) for text mode
|
/// Needed LaTeX preamble (or feature) for text mode
|
||||||
trivstring text_preamble_;
|
trivstring text_preamble_;
|
||||||
/// Needed LaTeX preamble (or feature) for math mode
|
/// Needed LaTeX preamble (or feature) for math mode
|
||||||
|
Loading…
Reference in New Issue
Block a user