mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* lyxmacros.inc:
* beamer.layout: - let lyxcode start a new paragraph, since it changes the alignment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25627 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4813fe32bb
commit
50cef47fbb
@ -1036,7 +1036,7 @@ Style LyX-Code
|
|||||||
# define the environment lyxcode
|
# define the environment lyxcode
|
||||||
Preamble
|
Preamble
|
||||||
\newenvironment{lyxcode}
|
\newenvironment{lyxcode}
|
||||||
{\begin{list}{}{
|
{\par\begin{list}{}{
|
||||||
\setlength{\rightmargin}{\leftmargin}
|
\setlength{\rightmargin}{\leftmargin}
|
||||||
\setlength{\listparindent}{0pt}% needed for AMS classes
|
\setlength{\listparindent}{0pt}% needed for AMS classes
|
||||||
\raggedright
|
\raggedright
|
||||||
|
@ -25,7 +25,7 @@ Style LyX-Code
|
|||||||
FreeSpacing 1
|
FreeSpacing 1
|
||||||
Preamble
|
Preamble
|
||||||
\newenvironment{lyxcode}
|
\newenvironment{lyxcode}
|
||||||
{\begin{list}{}{
|
{\par\begin{list}{}{
|
||||||
\setlength{\rightmargin}{\leftmargin}
|
\setlength{\rightmargin}{\leftmargin}
|
||||||
\setlength{\listparindent}{0pt}% needed for AMS classes
|
\setlength{\listparindent}{0pt}% needed for AMS classes
|
||||||
\raggedright
|
\raggedright
|
||||||
|
Loading…
Reference in New Issue
Block a user