mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fix some typos in comments, by Thibaut Cuvelier
This commit is contained in:
parent
cbe75042c0
commit
76f19c6c6e
@ -86,7 +86,7 @@ public:
|
|||||||
MathFlavor math_flavor;
|
MathFlavor math_flavor;
|
||||||
|
|
||||||
/** Are we to write a 'nice' LaTeX file or not.
|
/** Are we to write a 'nice' LaTeX file or not.
|
||||||
This esentially seems to mean whether InsetInclude, InsetGraphics
|
This essentially seems to mean whether InsetInclude, InsetGraphics
|
||||||
and InsetExternal should add the absolute path to any external
|
and InsetExternal should add the absolute path to any external
|
||||||
files or not.
|
files or not.
|
||||||
Non-nice LaTeX also includes additional safe line breaks in order to
|
Non-nice LaTeX also includes additional safe line breaks in order to
|
||||||
@ -213,13 +213,13 @@ public:
|
|||||||
*/
|
*/
|
||||||
int depth;
|
int depth;
|
||||||
|
|
||||||
/** Export data filled in by the latex(), docbook() etc methods.
|
/** Export data filled in by the latex(), docbook(), etc. methods.
|
||||||
This is a hack: Make it possible to add stuff to constant
|
This is a hack: Make it possible to add stuff to constant
|
||||||
OutputParams instances.
|
OutputParams instances.
|
||||||
*/
|
*/
|
||||||
std::shared_ptr<ExportData> exportdata;
|
std::shared_ptr<ExportData> exportdata;
|
||||||
|
|
||||||
/** Store labels, index entries (etc.) (in \ref post_macro)
|
/** Store labels, index entries, etc. (in \ref post_macro)
|
||||||
* and output them later. This is used in particular to get
|
* and output them later. This is used in particular to get
|
||||||
* labels and index entries (and potentially other fragile commands)
|
* labels and index entries (and potentially other fragile commands)
|
||||||
* outside of moving arguments (bug 2154)
|
* outside of moving arguments (bug 2154)
|
||||||
|
Loading…
Reference in New Issue
Block a user