ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Becoming a TeX/ConTeXt poweruser
       [not found] <1289647430.1574038.1476911059674.ref@mail.yahoo.com>
@ 2016-10-19 21:04 ` Jamie Macbeth
  0 siblings, 0 replies; 5+ messages in thread
From: Jamie Macbeth @ 2016-10-19 21:04 UTC (permalink / raw)
  To: ntg-context


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

Will do.  Thanks!


[-- Attachment #1.2: Type: text/html, Size: 574 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Becoming a TeX/ConTeXt poweruser
       [not found] <mailman.1401.1476727596.2177.ntg-context@ntg.nl>
@ 2016-10-19 21:00 ` Jamie Macbeth
  0 siblings, 0 replies; 5+ messages in thread
From: Jamie Macbeth @ 2016-10-19 21:00 UTC (permalink / raw)
  To: ntg-context


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

Thank you Pablo and Hans for your answers on this!Jamie

   

[-- Attachment #1.2: Type: text/html, Size: 904 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Becoming a TeX/ConTeXt poweruser
  2016-10-17 17:19   ` Pablo Rodriguez
@ 2016-10-17 17:57     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2016-10-17 17:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10/17/2016 7:19 PM, Pablo Rodriguez wrote:
> On 10/17/2016 05:46 AM, Jamie Macbeth wrote:
>> Hello,
>>
>> I was fed up with LaTeX, and became a newbie user of ConTeXt, and I
>> think it's great and I really agree with the philosophy.
>
> Hi Jamie,
>
> I’m also another newbie (I switched to ConTeXt years ago ;-)), although
> I cannot code myself :-(.
>
> One of the features I value most is direct typesetting of XML sources.
>
>> I know that \startitemize ...\stopitemize is very customizable, but I
>> would like to learn ConTeXt by learning how I could, for example, build
>> the itemize environment myself from scratch.  Can someone give me
>> pointers on the best place to start?  Then I can learn the code on my
>> own (and not be a pest on this list :) ).
>
> If you want to go the hard way (it would be the impossible way for me
> :-)), tex/texmf-context/tex/context/base/mkiv/strc-itm.mkvi may be the
> file you are looking for.
>
> The wiki offers some explanation on the topic
> (http://wiki.contextgarden.net/Enumerations). You might be interested in
> improving it.
>
> Just in case it helps,

(1) unfortunately the itemize mechanism is one of the oldest mechanisms 
so it has some of the rudiments of small memory, limitations on 
registers and macros etc; i probably have to rewrite it to get it 
cleaner but it then can break compatibility so for now i leave the code 
as it is

(2) watching the code with the same editor lexing as I do helps (one can 
typeset the code with "context --extra=listing --scite --verycompact 
somefile.mkiv" to get an idea


Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Becoming a TeX/ConTeXt poweruser
  2016-10-17  3:46 ` Jamie Macbeth
@ 2016-10-17 17:19   ` Pablo Rodriguez
  2016-10-17 17:57     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodriguez @ 2016-10-17 17:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10/17/2016 05:46 AM, Jamie Macbeth wrote:
> Hello,
> 
> I was fed up with LaTeX, and became a newbie user of ConTeXt, and I
> think it's great and I really agree with the philosophy.

Hi Jamie,

I’m also another newbie (I switched to ConTeXt years ago ;-)), although
I cannot code myself :-(.

One of the features I value most is direct typesetting of XML sources.

> I know that \startitemize ...\stopitemize is very customizable, but I
> would like to learn ConTeXt by learning how I could, for example, build
> the itemize environment myself from scratch.  Can someone give me
> pointers on the best place to start?  Then I can learn the code on my
> own (and not be a pest on this list :) ).

If you want to go the hard way (it would be the impossible way for me
:-)), tex/texmf-context/tex/context/base/mkiv/strc-itm.mkvi may be the
file you are looking for.

The wiki offers some explanation on the topic
(http://wiki.contextgarden.net/Enumerations). You might be interested in
improving it.

Just in case it helps,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Becoming a TeX/ConTeXt poweruser
       [not found] <1873591909.927134.1476675971341.ref@mail.yahoo.com>
@ 2016-10-17  3:46 ` Jamie Macbeth
  2016-10-17 17:19   ` Pablo Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Jamie Macbeth @ 2016-10-17  3:46 UTC (permalink / raw)
  To: ntg-context


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

Hello,

I was fed up with LaTeX, and became a newbie user of ConTeXt, and I think it's great and I really agree with the philosophy.

However, I also have to agree with some of what has been said about the lack of good documentation for those learning ConTeXt.  I've built a couple of simple documents using ConTeXt, but I'm having trouble customizing to get some functionality that I used to get from LaTeX packages, and to customize things to fix issues that I had with LaTeX.  I typeset technical papers and books with complex diagrams (e.g. xypic), charts and tables, tables embedded in tables, images inside tables, among other things.  I'm hoping to become a poweruser of TeX through ConTeXt and LuaTeX.

From what I've read on this list so far, knowledgeable members of the community say that the key functionality to ConTeXt is in the "core".  I would like to become a power user of TeX/LuaTex/ConTeXt by learning ConTeXt from the ground up and understanding the core at the source code level.  I think this will make me skilled at rolling my own styles and fixing issues on my own as I encounter them.

I'm an experienced software engineer with some knowledge of TeX (on the level of Knuth's "The TeXbook") and I'm happy to learn Lua.  I want to actually read and understand the mkiv core source code and, just to start, understand how simple directives (for example \startitemize ... \stopitemize), are compiled from end to end and where their macro source code comes from (In this example I think it's in tex/texmf-context/tex/context/base/mkiv/typo-itm.mkiv but I'm not positive).

I know that \startitemize ...\stopitemize is very customizable, but I would like to learn ConTeXt by learning how I could, for example, build the itemize environment myself from scratch.  Can someone give me pointers on the best place to start?  Then I can learn the code on my own (and not be a pest on this list :) ).


[-- Attachment #1.2: Type: text/html, Size: 2670 bytes --]

[-- Attachment #2: Type: text/plain, Size: 489 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://context.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2016-10-19 21:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1289647430.1574038.1476911059674.ref@mail.yahoo.com>
2016-10-19 21:04 ` Becoming a TeX/ConTeXt poweruser Jamie Macbeth
     [not found] <mailman.1401.1476727596.2177.ntg-context@ntg.nl>
2016-10-19 21:00 ` Jamie Macbeth
     [not found] <1873591909.927134.1476675971341.ref@mail.yahoo.com>
2016-10-17  3:46 ` Jamie Macbeth
2016-10-17 17:19   ` Pablo Rodriguez
2016-10-17 17:57     ` Hans Hagen

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