Re: [NTG-context] German introduction to context

2018-11-06 Thread Jan U. Hasecke
Hi Axel,

thanks a lot for this introduction.

Am 02.11.18 um 10:07 schrieb Axel Kielhorn:
> Hello!
> 
> As promised I’ve uploaded my ConTeXt introduction to github.
> You can find it at 
> https://github.com/AKielhorn/Context-Intro
> 
> I used MkIV syntax for \startsection \stopsection but gave up on 
> \startparagraph \stoparagraph.
> 
> Is there a way to auto convert that or do I have to add these command once I 
> want to generate tagged PDF?
> 
> Feel free to comment, this is the second time I use ConTeXt and I wanted to 
> keep notes about the things I need.
> 
> Future plan:
> Learn more about bibliography.
> Create PDF/A (or /UA).
> More math as I need it.
> 
> Alternative environments to change the look.

If you are familiar with LaTeX (as a user) many things are obvious in
ConTeXt, at least for me.

Early showstoppers – at least for me – are configuration and the
definition of styles etc. At first you think, wow, this key-value
pairing is nice, but then you realize that you never know which keys are
available and what values can be applied.

What kind of brackets must be used?
Why do some commands have two, three, four brackets for options?

The next showstopper is the define-setup system and the possibility to
give names to your macros. I always thought: Well, there is a well
defined system in it, I am only too dumb to grasp it. I discovered
setup-en.pdf and tried to figure out how to read it. I discovered
showsetup only to see that \showsetup{setuphead} just gives me a list of
options but no explanation. It would be great if showsetup would give
explanations to the keys and values.

I like to learn using try-and-error, but I would love to have a
systematic introduction to the concepts of ConTeXt.

Maybe you can add some of this in your introduction to make it a
starting point for users speaking German.
juh
___
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
___

Re: [NTG-context] German introduction to context

2018-11-02 Thread Axel Kielhorn

> Am 02.11.2018 um 12:28 schrieb Hans Hagen :
> 
> On 11/2/2018 10:07 AM, Axel Kielhorn wrote:
>> Hello!
>> As promised I’ve uploaded my ConTeXt introduction to github.
>> You can find it at
>> https://github.com/AKielhorn/Context-Intro
>> I used MkIV syntax for \startsection \stopsection but gave up on 
>> \startparagraph \stoparagraph.
>> Is there a way to auto convert that or do I have to add these command once I 
>> want to generate tagged PDF?
> 
> normally \startparagraph is not needed

Good to hear that.

Should I remove them to avoid confusion?

> 
>> Feel free to comment, this is the second time I use ConTeXt and I wanted to 
>> keep notes about the things I need.
> why not also put a pdf there

Changed gitignore, I’ll include the PDF with the next version.

Axel

___
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
___

Re: [NTG-context] German introduction to context

2018-11-02 Thread Hans Hagen

On 11/2/2018 10:07 AM, Axel Kielhorn wrote:

Hello!

As promised I’ve uploaded my ConTeXt introduction to github.
You can find it at
https://github.com/AKielhorn/Context-Intro

I used MkIV syntax for \startsection \stopsection but gave up on 
\startparagraph \stoparagraph.

Is there a way to auto convert that or do I have to add these command once I 
want to generate tagged PDF?


normally \startparagraph is not needed


Feel free to comment, this is the second time I use ConTeXt and I wanted to 
keep notes about the things I need.

why not also put a pdf there

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
___

Re: [NTG-context] German introduction to context

2018-11-02 Thread Axel Kielhorn
Hello!

As promised I’ve uploaded my ConTeXt introduction to github.
You can find it at 
https://github.com/AKielhorn/Context-Intro

I used MkIV syntax for \startsection \stopsection but gave up on 
\startparagraph \stoparagraph.

Is there a way to auto convert that or do I have to add these command once I 
want to generate tagged PDF?

Feel free to comment, this is the second time I use ConTeXt and I wanted to 
keep notes about the things I need.

Future plan:
Learn more about bibliography.
Create PDF/A (or /UA).
More math as I need it.

Alternative environments to change the look.

Greetings Axel
___
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
___

Re: [NTG-context] German introduction to context

2018-10-22 Thread Axel Kielhorn

> Am 21.10.2018 um 16:33 schrieb Pablo Rodriguez :
> 
> Hi Axel,
> 
> how about creating a repository at GitLab with the contents you provide?
> 
> This would make contributions easier.

I’m planing to do this, but I want to turn it into a project first (probably 
overkill but a good example) and add some of the things I learned recently.

Axel

___
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
___

Re: [NTG-context] German introduction to context

2018-10-21 Thread Pablo Rodriguez
Hi Axel,

how about creating a repository at GitLab with the contents you provide?

This would make contributions easier.

Just in case it helps,

Pablo


PS: ConTeXt can deal with XML directly, so I wonder whether it makes
sense to convert from pandoc to ConTeXt.

PS²: hyphenation is wrong in US English only.

\starttext
\hyphenatedword{Trennalgorithmus}
\de\hyphenatedword{Trennalgorithmus}
\deo\hyphenatedword{Trennalgorithmus}
\stoptext



On 10/21/18 1:22 PM, Axel Kielhorn wrote:
> Hello,
> 
> I’m looking for an introduction in german.
> What I need is:
> - Structure chapter/section …
> - Emphasis bold/italic
> - lists itemize
> - floats
> - TABLE
> - index
> - references
> - math (with units)
> - chemistry (only basic stuff)
> 
> Several years ago I started to prepare a talk for a DANTE meeting, trying to 
> show how to generate epub from context.
> Since I got a new job in early 2015 I didn’t have time to finish the talk or 
> go to the meeting.
> I’ll use the enclosed text as a starting point, unless someone already has a 
> usable manual.
> 
> Note: Dominik Wagenführ was an editor of the now defunct „Freies Magazin“ and 
> he supplied a LaTeX document of examples that needed to be converted into 
> ePub. Thus the enclosed document is mainly concerned about epub.
> 
> Greetings Axel
> 
> PS: Comments are welcome.
> 
> 
> ___
> 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
> ___
> 


-- 
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
___