Guillermo Rodriguez Garcia wrote:
> 
> - I can specify either Skip or Indent in the document layout
> settings; but how do I go about having both of them ? I would
> like my paragraphs indented and with some separation between
> them. Any magic latex for the preamble, maybe?
choose indent and in tex (red) � \parskip1cm plus1cm minus 0.5cm �
(the values are only examples)
> 
> - Also, how can I specify 'float' placement flags (h, t, b,
> etc.) for individual floats? The user guide says that it can
> be done with latex code, but I don't know anything about latex
> (that's why I love LyX so much). Suggestions?
leave� layout->document->float placemant blank and put in your floats 
individual
as the very first line in red [!h] or [htb] or [!htb] or anythind else.
> 
> - The last one: I have set line spacing to 1.25 which gives a
> much more pleasant (less 'packed') effect in the final ps. But
choose lyx 1.1.5, linespacing is possible for several values or choose 
package setspace
available from ctan.
> 
> is there any way to have this also reflected in the rows of
> tables, or in the space between footnotes, or even in the space
\footnotesep6pt � � for space between footnotes
> 
> between a caption and the corresponding image/table/whatever?
for tables and arrays:

\def\arraystretch{1.8}
or
\def\xstrut{\raisebox{-1.9ex}{\rule{0pt}{5ex}}}

and than in every tableline � \xstrut

Herbert

--

[EMAIL PROTECTED]

http://perce.de/voss


Reply via email to