Coder Social home page Coder Social logo

Comments (11)

kcrisman avatar kcrisman commented on July 29, 2024

Yes, the tex has
\chapter but the place might be \section or even, in my case, \subsection that is needed. Appendices should inherit from the higher-level element.

from pretext.

kcrisman avatar kcrisman commented on July 29, 2024

I'll point out, for what it's worth, that the \typeout business gave


************************************************
Appendix 3.7.1 When perfect squares divide each other
************************************************

as in the html, so in some sense this is a bug and not just user error 😃

from pretext.

rbeezer avatar rbeezer commented on July 29, 2024

Appendices are peers/siblings of chapters in books. They are not meant to be subsidiary to chapters nor sections. The "\typeout business" is not very sophisticated.

Perhaps an arricle could have appendices, as peers of sections, but they still would not be contained in a chapter.

from pretext.

kcrisman avatar kcrisman commented on July 29, 2024

Then this should be DOCUMENTED somewhere. So please re-open and change the title.

Also, it should ideally raise an error then.

So... I definitely have read books with appendices to chapters. Lots of times. How can I do this in this magical "write once" MBX? Seems a bit constricting.

from pretext.

kcrisman avatar kcrisman commented on July 29, 2024

(Especially since I'm not allowed to change the name of a subsection, for instance.)

from pretext.

davidfarmer avatar davidfarmer commented on July 29, 2024

In some LaTeX styles, the \appendix command indicates that the
following chapters are appendices. Those chapters are numbered
differently, but otherwise are just chapters.

So, in that case appendices cannot sit inside a chapter.

The same goes for a paper instead of a book, except replace "chapter"
by "section".

I'd like to know if/why we are departing from the LaTeX model.

On Wed, 21 Jan 2015, kcrisman wrote:

(Especially since I'm not allowed to change the name of a subsection, for instance.)


Reply to this email directly or view it on GitHub.[AAM6LCG7Q-LZ7ippfYLWI4JPsYACsd6yks5nkBnxgaJpZM4DVZq6.gif]

from pretext.

rbeezer avatar rbeezer commented on July 29, 2024

Dear Karl,

I closed this because it is not a bug, but a design decision.

No need to shout about documentation, there really isn't any yet. With time
(and support) that will improve. If you would like to start a single issue
where you can add documentation suggestions that have bit you, I will work
through adding them to the sample article for now. That would be very helpful -
I want the initial experience to be less bumpy.

Eventually the DTD will be finished and a validation step will alert you to many
of these. This will be the way an "error" is raised, it will not be recognized
as such in each converter. The DTD will be a formal specification of the XML
structure and it will be an easy command-line step to validate.

Could you suggest a book with appendices in chapters (or appendices within
sections) that I could look at? Something I could likely get by interlibrary
loan would be easiest.

Thanks,
Rob

On 22/01/2015 00:04, kcrisman wrote:

Then this should be DOCUMENTED somewhere. So please re-open and change the title.

Also, it should ideally raise an error then.

So... I definitely have read books with appendices to chapters. Lots of times.
How can I do this in this magical "write once" MBX? Seems a bit constricting.


Reply to this email directly or view it on GitHub
#31 (comment).

from pretext.

rbeezer avatar rbeezer commented on July 29, 2024

On 22/01/2015 00:14, davidfarmer wrote:

I'd like to know if/why we are departing from the LaTeX model.

I plan to keep appendices as peers of chapters in books.

I am open to appendices as peers of sections in articles, but have not
double-checked if that is a natural construct in LaTeX. An issue for this
situation as a feature request might be in order, since I do not think it is
implemented (but could be!).

Rob

from pretext.

davidfarmer avatar davidfarmer commented on July 29, 2024

I have processed many math papers where

\appendix

shows up on a line by itself, and then the sections after that
are appendices. I have also seen \begin{appendix}...\end{appendix}.
(One of my papers uses the first construction: a coauthor set it up
that way.)

I have not decided how to handle appendices, nor have I started
implementing < part >s.

Let me know when you are ready to tackle one or both of those, and we can
do it together. I can provide actual papers with examples.

On Wed, 21 Jan 2015, Rob Beezer wrote:

On 22/01/2015 00:14, davidfarmer wrote:

I'd like to know if/why we are departing from the LaTeX model.

I plan to keep appendices as peers of chapters in books.

I am open to appendices as peers of sections in articles, but have not
double-checked if that is a natural construct in LaTeX. An issue for this
situation as a feature request might be in order, since I do not think it is
implemented (but could be!).

Rob


Reply to this email directly or view it on GitHub.[AAM6LHxA7AZRUAhySfvO2XM4yAC3CL_dks5nkIOWgaJpZM4DVZq6.gif]

from pretext.

rbeezer avatar rbeezer commented on July 29, 2024

And I belive that in one style or another, you say

\backmatter

and then every subsequent \chapter is realized as an appendix.

Yes, we should definitely coordinate on these.

Rob

On 22/01/2015 14:03, davidfarmer wrote:

I have processed many math papers where

\appendix

shows up on a line by itself, and then the sections after that
are appendices. I have also seen \begin{appendix}...\end{appendix}.
(One of my papers uses the first construction: a coauthor set it up
that way.)

I have not decided how to handle appendices, nor have I started
implementing < part >s.

Let me know when you are ready to tackle one or both of those, and we can
do it together. I can provide actual papers with examples.

On Wed, 21 Jan 2015, Rob Beezer wrote:

On 22/01/2015 00:14, davidfarmer wrote:

I'd like to know if/why we are departing from the LaTeX model.

I plan to keep appendices as peers of chapters in books.

I am open to appendices as peers of sections in articles, but have not
double-checked if that is a natural construct in LaTeX. An issue for this
situation as a feature request might be in order, since I do not think it is
implemented (but could be!).

Rob


Reply to this email directly or view it on
GitHub.[AAM6LHxA7AZRUAhySfvO2XM4yAC3CL_dks5nkIOWgaJpZM4DVZq6.gif]


Reply to this email directly or view it on GitHub
#31 (comment).

from pretext.

kcrisman avatar kcrisman commented on July 29, 2024

If you would like to start a single issue where you can add documentation suggestions that have bit you, I will work through adding them to the sample article for now.

That is a good idea.

I'll comment on the rest of what I was going to say on the list instead.

from pretext.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.