Fix bug 6834: Import theorems with optional argument correctly.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40144 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2011-11-06 18:12:20 +00:00
parent 191b561026
commit f59e3bedaa
2 changed files with 3 additions and 0 deletions

View File

@ -697,6 +697,7 @@ $$
\begin{environments} \begin{environments}
bibunit[]{translate} bibunit[]{translate}
psmatrix[]{} psmatrix[]{}
theorem[]{translate} % from amsthm.sty and probably others
thebibliography{} thebibliography{}
\end{environments} \end{environments}

View File

@ -158,6 +158,8 @@ What's new
- Fix (La)TeX import of shaded boxes (bug 7843). - Fix (La)TeX import of shaded boxes (bug 7843).
- Fix LaTeX import of theorem environment with optional argument (bug 6834).
- Store the autosave files of unnamed buffers in the correct directory - Store the autosave files of unnamed buffers in the correct directory
and make sure they are not left behind after saving (bug 7793). and make sure they are not left behind after saving (bug 7793).