On Tue, Apr 22, 2008 at 11:43 AM, NicoWinger <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm writing a thesis with scrartcl and want to clear the indent of LOF and
> LOT. I already read, that this is possible by setting the option "listsleft"
> of koma-script. But how can I set this option in LyX?
Document->Settings->Document Class->Options.
> The second Point is: I changed the LOF with following Command
>
> %Fügt "Abbildung " vor die Nummern in der LOF
>
> \makeatletter
>
> [EMAIL PROTECTED] }
>
> [EMAIL PROTECTED]
>
> \par
>
> \addcontentsline{\csname [EMAIL PROTECTED]
>
> {\csname [EMAIL PROTECTED]
>
> \csname the#1\endcsname}{\ignorespaces #2}}%
>
> \begingroup [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] \fi
> \normalsize
> [EMAIL PROTECTED] [EMAIL PROTECTED] #3}\par \endgroup}
>
> \makeatother
>
>
>
> (I know that it would have been easier using the tocloft-package, but
> anyway...) so that the LOF looks like:
>
>
>
> Abbildung 1
> Testabbildung.................................................. 2
>
> Abbildung 2 asödkfö öalkdfj aölskdf...................................
> 34
>
>
>
> Does somebody know, how to insert ":" after the numberation?
You're right using the tocloft package would be easier and it's simple
to insert ":" with this package. I would just use tocloft.
> And last but not least: The tables I inserted do also hab a little indent.
> Is it possible to change that?
Setting listsleft modifies the lot also. Is this your question?
> Thanks for help!
>
>
> Nico
Cheers,
/Bob