ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Align headings on the left
@ 2022-05-30 16:37 Jürgen Althaus via ntg-context
  2022-05-30 16:55 ` Wolfgang Schuster via ntg-context
  2022-05-30 17:18 ` Henning Hraban Ramm via ntg-context
  0 siblings, 2 replies; 5+ messages in thread
From: Jürgen Althaus via ntg-context @ 2022-05-30 16:37 UTC (permalink / raw)
  To: ntg-context; +Cc: Jürgen Althaus


[-- Attachment #1.1.1: Type: text/plain, Size: 376 bytes --]

Hello all,

 

my first post in this mailing list and I hope you can help me. I am looking
for a setting that sets the headings completely left-aligned. Have
unfortunately found nothing suitable in the online search. Maybe I searched
for the wrong terms?

 



 

Thanks in advance for your help

 

Jürgen

 

Von meinem Commodore 64 geschickt

 


[-- Attachment #1.1.2: Type: text/html, Size: 2657 bytes --]

[-- Attachment #1.2: image001.png --]
[-- Type: image/png, Size: 26182 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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: Align headings on the left
  2022-05-30 16:37 Align headings on the left Jürgen Althaus via ntg-context
@ 2022-05-30 16:55 ` Wolfgang Schuster via ntg-context
  2022-05-30 18:16   ` Jürgen Althaus via ntg-context
  2022-05-30 17:18 ` Henning Hraban Ramm via ntg-context
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster via ntg-context @ 2022-05-30 16:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Schuster


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

Jürgen Althaus via ntg-context schrieb am 30.05.2022 um 18:37:
>
> Hello all,
>
> my first post in this mailing list and I hope you can help me. I am 
> looking for a setting that sets the headings completely left-aligned. 
> Have unfortunately found nothing suitable in the online search. Maybe 
> I searched for the wrong terms?
>

The layout of titles can be changed with the \setuphead commmand
and the alternative key is used to select on of the predefined styles,
in your case paragraph is the style you need.

%%%% begin example
\setuphead
   [chapter]
   [alternative=paragraph]

\starttext

\chapter{Bestehen und Reichweite eines arbeitgeberseitigen 
Weisungsrechts auf Anordnung der Teilnahme \unknown}

\input lorem

\stoptext
%%%% end example

The ConTeXt wiki has a separate page with all major documents
(https://wiki.contextgarden.net/Documentation) and the "not so short 
introduction"
gives a overview over many ConTeXt features.

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 493 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: Align headings on the left
  2022-05-30 16:37 Align headings on the left Jürgen Althaus via ntg-context
  2022-05-30 16:55 ` Wolfgang Schuster via ntg-context
@ 2022-05-30 17:18 ` Henning Hraban Ramm via ntg-context
  2022-05-30 18:18   ` Jürgen Althaus via ntg-context
  1 sibling, 1 reply; 5+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2022-05-30 17:18 UTC (permalink / raw)
  To: Jürgen Althaus via ntg-context; +Cc: Henning Hraban Ramm

Am 30.05.22 um 18:37 schrieb Jürgen Althaus via ntg-context:
> Von meinem Commodore 64 geschickt

Hallo Jürgen,
ich meine mich zwar zu erinnern, dass es eine TeX-Distribution für C64 
gab, aber mit LuaMetaTeX wird das nix... ;)

Grüßlinge, Hraban
___________________________________________________________________________________
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: Align headings on the left
  2022-05-30 16:55 ` Wolfgang Schuster via ntg-context
@ 2022-05-30 18:16   ` Jürgen Althaus via ntg-context
  0 siblings, 0 replies; 5+ messages in thread
From: Jürgen Althaus via ntg-context @ 2022-05-30 18:16 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'; +Cc: Jürgen Althaus


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

Hello Wolfgang, thanks for the quick help. That it is so simple ... The
learning curve is just high at first.

 

Jürgen

 

Von meinem Commodore 64 geschickt

 

Von: ntg-context <ntg-context-bounces@ntg.nl> Im Auftrag von Wolfgang
Schuster via ntg-context
Gesendet: Montag, 30. Mai 2022 18:56
An: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
Betreff: Re: [NTG-context] Align headings on the left

 

Jürgen Althaus via ntg-context schrieb am 30.05.2022 um 18:37:



Hello all,

 

my first post in this mailing list and I hope you can help me. I am looking
for a setting that sets the headings completely left-aligned. Have
unfortunately found nothing suitable in the online search. Maybe I searched
for the wrong terms?


The layout of titles can be changed with the \setuphead commmand
and the alternative key is used to select on of the predefined styles,
in your case paragraph is the style you need.

%%%% begin example
\setuphead
  [chapter]
  [alternative=paragraph]

\starttext

\chapter{Bestehen und Reichweite eines arbeitgeberseitigen Weisungsrechts
auf Anordnung der Teilnahme \unknown}

\input lorem

\stoptext
%%%% end example

The ConTeXt wiki has a separate page with all major documents
(https://wiki.contextgarden.net/Documentation) and the "not so short
introduction"
gives a overview over many ConTeXt features.

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 493 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: Align headings on the left
  2022-05-30 17:18 ` Henning Hraban Ramm via ntg-context
@ 2022-05-30 18:18   ` Jürgen Althaus via ntg-context
  0 siblings, 0 replies; 5+ messages in thread
From: Jürgen Althaus via ntg-context @ 2022-05-30 18:18 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'; +Cc: Jürgen Althaus


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

Hallo Hraban,

😊 deswegen ... Ich hab mich schon gewundert warum nix läuft.

 

Jürgen

 

Von meinem Commodore 64 geschickt

 

-----Ursprüngliche Nachricht-----
Von: ntg-context <ntg-context-bounces@ntg.nl> Im Auftrag von Henning Hraban Ramm via ntg-context
Gesendet: Montag, 30. Mai 2022 19:19
An: Jürgen Althaus via ntg-context <ntg-context@ntg.nl>
Cc: Henning Hraban Ramm <texml@fiee.net>
Betreff: Re: [NTG-context] Align headings on the left

 

Am 30.05.22 um 18:37 schrieb Jürgen Althaus via ntg-context:

> Von meinem Commodore 64 geschickt

 

Hallo Jürgen,

ich meine mich zwar zu erinnern, dass es eine TeX-Distribution für C64 gab, aber mit LuaMetaTeX wird das nix... ;)

 

Grüßlinge, Hraban

___________________________________________________________________________________

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

 

maillist :  <mailto:ntg-context@ntg.nl> ntg-context@ntg.nl /  <http://www.ntg.nl/mailman/listinfo/ntg-context> http://www.ntg.nl/mailman/listinfo/ntg-context

webpage  :  <http://www.pragma-ade.nl> http://www.pragma-ade.nl /  <http://context.aanhet.net> http://context.aanhet.net archive  :  <https://bitbucket.org/phg/context-mirror/commits/> https://bitbucket.org/phg/context-mirror/commits/

wiki     :  <http://contextgarden.net> http://contextgarden.net

___________________________________________________________________________________


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

[-- Attachment #2: Type: text/plain, Size: 493 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

end of thread, other threads:[~2022-05-30 18:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 16:37 Align headings on the left Jürgen Althaus via ntg-context
2022-05-30 16:55 ` Wolfgang Schuster via ntg-context
2022-05-30 18:16   ` Jürgen Althaus via ntg-context
2022-05-30 17:18 ` Henning Hraban Ramm via ntg-context
2022-05-30 18:18   ` Jürgen Althaus via ntg-context

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