you can try the following in latex preamble:
\usepackage{setspace}
\newcommand\mySpacing{2} % change it to whatever you need
\let\myCaption\caption
\renewcommand\caption[2]{%
\setstretch{\mySpacing}%
\myCaption{#1}{#2}%
}
and as first line in text in tex(red)
\setstretch{\mySpacing}
Herbe
> Is there any way to generate a list of margin notes in a similar fashion to
> the list of figures, tables and algorithms? I've been using margin notes to
> keep notes for myself and would like to collate them into some kind of "list
> of things I need to tackle in order to wipe out all the marg
On Sun, 20 May 2001, Ramon Felciano wrote:
> For some reason my figures and tables are ignoring the line space settings
> used by the rest of my dissertation. Do these need to be controlled
> independently, or is there something misconfigured in my settings?
they are always single spaced.
what
Hi --
For some reason my figures and tables are ignoring the line space settings
used by the rest of my dissertation. Do these need to be controlled
independently, or is there something misconfigured in my settings?
Thanks!
Ramon
Hi --
Is there any way to generate a list of margin notes in a similar fashion to
the list of figures, tables and algorithms? I've been using margin notes to
keep notes for myself and would like to collate them into some kind of "list
of things I need to tackle in order to wipe out all the margin
On Sun, May 20, 2001 at 05:27:03PM -0400, Birch P. Browning wrote:
> For some unknown reason when I use the Subsubsection* in the APA Style I
> end up with
>
> *. subsubsection name
>
> in the output instead of
>
> subsubsection name.
Can you send an example LyX file?
--
Kayvan A. Sylvan
For some unknown reason when I use the Subsubsection* in the APA Style I
end up with
*. subsubsection name
in the output instead of
subsubsection name.
I looked in the apa.layout and it seems to merely import the
stdsections.inc and stdstarsection.inc without modifying them. This
would lead
How to get a pagebreak that after a chapter enviroment??
If it's the default option for a template, how to avoid it?
Detlev Humann wrote:
>
> > ok, we got it ...
> > write in latex preamble:
> >
> > \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
> > \if@mainmatter
...
> But just give me a hint, please: What was going wrong?
> Why didn't you have the obscure extra space in your LoTs, but me?
> Did I make
> ok, we got it ...
> write in latex preamble:
>
> \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
> \if@mainmatter
> \refstepcounter{chapter}%
> \typeout{\@chapapp\space\thechapter.}%
> \addcontentsline{toc}{chapter}%
> {\protect\numberline{\thechapter}#1}%
> \e
Christian Naeger wrote:
>
> Hi,
>
> When writing s.th. like "p. 89". Latex misinterprets the "." as end of a
> sentence. Thus, I must use a secured space (C-Space). I read this somewhere
> in the documentation of LyX.
>
> However when making citations like "[8, p. 113]". I usually use the dialo
Hi,
When writing s.th. like "p. 89". Latex misinterprets the "." as end of a
sentence. Thus, I must use a secured space (C-Space). I read this somewhere
in the documentation of LyX.
However when making citations like "[8, p. 113]". I usually use the dialog
"Insert citation" and fill in the
Detlev Humann wrote:
> Here they are. I thought the problem could be hidden in the section
> "% Einzüge und Label-Weite der Verzeichnisse verstellen" (=Changing
> indentations and label width of lists) in the LaTeX preamble. But after
> erasing it there was no difference.
> Not even erasing the w
> > > > > Detlev Humann wrote:
> > > > > How can I reduce the extra vertical space in the LoT that is
generated
> > > > > between table-entries of different parts? I´d like to have the
same
> > > > > spacing between all entries in the LoT.
> > > > >
> > > > > > Herbert Voss wrote:
> > > > > > I a
Detlev Humann wrote:
>
> > > > Detlev Humann wrote:
> > > > How can I reduce the extra vertical space in the LoT that is generated
> > > > between table-entries of different parts? I´d like to have the same
> > > > spacing between all entries in the LoT.
> > > >
> > > > > Herbert Voss wrote:
> >
15 matches
Mail list logo