On Mon, 29 Jul 2024, Rich Shepard wrote:
A clue stick is needed.
Mea culpa! I didn't look at the User Guide ... until now.
All fixed.
Rich
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users
I've three appendices in this document. They're all PDFs and inserted one
after the other, after specifying 'Start appendix here.'
I've forgotten how to name each appendix and separate them so they are in
separate chapters.
A clue stick is needed.
TIA,
Rich
--
l
On Thu, Jan 09, 2020 at 03:00:57PM +, Bernt Lie wrote:
> Happy New Year to LyX:ers.
>
>
>
> I’m about to reorganize some lecture notes, and would like to have the
> possibility of chapter appendices.
>
>
>
> Does anyone have experience with how to achieve t
Happy New Year to LyX:ers.
I’m about to reorganize some lecture notes, and would like to have the
possibility of chapter appendices.
Does anyone have experience with how to achieve this?
· What type of style/template is recommended?
· How to add needed packages? (E.g
On Wed, 26 Jun 2019, Rich Shepard wrote:
Two possible solutions occur to me:
1) Insert a new page between the chapter heading page and the PDF image.
I chose this approach.
Rich
A document (using lyx-2.3.3) has several letter-size (612 x 792 points) PDF
images in appendices. the problem is that the appendix heading (a Chapter
environment), e.g., "Appendix A: Maps" is spaced down from the top of the
page so the letter-size PDF is cut off at the bottom.
Tw
Am Dienstag, 21. August 2018 18:55:42 CEST schrieb racoon :
> On 2018-08-21 18:09, Kornel Benko wrote:
> > I wanted only to make a hint, how is is possible.
> > But, take as example the copernicus.layout with the definition for
> > Flex:Appendix
> >
> > I would use the attached:
>
> On 2018-08-2
On 2018-08-21 18:09, Kornel Benko wrote:
I wanted only to make a hint, how is is possible.
But, take as example the copernicus.layout with the definition for Flex:Appendix
I would use the attached:
On 2018-08-21 18:19, Kornel Benko wrote:
This time with correct attachment
Kornel
Tha
Am Dienstag, 21. August 2018 18:09:35 CEST schrieb Kornel Benko
:
> Am Dienstag, 21. August 2018 16:11:13 CEST schrieb Daniel :
This time with correct attachment
Kornel
test2.3.lyx
Description: application/lyx
signature.asc
Description: This is a digitally signed message part.
t; "Document > Start Appendix Here" seems to treat the whole rest of the
> >>>> document as appendix while a subappendix will (at most) only treat the
> >>>> rest of a section (or subsection) as as appendix.
> >>>>
> >>>> Alt
(subappendix) inset? I would like to create a sub-appendices
inset that counts 2.A, 2.B, etc. within a chapter. So the structure in
the outline would be:
...
2 Chapter title
2.1 First section title
...
2.A First appendix title
...
You mean the appendix-number should start with the latest chapter n
(subappendix) inset? I would like to create a sub-appendices
inset that counts 2.A, 2.B, etc. within a chapter. So the structure in
the outline would be:
...
2 Chapter title
2.1 First section title
...
2.A First appendix title
...
You mean the appendix-number should start with the latest chapter n
n) as as appendix.
> >>
> >> Alternatively, is it possible to change the section counter temporarily
> >> within an (subappendix) inset? I would like to create a sub-appendices
> >> inset that counts 2.A, 2.B, etc. within a chapter. So the structure in
> >
t as appendix while a subappendix will (at most) only treat the
rest of a section (or subsection) as as appendix.
Alternatively, is it possible to change the section counter temporarily
within an (subappendix) inset? I would like to create a sub-appendices
inset that counts 2.A, 2.B, etc. within a ch
ent as appendix while a subappendix will (at most) only treat the
> rest of a section (or subsection) as as appendix.
>
> Alternatively, is it possible to change the section counter temporarily
> within an (subappendix) inset? I would like to create a sub-appendices
> inset that coun
s as appendix.
Alternatively, is it possible to change the section counter temporarily
within an (subappendix) inset? I would like to create a sub-appendices
inset that counts 2.A, 2.B, etc. within a chapter. So the structure in
the outline would be:
...
2 Chapter title
2.1 First section title
compile the child document I’m
working on. This poses a question about proper use of LyX’s
Start_Appendix_Here feature.
For the master document, the logical place to insert Document >
Start_Appendix_Here would be just before the appendices begin.
However, this would not facilitate composing
question about proper use of LyX’s Start_Appendix_Here feature.
For the master document, the logical place to insert Document >
Start_Appendix_Here would be just before the appendices begin. However,
this would not facilitate composing the child documents as appendices.
OTOH, for each appen
With Lyx-2.1.1 and the KOMA book class I want to add appendices in
addition to the Bibliography. The Document menu has an item, 'Start Appendix
Here,' and the KOMA book document tells me that appendices include the
bibliography, index, and other backmatter.
Does it make any diffe
then, instead of LyX's appendix start, use the "appendices" environment to
begin and start an appendix:
\begin{appendices}
...
\end{appendices}
Consult the appendix package documentation for more options.
HTH
Jürgen
> Best,
> Andreas
Hi all,
I'm currently putting together my thesis which consists of four papers. Each of
these papers has an appendix. I include all chapters as subdocuments in a main
file. I would like each appendix to be displayed directly after the respective
chapter. However, after the first appendix the remai
Hi!
Does LyX support the Appendix package? My hunch is that lyx does not support
this natively. Am I right?
I'm writing something (documentclass "book") that needs to have per-chapter
appendices. So the last few sections in each chapter would be appendices. I've
found t
> \newlistof{appendices}{loa}{List of Appendices}
> Now \listofappendices should do what you want, assuming the \chapter stuff
> is right. The \newlistof command defines the \listofappendices command for
> you, getting the end bit from the first argument.
>
Yes... it works th
n the latex preamble:
\newcommand{\listofappendices}{\chapter{List of Appendices}}
\newlistof{appendix}{loa}{\listofappendices}
then I use ERT \listofappendices in the page after List of Tables.
The result is what I am expected, print List of Appendices, but blank
(no appendix contents listed)
{\chapter{List of Appendices}}
\newlistof{appendix}{loa}{\listofappendices}
then I use ERT \listofappendices in the page after List of Tables.
The result is what I am expected, print List of Appendices, but blank
(no appendix contents listed)
> You will also need to redefine parts of the \ch
On 10/05/2010 07:49 AM, Waluyo Adi Siswanto wrote:
Thanks but the attached file is not a problem from me. When I insert
TOC the appendix heading will printed in the TOC, which is not the
format that I want.
There should be in a separate page under List of Appendices
List of Appendices
A. Title
> What do you mean by 'separate List of Appendices'? You can have
> different sections in the Appendix. Does the attached do what you
> need?
>
Thanks but the attached file is not a problem from me. When I insert
TOC the appendix heading will printed in the TOC, which is
Hello
On Sat, Oct 2, 2010 at 11:04 AM, Waluyo Adi Siswanto wrote:
> Dear All
>
> I am using book(KOMA-script) and I want to have a separate List of
> Appendices.
> I have no problems in defining appendices (from the menu
> Document>Start Appendix Here).
> There ar
Dear All,
Actually this is for UTHM thesis template that will be implement and I
have documented here:
http://code.google.com/p/uthm-thesis-lyx/
However, there is one issue that I could not find how to satisfy this,
which is separate List of Appendices.
I really need any help or suggestion
Dear All
I am using book(KOMA-script) and I want to have a separate List of Appendices.
I have no problems in defining appendices (from the menu
Document>Start Appendix Here).
There are two problems:
a. The appendices are listed in TOC, how can I prevent this?
b. I would like to have separ
Excellent! Thanks for the help everyone.
On 2010-08-06, at 8:45 PM, Tennessee Carmel-Veilleux wrote:
>
>
> On 6 August 2010 18:24, Benjamin Deschamps wrote:
>
> 2) I have external PDF files embedded in the appendices. The are sized
> according to the available text spac
On 6 August 2010 18:24, Benjamin Deschamps wrote:
>
> 2) I have external PDF files embedded in the appendices. The are sized
> according to the available text space (6.5 by 9 inches), so the header space
> is not covered. How can I continue the page numbering and headers on theses
>
Hi everyone,
>>
>> I am finishing my thesis, have been using Lyx all along, so far so good. I
>> hope someone can help me out with two issues.
>>
>> 1) How can I insert appendices at the end of my document? I would also like
>> them listed in the TOC.
>>
On 08/06/2010 06:24 PM, Benjamin Deschamps wrote:
Hi everyone,
I am finishing my thesis, have been using Lyx all along, so far so good. I hope
someone can help me out with two issues.
1) How can I insert appendices at the end of my document? I would also like
them listed in the TOC
Hi everyone,
I am finishing my thesis, have been using Lyx all along, so far so good. I hope
someone can help me out with two issues.
1) How can I insert appendices at the end of my document? I would also like
them listed in the TOC.
2) I have external PDF files embedded in the appendices
Hi,
I am currently writing a book with Lyx (book class). It finish with an
appendix (it is a normal chapter with a "start appendices here" before) et
then a bibliography (simply insert TOC). When a produce the final document, in
the table of content, the entry (and the internal link
aplan wrote:
>
>> I did not notice the Start Appendix Here command. However, it does not
>> seem to number the appendices correctly. I have four.
>> appendices. When I use the Start Appendix Here followed by Section, I get
>> an A (after which I write "Appen
mmand. However, it
does not seem to number the appendices correctly. I have four.
appendices. When I use the Start Appendix Here followed by
Section, I get an A (after which I write "Appendix" and the
material that constitutes Appendix A). Now I want to have another
Ap
ice the Start Appendix Here command. However, it does not
> seem to number the appendices correctly. I have four.
> appendices. When I use the Start Appendix Here followed by Section, I get
> an A (after which I write "Appendix" and the material that constitutes
> Appendix A).
On Fri, Jan 16, 2009 at 12:36 PM, Ehud Kaplan wrote:
> I did not notice the Start Appendix Here command. However, it does not
> seem to number the appendices correctly. I have four.
> appendices. When I use the Start Appendix Here followed by Section, I get
> an A (after w
I did not notice the Start Appendix Here command. However, it does not
seem to number the appendices correctly. I have four.
appendices. When I use the Start Appendix Here followed by Section, I
get an A (after which I write "Appendix" and the material that
constitutes Appendix
On Thu, Jan 15, 2009 at 12:47 PM, Ehud Kaplan wrote:
> How do I number appendices? Lyx numbers them as SECTIONS, and numbers
> APPENDIX 1 as Section N+!, where N is the number of the last section (before
> the appendices start).
> I would like to be able to refer to the appendi
How do I number appendices? Lyx numbers them as SECTIONS, and numbers
APPENDIX 1 as Section N+!, where N is the number of the last section
(before the appendices start).
I would like to be able to refer to the appendices by their numbers in
the body of the article (as in: "In Appendix
begin{appendices} and \end{appendices}. That is, forget about Lyx's
support of appendices and insert those commands inside an ERT insert at the beginning and end of your appendix. You may also need to
load the appendix package in the document preamble with \usepackage{appendix}.
Take a loo
TED]> wrote:
> hi all,
>
> I am working on writing my dissertation and of the samples I have seen all
> have the bibliography after the appendices. Is this possible in Lyx? I find
> that LyX starts and Appendix section which extends till the end of the
> document. In creatin
hi all,
I am working on writing my dissertation and of the samples I have
seen all have the bibliography after the appendices. Is this possible in
Lyx? I find that LyX starts and Appendix section which extends till the
end of the document. In creating a bibtex generated bibliography section
e same for Tables, just change the string "figure" to "table" in all
> three places.
>
> This changes the entries in the TOC correctly as well.
>
>
> -
> David Hewitt
> Research Fishery Biologist, USGS Klamath Falls Field Station (Oregon, USA)
>
ginia Institute of Marine Science
http://www.vims.edu/fish/students/dhewitt/
--
View this message in context:
http://www.nabble.com/Numbering-of-floats-in-appendices-tp16539105p16629872.html
Sent from the LyX - Users mailing list archive at Nabble.com.
ms.edu/fish/students/dhewitt/
> --
> View this message in context:
> http://www.nabble.com/Numbering-of-floats-in-appendices-tp16539105p16539105.html
> Sent from the LyX - Users mailing list archive at Nabble.com.
>
>
If you enable the AMS math option in the document settings and t
Research Fishery Biologist, USGS Klamath Falls Field Station (Oregon, USA)
-and-
Student, Virginia Institute of Marine Science
http://www.vims.edu/fish/students/dhewitt/
--
View this message in context:
http://www.nabble.com/Numbering-of-floats-in-appendices-tp16539105p16539105.html
Sent from the
Hi everyone,
I'm writing a report in which I would like to include several other,
previously written, LyX documents as appendices to the report. I have
tried both the Insert->File->LyX Document and the Insert->File->Child
Document and both have inserted the previous document
Hi
I have a main document with each part being a child document included
and some parts even child documents via input. I would like to have an
"appendix" in each Part - is this possible? At the moment the whole
numbering stays in "Appendix Mode" after the first appendix.
Thanks
Rainer
--
On 12/1/05, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
>
> Andrew Morrison wrote:
>
> > 1. How do I make "List of Figures" appear as "LIST OF FIGURES"?
>
> Assuming your document language is "English" then add the following
> lines to your document preamble:
>
> \usepackage[english]{babel}
> \addto\capt
Andrew Morrison wrote:
1. How do I make "List of Figures" appear as "LIST OF FIGURES"?
Assuming your document language is "English" then add the following
lines to your document preamble:
\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\listfigurename}{LIST OF FIGURES}
Fo
On Thursday 01 December 2005 08:33, Andrew Morrison wrote:
> Three questions:
>
> 1. How do I make "List of Figures" appear as "LIST OF FIGURES"?
>
> 2. Is it possible to have a "list of appendices" that works exactly like
> the list of figures/li
Three questions:
1. How do I make "List of Figures" appear as "LIST OF FIGURES"?
2. Is it possible to have a "list of appendices" that works exactly like
the list of figures/list of tables? (Sorry for re-asking this question. I'm
guessing the answer is no.)
Is it possible to have in a document a list of appendices such that the the
top of the table of contents appears like:
LIST OF TABLES
LIST OF FIGURES
LIST OF APPENDICES
Where the words are in all caps?
I've figured out how to insert the list of tables and list of figures, and
that I s
On Tue, 12 Jul 2005, Rich Shepard wrote:
In the "Users Guide" is a paragraph about adding an Appendix (or more than
one). It says to type the title, select "Chapter" as the environment, ...
In addition to Milos' excellent hack, I figured out my error with the menu
approach: I had selected th
On Thu, 14 Jul 2005, Milos Komarcevic wrote:
I haven't tried the Layout menu option, but (using the book class) I've
just put \appendix in ERT on a separate line just before the chapter title,
and all the subsequent chapter titles come out as lettered appendices for
me. Hope that wor
> lack of information.
I haven't tried the Layout menu option, but (using the book class)
I've just put \appendix in ERT on a separate line just before the
chapter title, and all the subsequent chapter titles come out
as lettered appendices for me. Hope that works for you too.
Regards,
Milos
ix. And, all this works for me.
But, there's no leading "Appendix A". When I insert a file under a section
environment, that section title is shown as "?.1". The ToC reflects the same
lack of information.
Nothing on the wiki for appendices -- at least, not that I found --
Damon wrote:
> I am having trouble getting the word Appendices to appear in my table of
> contents. I am writing a long, multi-part document on version 1.2.1 using
> article format. I have created a file Main.lyx that uses include to tie
> together all of the sections and appendi
Hello,
I am having trouble getting the word Appendices to appear in my table of
contents. I am writing a long, multi-part document on version 1.2.1 using
article format. I have created a file Main.lyx that uses include to tie
together all of the sections and appendices into one document
On Wed, 14 Apr 2004, Jochen F. Rick wrote:
> Also, is there a more elegant way to do appendices in lyx other than
> using ERT (\appendix)?
Does this help?
http://wiki.lyx.org/pmwiki.php/FAQ/Unsorted#startAppendix
/Christian
--
Christian Ridderström
I'm using the article class and bibtex generated references. My sections
are numbered, but the references section is not numbered. Is there a way
to get it numbered?
Also, is there a more elegant way to do appendices in lyx other than
using ERT (\appendix)?
I tried looking for this on-li
On Thu, 12 Dec 2002, Juergen Spitzmueller wrote:
> Paul Medwell wrote:
> > What is the best way of adding appendices to a document?
> >
> > I have tried adding them through the LaTeX command \appendix, but it
> > didn't seem to do anything.
>
> The LyX w
Paul Medwell wrote:
> What is the best way of adding appendices to a document?
>
> I have tried adding them through the LaTeX command \appendix, but it
> didn't seem to do anything.
The LyX way is layout->start appendix here. All chapters and sections after
that will
What is the best way of adding appendices to a document?
I have tried adding them through the LaTeX command \appendix, but it
didn't seem to do anything.
Cheers,
Paul
Kent Kostuk wrote:
> I have a similar problem as below but I am using version 1.1.6fix3 and
> don't see that option for me. What approach do I need to take?
Sorry, it is located in "Layout->Start Appendix here".
Jürgen.
> >> Start the appendix (insert->start appendix here) in the master file
> >> just before you include the appendix child documents (which should
> >> be ordinary chapters, sections etc.).
> >>
> >>Jürgen.
> >>
> >
> >hmmm... that did not work. I have 1.2.1
> >
> you also can insert in ERT a
> \ap
> Myriam Abramson wrote:
> > What's needed for automatically generating
> > the sequencing of appendices?
>
> Start the appendix (insert->start appendix here) in the master file just
> before you include the appendix child documents (which should be or
I have a similar problem as below but I am using version 1.1.6fix3 and don't
see that option for me. What approach do I need to take?
Kent Kostuk
[EMAIL PROTECTED]
Myriam Abramson wrote:
> What's needed for automatically generating
> the sequencing of appendices?
Start the
Myriam Abramson wrote:
> What's needed for automatically generating
> the sequencing of appendices?
Start the appendix (insert->start appendix here) in the master file just
before you include the appendix child documents (which should be ordinary
chapters, sections etc.).
Jürgen.
I have a multi-part book class document and 2 appendices. They don't
get renamed properly as Appendix A and Appendix B when I include them
in the multipart document. Here's the lyx file where I include all my
chapters and appendices. What's needed for automatically generating
th
On Thu, Oct 10, 2002 at 01:49:22PM -0400, Steve Litt wrote:
> > \let\oldappendix=\appendix
> > \renewcommand{\appendix}{%
> > \oldappendix%
> > \renewcommand{\thechapter}{\arabic{chapter}}}
>
> Dekel --
>
> Does the \renewcommand{\thechapter}{\arabic{chapter}} remain in scope only
> indide
On Thursday 10 October 2002 12:34 pm, Dekel Tsur wrote:
> On Sun, Oct 06, 2002 at 05:52:03PM +0800, Hisyam Lee wrote:
> > Yes, I do see the appendices appear in the TOC after compilation. Thanks.
> > How can I change the appendices format from Appendix A, Appendix B, etc
&g
On Sun, Oct 06, 2002 at 05:52:03PM +0800, Hisyam Lee wrote:
> Yes, I do see the appendices appear in the TOC after compilation. Thanks.
> How can I change the appendices format from Appendix A, Appendix B, etc to
> Appendix 1, Appendix 2, etc.?
In the preamble:
\let\oldappendix=
Quoting Hisyam Lee <[EMAIL PROTECTED]>:
> Quoting Dekel Tsur <[EMAIL PROTECTED]>:
>
> > On Sat, Oct 05, 2002 at 03:36:06PM +0800, Hisyam Lee wrote:
> > > I'm writing a thesis using book class. How can I write some appendices
> > af
Quoting Dekel Tsur <[EMAIL PROTECTED]>:
> On Sat, Oct 05, 2002 at 03:36:06PM +0800, Hisyam Lee wrote:
> > I'm writing a thesis using book class. How can I write some appendices
> after the
>
> Layout->Start appendix here.
>
> > Bibliography and also abl
On Sat, Oct 05, 2002 at 03:36:06PM +0800, Hisyam Lee wrote:
> I'm writing a thesis using book class. How can I write some appendices after the
Layout->Start appendix here.
> Bibliography and also able to do some cross references. Finally, I wish
> to have a List of Appendic
Hi Folks,
I'm writing a thesis using book class. How can I write some appendices after the
Bibliography and also able to do some cross references. Finally, I wish
to have a List of Appendices after Table of Contents.
Thank you very much for your help.
Thanks to Dekel and Herbert! One more technical report is out of the way!
Cheers!
R
On Wednesday 08 August 2001 08:17, Dekel Tsur wrote:
> On Tue, Aug 07, 2001 at 09:30:47AM -0500, Remzi Seker wrote:
> > In the Lyx file have something like this:
> >
> > however in the dvi, what i have is this:
>
On Tue, Aug 07, 2001 at 09:30:47AM -0500, Remzi Seker wrote:
> In the Lyx file have something like this:
> however in the dvi, what i have is this:
> Appendix 2
> fig 1
> appendix 3
> fig2
> fig3
>
> fig4
> fig5
> fig6
>
> Layout > Document > Extra> Float Placement: !h
> is there
> Any ideas
Remzi Seker wrote:
>
> In the Lyx file have something like this:
>
> Appendix 2
> fig 1
> fig2
> fig3
> \pagebreak
> appendix 3
> fig4
> fig5
> fig6
>
> however in the dvi, what i have is this:
>
> Appendix 2
> fig 1
> appendix 3
> fig2
> fig3
I suppose that fig2 couldn't be placed on one pag
On Wed, 3 Nov 1999, Christian wrote:
> Hi all,
>
> Sorry to do this but no one responded to this question when I posted it
> earlier this week and I'm fast running out of time. If anyone has *any*
> suggestions on how to do any of these things then please let me know.
> :) Sorry again for the
with LyX
> directly and, although I know a very tiny bit of LaTeX, I don't know
> enough for this.
>
> Firstly, I'd like the numbering for each of my appendices to be like:
> A-1, A-2 etc. for first and second pages in appendix A. I can get the
> numbering to start aga
ably be done with LyX
directly and, although I know a very tiny bit of LaTeX, I don't know
enough for this.
Firstly, I'd like the numbering for each of my appendices to be like:
A-1, A-2 etc. for first and second pages in appendix A. I can get the
numbering to start again but not su
87 matches
Mail list logo