Hollywood/broadway fixes; update configure check for xforms version.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@733 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-05-15 15:28:33 +00:00
parent 756af02794
commit e96fc497ec
7 changed files with 52 additions and 36 deletions

View File

@ -1,3 +1,16 @@
2000-05-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
* lib/tex/brodway.cls: ditto
* lib/layouts/brodway.layout: change alignment of parenthical
layout (Garst)
2000-05-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
versions 0.88 and 0.89 are supported.
2000-05-15 Juergen Vigna <jug@sad.it>
* src/insets/insetcollapsable.C (draw): enhancements in drawing and

View File

@ -547,15 +547,10 @@ lyx_cv_xfversion=`(eval "$ac_cpp conftest.$ac_ext") 2>&5 | \
sed -e 's/^"%%%"\(.*\)"%%%"/\1/' -e 's/ //g'`
rm -f conftest*])
case "$lyx_cv_xfversion" in
"(unknown)"|0.82|0.83|0.84|0.85)
"(unknown)"|0.8[1-7])
LYX_ERROR(dnl
Version $lyx_cv_xfversion of xforms is not compatible with LyX.
This version of LyX works best with version 0.88[,] although it
supports also versions 0.81[,] 0.86 and 0.87.) ;;
0.81|0.86|0.87)
LYX_WARNING(dnl
While LyX is compatible with version $lyx_cv_xfversion of xforms[,]
it is recommended that you upgrade to version 0.88.) ;;
This version of LyX works best with versions 0.88 (recommended) and later.) ;;
0.88) ;;
0.89) LYX_WARNING(dnl
LyX should work ok with version $lyx_cv_xfversion of xforms[,] but

View File

@ -547,15 +547,10 @@ lyx_cv_xfversion=`(eval "$ac_cpp conftest.$ac_ext") 2>&5 | \
sed -e 's/^"%%%"\(.*\)"%%%"/\1/' -e 's/ //g'`
rm -f conftest*])
case "$lyx_cv_xfversion" in
"(unknown)"|0.82|0.83|0.84|0.85)
"(unknown)"|0.8[1-7])
LYX_ERROR(dnl
Version $lyx_cv_xfversion of xforms is not compatible with LyX.
This version of LyX works best with version 0.88[,] although it
supports also versions 0.81[,] 0.86 and 0.87.) ;;
0.81|0.86|0.87)
LYX_WARNING(dnl
While LyX is compatible with version $lyx_cv_xfversion of xforms[,]
it is recommended that you upgrade to version 0.88.) ;;
This version of LyX works best with versions 0.88 (recommended) and later.) ;;
0.88) ;;
0.89) LYX_WARNING(dnl
LyX should work ok with version $lyx_cv_xfversion of xforms[,] but

View File

@ -146,8 +146,12 @@ Style Parenthetical
Margin Static
LatexType Environment
LatexName parenthetical
Align Center
AlignPossible Center
LeftMargin MMMMMMMMMMMMMMMMM
TopSep 0.0
BottomSep 0.0
ParSkip 0.0
Align Left
AlignPossible Left
LabelType Static
LabelString (
EndLabelType Static

View File

@ -168,21 +168,22 @@
\fi
\newenvironment{atrise}%
{\begin{list}{}{%
{\filbreak
\begin{list}{}{%
\leftmargin \rightmargin}
\item[]AT RISE:\ignorespaces}
{\unskip \end{list}}
\newenvironment{scene}%
{
%\stepcounter{scene}
{\filbreak
\stepcounter{scene}
\begin{center}{}{%
\center}
\item[]SCENE \ignorespaces}
{\unskip \end{center}}
\newenvironment{act}%
{
{\filbreak
\stepcounter{act}
%\setcounter{scene}{0}
\begin{center}{}{%
@ -202,6 +203,7 @@
\newenvironment{narrative}%
{\raggedright
\filbreak
\fontshape{it}\selectfont{}
\begin{list}{}{%
\setlength{\leftmargin}{0in}
@ -212,7 +214,8 @@
{\unskip \end{list}}
\newenvironment{speaker}%
{\begin{center}{}{%
{\filbreak
\begin{center}{}{%
\center
\setlength{\parsep}{0mm}
\setlength{\topsep}{2mm}}

View File

@ -158,13 +158,15 @@
{\unskip \end{list}}
\newenvironment{interior}%
{\begin{list}{}{%
{\filbreak
\begin{list}{}{%
\leftmargin \rightmargin}
\item[]INT. \ignorespaces}
{\unskip \end{list}}
\newenvironment{exterior}%
{\begin{list}{}{%
{filbreak
\begin{list}{}{%
\leftmargin \rightmargin}
\item[]EXT. \ignorespaces}
{\unskip \end{list}}
@ -180,7 +182,8 @@
{\unskip \end{list}}
\newenvironment{narrative}%
{\raggedright
{\filbreak
\raggedright
\begin{list}{}{%
\leftmargin \rightmargin
\setlength{\parsep}{2mm}
@ -189,7 +192,8 @@
{\unskip \end{list}}
\newenvironment{speaker}%
{\begin{list}{}{%
{\filbreak
\begin{list}{}{%
\setlength{\leftmargin}{2.5in}
\setlength{\partopsep}{4mm}
\setlength{\parsep}{0mm}
@ -206,7 +210,8 @@
{\unskip)\end{list}}
\newenvironment{fadeout}%
{\begin{list}{}{%
{\filbreak
\begin{list}{}{%
\leftmargin \rightmargin}
\item[]FADE OUT: \ignorespaces}
{\unskip \end{list}}

View File

@ -91,5 +91,6 @@ src/support/path.h
src/table.C
src/TableLayout.C
src/tabular.C
src/TabularLayout.C
src/text2.C
src/text.C