mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Reference prefixes for theorem environments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34855 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c2a4932ce0
commit
2a61cdbf39
@ -1178,6 +1178,7 @@ dist_layouts_DATA =\
|
||||
layouts/theorems-order.inc \
|
||||
layouts/theorems-proof.inc \
|
||||
layouts/theorems-proof-std.inc \
|
||||
layouts/theorems-refprefix.inc \
|
||||
layouts/theorems-sec.module \
|
||||
layouts/theorems-starred-equivalents.inc \
|
||||
layouts/theorems-starred.inc \
|
||||
|
@ -1241,3 +1241,5 @@ Preamble
|
||||
\def\gobbletableofcontents#1{\origtableofcontents}
|
||||
}
|
||||
EndPreamble
|
||||
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -432,3 +432,5 @@ Style Acknowledgement
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -329,3 +329,4 @@ Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
Input stdinsets.inc
|
||||
Input lyxmacros.inc
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -123,3 +123,5 @@ Style Proof
|
||||
{\hfill\rule{2mm}{2mm}\par\vspace{2mm}}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -338,3 +338,5 @@ Style Bibliography
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -349,3 +349,5 @@ Style Bibliography
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -426,3 +426,4 @@ End
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
Input stdinsets.inc
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -442,3 +442,5 @@ Style Theorem
|
||||
LatexName theorem
|
||||
LabelString "Theorem #."
|
||||
End
|
||||
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -313,3 +313,5 @@ Style Case
|
||||
\addto\captions$$lang{\renewcommand{\casename}{_(Case)}}
|
||||
EndBabelPreamble
|
||||
End
|
||||
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -235,3 +235,5 @@ Style Case
|
||||
{\end{list}}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
Input theorems-refprefix.inc
|
||||
|
@ -25,10 +25,4 @@ Style Theorem
|
||||
\newtheorem{thm}{\protect\theoremname}[chapter]
|
||||
\fi
|
||||
EndPreamble
|
||||
LangPreamble
|
||||
\providecommand{\theoremname}{_(Theorem)}
|
||||
EndLangPreamble
|
||||
BabelPreamble
|
||||
\addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
|
||||
EndBabelPreamble
|
||||
End
|
||||
|
@ -20,10 +20,4 @@ Style Theorem
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{thm}{\protect\theoremname}[section]
|
||||
EndPreamble
|
||||
LangPreamble
|
||||
\providecommand{\theoremname}{_(Theorem)}
|
||||
EndLangPreamble
|
||||
BabelPreamble
|
||||
\addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
|
||||
EndBabelPreamble
|
||||
End
|
||||
|
@ -303,3 +303,5 @@ Style Case
|
||||
\addto\captions$$lang{\renewcommand{\casename}{_(Case)}}
|
||||
EndBabelPreamble
|
||||
End
|
||||
|
||||
Input theorems-refprefix.inc
|
||||
|
Loading…
Reference in New Issue
Block a user