mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
parent
1c2628b5de
commit
955308de57
@ -113,10 +113,10 @@ public:
|
||||
private:
|
||||
/// 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
|
||||
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
|
||||
// /// 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
|
||||
trivstring text_preamble_;
|
||||
/// Needed LaTeX preamble (or feature) for math mode
|
||||
|
Loading…
Reference in New Issue
Block a user