ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Using plain TeX commands in ConTeXt
@ 2024-01-24 13:55 Shiv Shankar Dayal
  2024-01-24 15:28 ` [NTG-context] " Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Shiv Shankar Dayal @ 2024-01-24 13:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Dear List,

Can we use plain TeX commands which are available in LuaMetaTeX in an
arbitrary manner or are there any restrictions?

-- 
Respect,
Shiv Shankar Dayal

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

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

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Using plain TeX commands in ConTeXt
  2024-01-24 13:55 [NTG-context] Using plain TeX commands in ConTeXt Shiv Shankar Dayal
@ 2024-01-24 15:28 ` Hans Hagen
  2024-01-24 15:37   ` Shiv Shankar Dayal
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2024-01-24 15:28 UTC (permalink / raw)
  To: ntg-context

On 1/24/2024 2:55 PM, Shiv Shankar Dayal wrote:
> Dear List,
> 
> Can we use plain TeX commands which are available in LuaMetaTeX in an 
> arbitrary manner or are there any restrictions?
what do you mean with arbitrary plain tex commands

-----------------------------------------------------------------
                                           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 / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Using plain TeX commands in ConTeXt
  2024-01-24 15:28 ` [NTG-context] " Hans Hagen
@ 2024-01-24 15:37   ` Shiv Shankar Dayal
  2024-01-24 15:50     ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Shiv Shankar Dayal @ 2024-01-24 15:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

For example: \kern, \parindent and so on. Rephrasing the question, can
LuaMetaTeX/ConTeXt compile
plain TeX files. If yes, how can I do that?

On Wed, Jan 24, 2024 at 9:02 PM Hans Hagen <j.hagen@xs4all.nl> wrote:

> On 1/24/2024 2:55 PM, Shiv Shankar Dayal wrote:
> > Dear List,
> >
> > Can we use plain TeX commands which are available in LuaMetaTeX in an
> > arbitrary manner or are there any restrictions?
> what do you mean with arbitrary plain tex commands
>
> -----------------------------------------------------------------
>                                            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 /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
>
> ___________________________________________________________________________________
>


-- 
Respect,
Shiv Shankar Dayal

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

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

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Using plain TeX commands in ConTeXt
  2024-01-24 15:37   ` Shiv Shankar Dayal
@ 2024-01-24 15:50     ` Wolfgang Schuster
  2024-01-24 15:52       ` Shiv Shankar Dayal
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2024-01-24 15:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Shiv Shankar Dayal

Shiv Shankar Dayal schrieb am 24.01.2024 um 16:37:
> For example: \kern, \parindent and so on. Rephrasing the question, can 
> LuaMetaTeX/ConTeXt compile
> plain TeX files. If yes, how can I do that?

You mix up two different things here.

1. Plain TeX is a collection of TeX macros like ConTeXt or LaTeX.

2. LuaMetaTeX is a program like pdfTeX or LuaTeX which provides commands 
which are used by above mentioned collections to create macros.

Even though ConTeXt provides some commands which available in plain TeX 
not all of the are supported which means you can't process plain TeX 
documents.

On the other hand commands which are provided by the engine like 
\parindent can be used in a ConTeXt document but higher level mechanism 
like \setupindenting are the better choice.

Wolfgang

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Using plain TeX commands in ConTeXt
  2024-01-24 15:50     ` Wolfgang Schuster
@ 2024-01-24 15:52       ` Shiv Shankar Dayal
  2024-01-24 15:58         ` Wolfgang Schuster
  2024-01-24 16:34         ` luigi scarso
  0 siblings, 2 replies; 9+ messages in thread
From: Shiv Shankar Dayal @ 2024-01-24 15:52 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


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

Thanks for correcting me, Wolfgang. I meant only TeX commands not plan TeX
macros.

On Wed, Jan 24, 2024 at 9:20 PM Wolfgang Schuster <
wolfgang.schuster.lists@gmail.com> wrote:

> Shiv Shankar Dayal schrieb am 24.01.2024 um 16:37:
> > For example: \kern, \parindent and so on. Rephrasing the question, can
> > LuaMetaTeX/ConTeXt compile
> > plain TeX files. If yes, how can I do that?
>
> You mix up two different things here.
>
> 1. Plain TeX is a collection of TeX macros like ConTeXt or LaTeX.
>
> 2. LuaMetaTeX is a program like pdfTeX or LuaTeX which provides commands
> which are used by above mentioned collections to create macros.
>
> Even though ConTeXt provides some commands which available in plain TeX
> not all of the are supported which means you can't process plain TeX
> documents.
>
> On the other hand commands which are provided by the engine like
> \parindent can be used in a ConTeXt document but higher level mechanism
> like \setupindenting are the better choice.
>
> Wolfgang
>
>

