]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/text.cpp
Rename ref prefix "sub:" to "subsec:"
[features.git] / src / tex2lyx / text.cpp
index ed2a3f7d9d52c637348eedcb91ccf0003c51ecca..d510c0010ec45b0e24c40026c9933c686b7fdc9c 100644 (file)
@@ -137,11 +137,11 @@ char const * const known_coded_ref_commands[] = { "ref", "pageref", "vref",
 
 char const * const known_refstyle_commands[] = { "algref", "chapref", "corref",
  "eqref", "enuref", "figref", "fnref", "lemref", "parref", "partref", "propref",
- "secref", "subref", "tabref", "thmref", 0 };
+ "secref", "subsecref", "tabref", "thmref", 0 };
 
 char const * const known_refstyle_prefixes[] = { "alg", "chap", "cor",
  "eq", "enu", "fig", "fn", "lem", "par", "part", "prop",
- "sec", "sub", "tab", "thm", 0 };
+ "sec", "subsec", "tab", "thm", 0 };
 
 
 /**