ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Project structure: Do macros go into the environment?
@ 2011-11-13 19:05 Paul Menzel
  2011-11-13 19:09 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2011-11-13 19:05 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 869 bytes --]

Dear ConTeXt folks,


I am using the project layout [1] and have a file `env.tex` which gets
loaded.

        \startenvironment env
        
        \mainlanguage[de]
        
        \setupinteraction
        	[title=Titel,
        	author=John Doe,
        	keyword={keyword}]
        
        \def\href#1#2{\useURL[#2][{#2}][][{#1}]\goto{\url[#2]}[url(#1)]}
        \def\ahref#1{\color[linkcolor]{\ttx \href{#1}{<#1>}}}
        \def\fullahref#1{\color[linkcolor]{\ttx \href{#1}{http://#1}}}
        \def\mailto#1{\useURL[#1][mailto:#1][][#1]\from[{#1}]}
        \def\MailTo#1#2{\useURL[#1][mailto:#1][][#2]\from[{#1}]}
        
        […]
        \stopenvironment

My question is if all macro definitions (and setups like for
interaction) should go in there?


Thanks,

Paul


[1] http://wiki.contextgarden.net/Project_structure

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Project structure: Do macros go into the environment?
  2011-11-13 19:05 Project structure: Do macros go into the environment? Paul Menzel
@ 2011-11-13 19:09 ` Wolfgang Schuster
  2011-11-13 19:21   ` [solved] " Paul Menzel
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2011-11-13 19:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.11.2011 um 20:05 schrieb Paul Menzel:

> Dear ConTeXt folks,
> 
> 
> I am using the project layout [1] and have a file `env.tex` which gets
> loaded.
> 
>        \startenvironment env
> 
>        \mainlanguage[de]
> 
>        \setupinteraction
>        	[title=Titel,
>        	author=John Doe,
>        	keyword={keyword}]
> 
>        \def\href#1#2{\useURL[#2][{#2}][][{#1}]\goto{\url[#2]}[url(#1)]}
>        \def\ahref#1{\color[linkcolor]{\ttx \href{#1}{<#1>}}}
>        \def\fullahref#1{\color[linkcolor]{\ttx \href{#1}{http://#1}}}
>        \def\mailto#1{\useURL[#1][mailto:#1][][#1]\from[{#1}]}
>        \def\MailTo#1#2{\useURL[#1][mailto:#1][][#2]\from[{#1}]}
> 
>        […]
>        \stopenvironment
> 
> My question is if all macro definitions (and setups like for
> interaction) should go in there?

Yes.

Wolfgang
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [solved] Project structure: Do macros go into the environment?
  2011-11-13 19:09 ` Wolfgang Schuster
@ 2011-11-13 19:21   ` Paul Menzel
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2011-11-13 19:21 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1010 bytes --]

Am Sonntag, den 13.11.2011, 20:09 +0100 schrieb Wolfgang Schuster:
> Am 13.11.2011 um 20:05 schrieb Paul Menzel:

> > I am using the project layout [1] and have a file `env.tex` which gets
> > loaded.
> > 
> >        \startenvironment env
> > 
> >        \mainlanguage[de]
> > 
> >        \setupinteraction
> >        	[title=Titel,
> >        	author=John Doe,
> >        	keyword={keyword}]
> > 
> >        \def\href#1#2{\useURL[#2][{#2}][][{#1}]\goto{\url[#2]}[url(#1)]}
> >        \def\ahref#1{\color[linkcolor]{\ttx \href{#1}{<#1>}}}
> >        \def\fullahref#1{\color[linkcolor]{\ttx \href{#1}{http://#1}}}
> >        \def\mailto#1{\useURL[#1][mailto:#1][][#1]\from[{#1}]}
> >        \def\MailTo#1#2{\useURL[#1][mailto:#1][][#2]\from[{#1}]}
> > 
> >        […]
> >        \stopenvironment
> > 
> > My question is if all macro definitions (and setups like for
> > interaction) should go in there?
> 
> Yes.

As always, thank you for the fast response!


Thanks,

Paul

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2011-11-13 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-13 19:05 Project structure: Do macros go into the environment? Paul Menzel
2011-11-13 19:09 ` Wolfgang Schuster
2011-11-13 19:21   ` [solved] " Paul Menzel

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).