-- 
Respect,
Shiv Shankar Dayal

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

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

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Using plain TeX commands in ConTeXt
  2024-01-24 15:52       ` Shiv Shankar Dayal
@ 2024-01-24 15:58         ` Wolfgang Schuster
  2024-01-24 16:34         ` luigi scarso
  1 sibling, 0 replies; 9+ messages in thread
From: Wolfgang Schuster @ 2024-01-24 15:58 UTC (permalink / raw)
  To: Shiv Shankar Dayal; +Cc: mailing list for ConTeXt users

Shiv Shankar Dayal schrieb am 24.01.2024 um 16:52:
> Thanks for correcting me, Wolfgang. I meant only TeX commands not plan 
> TeX macros.

As I already wrote you can use \parindent etc. in your document but 
unless you
know what you're doing you should keep it to a minimum to avoid conflicts
with other mechanism which rely on certain settings, e.g. changing the 
\parindent
value can result in unwanted result with paragraph indentation set with
\setupindenting[...].

Wolfgang

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Using plain TeX commands in ConTeXt
  2024-01-24 15:52       ` Shiv Shankar Dayal
  2024-01-24 15:58         ` Wolfgang Schuster
@ 2024-01-24 16:34         ` luigi scarso
  2024-01-24 16:44           ` Shiv Shankar Dayal
  1 sibling, 1 reply; 9+ messages in thread
From: luigi scarso @ 2024-01-24 16:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Wed, 24 Jan 2024 at 16:55, Shiv Shankar Dayal <
shivshankar.dayal@gmail.com> wrote:

> Thanks for correcting me, Wolfgang. I meant only TeX commands not plan TeX
> macros.
>
>
TeX primitives ?

--
luigi

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

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

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Using plain TeX commands in ConTeXt
  2024-01-24 16:34         ` luigi scarso
@ 2024-01-24 16:44           ` Shiv Shankar Dayal
  2024-01-24 17:34             ` Hamid,Idris
  0 siblings, 1 reply; 9+ messages in thread
From: Shiv Shankar Dayal @ 2024-01-24 16:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Yes.

On Wed, Jan 24, 2024 at 10:08 PM luigi scarso <luigi.scarso@gmail.com>
wrote:

>
>
> On Wed, 24 Jan 2024 at 16:55, Shiv Shankar Dayal <
> shivshankar.dayal@gmail.com> wrote:
>
>> Thanks for correcting me, Wolfgang. I meant only TeX commands not plan
>> TeX macros.
>>
>>
> TeX primitives ?
>
> --
> luigi
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
>
> ___________________________________________________________________________________
>


-- 
Respect,
Shiv Shankar Dayal

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

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

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Using plain TeX commands in ConTeXt
  2024-01-24 16:44           ` Shiv Shankar Dayal
@ 2024-01-24 17:34             ` Hamid,Idris
  0 siblings, 0 replies; 9+ messages in thread
From: Hamid,Idris @ 2024-01-24 17:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Shiv,

------ Original Message ------
From "Shiv Shankar Dayal" <shivshankar.dayal@gmail.com<mailto:shivshankar.dayal@gmail.com>>
To "mailing list for ConTeXt users" <ntg-context@ntg.nl<mailto:ntg-context@ntg.nl>>
Date 1/24/2024 9:44:09 AM
Subject [NTG-context] Re: Using plain TeX commands in ConTeXt


** Caution: EXTERNAL Sender **

Yes.

On Wed, Jan 24, 2024 at 10:08 PM luigi scarso <luigi.scarso@gmail.com<mailto:luigi.scarso@gmail.com>> wrote:


On Wed, 24 Jan 2024 at 16:55, Shiv Shankar Dayal <shivshankar.dayal@gmail.com<mailto:shivshankar.dayal@gmail.com>> wrote:
Thanks for correcting me, Wolfgang. I meant only TeX commands not plan TeX macros.


TeX primitives ?

Apologies if you are already aware:

There are 21 ConTeXt manuals entitled "low-level TeX" here:

https://wiki.contextgarden.net/Documentation

These might be a good place to begin exploration of interactions between TeX primitives and ConTeXt.

Best wishes
--
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

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

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

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2024-01-24 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24 13:55 [NTG-context] Using plain TeX commands in ConTeXt Shiv Shankar Dayal
2024-01-24 15:28 ` [NTG-context] " Hans Hagen
2024-01-24 15:37   ` Shiv Shankar Dayal
2024-01-24 15:50     ` Wolfgang Schuster
2024-01-24 15:52       ` Shiv Shankar Dayal
2024-01-24 15:58         ` Wolfgang Schuster
2024-01-24 16:34         ` luigi scarso
2024-01-24 16:44           ` Shiv Shankar Dayal
2024-01-24 17:34             ` Hamid,Idris

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