On 8/14/10 7:36 PM, spooley wrote:
Dear LyX Users,
im writing my phd thesis with lyx and have the following question
regarding the use of quotes and its paragraph styles for a quote.
I want to have a quoted sentence within a text block which is standard
text. I reformatted the quote environment that the quote has no breaks
and is italic):
preamble:
\renewenvironment{quote}%
{\noindent\it}%
{}
So it works beside of a double blank between the standard text and the
beginning of the italic quote environment.
I don't see the blank. If I put that in a document (attached), then I
get the quote inline, in italics.
Richard
#LyX 1.6.6.1 created this file. For more info see http://www.lyx.org/
\lyxformat 345
\begin_document
\begin_header
\textclass paper
\begin_preamble
\usepackage{heck}
\end_preamble
\use_default_options false
\language english
\inputencoding auto
\font_roman times
\font_sans helvet
\font_typewriter courier
\font_default_family default
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\paperfontsize 11
\spacing single
\use_hyperref false
\papersize letterpaper
\use_geometry false
\use_amsmath 1
\use_esint 0
\cite_engine natbib_authoryear
\use_bibtopic false
\paperorientation portrait
\leftmargin 1in
\topmargin 1in
\rightmargin 1in
\bottommargin 1in
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip smallskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle plain
\tracking_changes false
\output_changes false
\author ""
\author ""
\end_header
\begin_body
\begin_layout Standard
test
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
renewenvironment{quote}{
\backslash
noindent
\backslash
it}{}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum
etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem
ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc
Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum
etc etc Lorem ipsum etc etc Lorem ipsum etc etc
\end_layout
\begin_layout Quote
Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum
etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem
ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc
Lorem ipsum etc etc
\end_layout
\begin_layout Standard
Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum
etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem
ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc Lorem ipsum etc etc
\end_layout
\end_body
\end_document