El dom, 2 may 2021 a las 19:59, Andreas Plihal (<a.pli...@gmx.at>) escribió:

>
> I inserted the following between the list of figures and the following
> index:
>
> \ addtocontents {toc} {My short paragraph\ Par}
>
>
> This is how I get this error:
>
> ! LaTeX Error: Something's wrong - perhaps a missing \ item.
> See the LaTeX manual or LaTeX Companion for explanation.
> Type H <return> for immediate help. ... l.43 ... numberline subject
> register} {327} {chapter * .20}
>
> toc means the table of contents. But that has nothing to do with my
> business.
>

Sorry, my fault. You're right, toc is for the table of contents. For the
list of figures you need to use lof and for the list of tables lot

\addtocontents{lof}{The content you want to add\par}  % for a list of
figures
\addtocontents{lot}{The content you want to add\par}  % for a list of tables

Regards,
Ricardo



>
> Greetings
> Andreas
>
> *Gesendet:* Sonntag, 02. Mai 2021 um 19:09 Uhr
> *Von:* lyx-users-requ...@lists.lyx.org
> *An:* lyx-users@lists.lyx.org
> *Betreff:* lyx-users Digest, Vol 83, Issue 5
> Send lyx-users mailing list submissions to
> lyx-users@lists.lyx.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.lyx.org/mailman/listinfo/lyx-users
> or, via email, send a message with subject or body 'help' to
> lyx-users-requ...@lists.lyx.org
>
> You can reach the person managing the list at
> lyx-users-ow...@lists.lyx.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lyx-users digest..."
>
>
> Today's Topics:
>
> 1. Solved: capacity exeeded (Andreas Plihal)
> 2. Introductory text to subject index (Andreas Plihal)
> 3. Re: Introductory text to subject index (Ricardo Berlasso)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 2 May 2021 18:45:29 +0200
> From: Andreas Plihal <a.pli...@gmx.at>
> To: lyx-users@lists.lyx.org
> Subject: Solved: capacity exeeded
> Message-ID:
> <trinity-53d59f55-b04e-4bc7-be57-f431c742d5b4-1619973929610@3c-app-gmx-bs31
> >
>
> Content-Type: text/plain; charset="us-ascii"
>
> An HTML attachment was scrubbed...
> URL: <
> http://lists.lyx.org/pipermail/lyx-users/attachments/20210502/eb97622b/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Sun, 2 May 2021 18:46:32 +0200
> From: Andreas Plihal <a.pli...@gmx.at>
> To: lyx-users@lists.lyx.org
> Subject: Introductory text to subject index
> Message-ID:
> <trinity-44364c41-e492-4958-a1e9-ec81c5a47fe8-1619973992600@3c-app-gmx-bs31
> >
>
> Content-Type: text/plain; charset="us-ascii"
>
> An HTML attachment was scrubbed...
> URL: <
> http://lists.lyx.org/pipermail/lyx-users/attachments/20210502/62d84350/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Sun, 2 May 2021 19:09:17 +0200
> From: Ricardo Berlasso <rgb.m...@gmail.com>
> To: LyX Users <lyx-users@lists.lyx.org>
> Subject: Re: Introductory text to subject index
> Message-ID:
> <caetvnkfhv6x0myud-ynpmdpdj7er4byoiavs_sncch3zunx...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> El dom, 2 may 2021 a las 18:46, Andreas Plihal (<a.pli...@gmx.at>)
> escribi?:
>
> > Hi,
> >
> > for a KOMA book I have created both a list of figures and a subject
> index. However,
> > I would like to add an introductory text to the subject index,
> immediately
> > after the heading.
> > Where and how should I place this introductory text in the LYX file?
> >
>
> If it's just a short paragraph, just bellow the point where you inserted
> the index, introduce a TeX box (Ctrl-L) and type inside it something like
>
> \addtocontents{toc}{The content you want to add\par}
>
> The text will be added between the subject and the index content.
>
> Regards,
> Ricardo
>
>
> >
> > Best regards
> > Andreas
> > --
> > lyx-users mailing list
> > lyx-users@lists.lyx.org
> > http://lists.lyx.org/mailman/listinfo/lyx-users
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.lyx.org/pipermail/lyx-users/attachments/20210502/d54d2198/attachment.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
>
> ------------------------------
>
> End of lyx-users Digest, Vol 83, Issue 5
> ****************************************
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to