ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* project structure and dissertations
@ 2007-11-01 10:11 Jesse Alama
  2007-11-01 10:19 ` Hans Hagen
  2007-11-01 19:11 ` Peter Münster
  0 siblings, 2 replies; 3+ messages in thread
From: Jesse Alama @ 2007-11-01 10:11 UTC (permalink / raw)
  To: ntg-context

I'm unsure about an aspect of The ConTeXt Way and its application to my
current situation: typesetting a dissertation, namely: how can I take
advantage of project sttructure?

It seems natural to regard the dissertation as a project and the
chapters as products (which sounds strange to my mind, in this case).
But then I have no idea what would correspond to components; it seems
like excessive, unnecessary structuring to regard sections of chapters
as components.  And if sections aren't components, I don't know what
they would be.

Earlier messages on this mailing list suggest that projects aren't
supposed to be compiled; only components and products are supposed to be
compiled.  This suggests that the whole dissertation not be a project;
clearly I would want to compile the whole dissertation.

Another approach would be to skip projects and stick with just products
and components.  In this case, the whole dissertation would be a product
(which sounds right to me), and chapters would be components.

But then, if I follow that route, how would the logical structure
interact with the "typographical structure" (what is called
"meta-structure" in the ConTeXt manual)?  I want to say something like

  \startfrontmatter
    \chapter{Preface}
  \stopfrontmatter

  \startbodymatter
    \chapter{Introduction}
  \stopbodymatter

  \startappendices
    \chapter{Complex Proof that was Skipped}
  \stopappendices

  \startbackmatter
    \chapter{Colofon}
  \stopbackmatter

in dissertation.tex, to indicate the typographical/meta structure.  But then
where would the \component commands go?  Would it look something like
this:

  \startproductproduct dissertation

  \startfrontmatter
    \chapter{Preface}
    \component{Preface}
  \stopbodymatter

  ...

  or would I somehow be able to refer to the whole text of the
  preface and do something like

  \startproduct dissertation
  \component preface
    \chapter{Preface}
    \getbuffer{buf:preface}
  \startfrontmatter

  ...

with the whole text of the preface in a buffer?

I would appreciate any advice!

Thanks,

Jesse  

-- 
Jesse Alama (alama@stanford.edu)

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: project structure and dissertations
  2007-11-01 10:11 project structure and dissertations Jesse Alama
@ 2007-11-01 10:19 ` Hans Hagen
  2007-11-01 19:11 ` Peter Münster
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2007-11-01 10:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Jesse Alama wrote:
>   \startfrontmatter
>     \chapter{Preface}
>   \stopfrontmatter

\startfrontmatter
	\component preface
\stopfrontmatter


>   \startbodymatter
>     \chapter{Introduction}
>   \stopbodymatter

\startbodymatter
  \component introduction
  \component aboutthis
  \component aboutthat
\stopbodymatter

>   \startappendices
>     \chapter{Complex Proof that was Skipped}
>   \stopappendices
> 
>   \startbackmatter
>     \chapter{Colofon}
>   \stopbackmatter

so, the \chapter command goes into a component file

> with the whole text of the preface in a buffer?

no buffers here

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: project structure and dissertations
  2007-11-01 10:11 project structure and dissertations Jesse Alama
  2007-11-01 10:19 ` Hans Hagen
@ 2007-11-01 19:11 ` Peter Münster
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Münster @ 2007-11-01 19:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 1 Nov 2007, Jesse Alama wrote:

> It seems natural to regard the dissertation as a project and the
> chapters as products (which sounds strange to my mind, in this case).
> But then I have no idea what would correspond to components; it seems
> like excessive, unnecessary structuring to regard sections of chapters
> as components.  And if sections aren't components, I don't know what
> they would be.

You can have just one product (your dissertation) in a project. And if you
put your chapters into components, then you can compile each chapter
individually.
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-01 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-01 10:11 project structure and dissertations Jesse Alama
2007-11-01 10:19 ` Hans Hagen
2007-11-01 19:11 ` Peter Münster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).