mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
Preamble.cpp: register refstyle
- also Revert "tex2lyx/TODO.txt: update" [4159f05c/lyxgit] more works needs to be done here
This commit is contained in:
parent
ec09560cb8
commit
43bcf4c9c2
@ -181,7 +181,7 @@ const char * const known_xetex_packages[] = {"arabxetex", "fixlatvian",
|
||||
const char * const known_lyx_packages[] = {"amsbsy", "amsmath", "amssymb",
|
||||
"amstext", "amsthm", "array", "babel", "booktabs", "calc", "CJK", "color",
|
||||
"float", "fontspec", "graphicx", "hhline", "ifthen", "longtable", "makeidx",
|
||||
"multirow", "nomencl", "pdfpages", "rotating", "rotfloat", "splitidx",
|
||||
"multirow", "nomencl", "pdfpages", "refstyle", "rotating", "rotfloat", "splitidx",
|
||||
"setspace", "subscript", "textcomp", "tipa", "tipx", "ulem", "url", "varioref",
|
||||
"verbatim", "wrapfig", "xunicode", 0};
|
||||
|
||||
|
@ -52,6 +52,7 @@ Format LaTeX feature LyX feature
|
||||
392 new beamer format InsetLayout
|
||||
396 nameref.sty InsetRef
|
||||
399 automatic mathdots loading \use_mathdots
|
||||
404 refstyle.sty InsetRef
|
||||
407 vertical offset for multirows InsetTabular
|
||||
411 support for polyglossia \language_package (the cases of no package, of babel and of custom package is supported)
|
||||
415 automatic undertilde loading \use_package undertilde
|
||||
|
Loading…
Reference in New Issue
Block a user