ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Could you look at this?
@ 2017-08-07 13:54 Idris Samawi Hamid ادريس سماوي حامد
  2017-08-07 18:17 ` Wolfgang Schuster
  0 siblings, 1 reply; 12+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2017-08-07 13:54 UTC (permalink / raw)
  To: ntg-context

Hi Hans,

https://mailman.ntg.nl/pipermail/ntg-context/2017/089431.html

For the current writing project: It seems I've gotten about as far as I'm  
going to get on the list with this. Could you kindly take a look at the  
two automation challenges at the end of the message when you get a chance?

Eventually we want to also get, e.g.

1.01
2.01

etc. but the full decimal version is a start. Here is a link to the book  
that illustrates the layout:

https://www.dropbox.com/s/q7znlu0y362abno/Mure-Introduction-to-Hegel-OCR.pdf?dl=0

Thanks in advance for your help.

Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-07 13:54 Could you look at this? Idris Samawi Hamid ادريس سماوي حامد
@ 2017-08-07 18:17 ` Wolfgang Schuster
  2017-08-07 19:57   ` Wolfgang Schuster
  2017-08-07 22:26   ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 2 replies; 12+ messages in thread
From: Wolfgang Schuster @ 2017-08-07 18:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
> 7. August 2017 um 15:54
> Hi Hans,
>
> https://mailman.ntg.nl/pipermail/ntg-context/2017/089431.html
>
> For the current writing project: It seems I've gotten about as far as 
> I'm going to get on the list with this. Could you kindly take a look 
> at the two automation challenges at the end of the message when you 
> get a chance?
>
> Eventually we want to also get, e.g.
>
> 1.01
> 2.01
>
> etc. but the full decimal version is a start. Here is a link to the 
> book that illustrates the layout:
>
> https://www.dropbox.com/s/q7znlu0y362abno/Mure-Introduction-to-Hegel-OCR.pdf?dl=0 
>
>
> Thanks in advance for your help.

\defineexpandable[1]\PreviousNumber
   {\number\numexpr#1-1\relax}

\defineconversion[PreviousNumber][\PreviousNumber]

\defineconversionset[ParagraphNumber][n,PreviousNumber,PreviousNumber]
\defineseparatorset [ParagraphNumber][.,]

\definecounter[ParagraphNumber][numberconversionset=ParagraphNumber,numberseparatorset=ParagraphNumber]

\define\ParagraphNumber
   {\incrementcounter[ParagraphNumber]%
    \incrementcounter[ParagraphNumber][2]%
    \incrementcounter[ParagraphNumber][3]%
    \convertedcounter[ParagraphNumber][numbersegments=1]\quad}

\define\subParagraphNumber
   {\incrementcounter[ParagraphNumber][2]%
    \incrementcounter[ParagraphNumber][3]%
    \convertedcounter[ParagraphNumber][numbersegments=1:2]\quad}

\define\subsubParagraphNumber
   {\incrementcounter[ParagraphNumber][3]%
    \convertedcounter[ParagraphNumber][numbersegments=1:3]\quad}

\setupwhitespace[line]

\starttext

\ParagraphNumber\input ward

\subsubParagraphNumber\input ward

\subParagraphNumber\input ward

\subsubParagraphNumber\input ward

\subsubParagraphNumber\input ward

\subParagraphNumber\input ward

\subsubParagraphNumber\input ward

\ParagraphNumber\input ward

\stoptext


Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 3338 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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-07 18:17 ` Wolfgang Schuster
@ 2017-08-07 19:57   ` Wolfgang Schuster
  2017-08-07 22:32     ` Idris Samawi Hamid ادريس سماوي حامد
  2017-08-08 14:13     ` Idris Samawi Hamid ادريس سماوي حامد
  2017-08-07 22:26   ` Idris Samawi Hamid ادريس سماوي حامد
  1 sibling, 2 replies; 12+ messages in thread
From: Wolfgang Schuster @ 2017-08-07 19:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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



> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
> 7. August 2017 um 15:54
> Hi Hans,
>
> https://mailman.ntg.nl/pipermail/ntg-context/2017/089431.html
>
> For the current writing project: It seems I've gotten about as far as 
> I'm going to get on the list with this. Could you kindly take a look 
> at the two automation challenges at the end of the message when you 
> get a chance?
>
> Eventually we want to also get, e.g.
>
> 1.01
> 2.01
>
> etc. but the full decimal version is a start. Here is a link to the 
> book that illustrates the layout:
>
> https://www.dropbox.com/s/q7znlu0y362abno/Mure-Introduction-to-Hegel-OCR.pdf?dl=0 
>
>
> Thanks in advance for your help.
>
> Idris
> Wolfgang Schuster <mailto:schuster.wolfgang@gmail.com>
> 7. August 2017 um 20:17
>
>
> \defineexpandable[1]\PreviousNumber
>   {\number\numexpr#1-1\relax}
>
> \defineconversion[PreviousNumber][\PreviousNumber]
>
> \defineconversionset[ParagraphNumber][n,PreviousNumber,PreviousNumber]
> \defineseparatorset [ParagraphNumber][.,]
>
> \definecounter[ParagraphNumber][numberconversionset=ParagraphNumber,numberseparatorset=ParagraphNumber]
>
> \define\ParagraphNumber
>   {\incrementcounter[ParagraphNumber]%
>    \incrementcounter[ParagraphNumber][2]%
>    \incrementcounter[ParagraphNumber][3]%
>    \convertedcounter[ParagraphNumber][numbersegments=1]\quad}
>
> \define\subParagraphNumber
>   {\incrementcounter[ParagraphNumber][2]%
>    \incrementcounter[ParagraphNumber][3]%
>    \convertedcounter[ParagraphNumber][numbersegments=1:2]\quad}
>
> \define\subsubParagraphNumber
>   {\incrementcounter[ParagraphNumber][3]%
>    \convertedcounter[ParagraphNumber][numbersegments=1:3]\quad}
>
> \setupwhitespace[line]
>
> \starttext
>
> \ParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \subParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \subParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \ParagraphNumber\input ward
>
> \stoptext

Simpler version:

\defineseparatorset [ParagraphNumber][.,]

\definecounter[ParagraphNumber][numberseparatorset=ParagraphNumber,criterium=all]

\define\ParagraphNumber
   {\incrementcounter[ParagraphNumber]%
    \convertedcounter[ParagraphNumber][numbersegments=1]\quad}

\define\subParagraphNumber
   {\incrementcounter[ParagraphNumber][2]%
    \convertedcounter[ParagraphNumber][numbersegments=1:2]\quad}

\define\subsubParagraphNumber
   {\incrementcounter[ParagraphNumber][3]%
    \convertedcounter[ParagraphNumber][numbersegments=1:3]\quad}

\setupwhitespace[line]

\starttext

\ParagraphNumber\input ward

\subsubParagraphNumber\input ward

\subParagraphNumber\input ward

\subsubParagraphNumber\input ward

\subsubParagraphNumber\input ward

\subParagraphNumber\input ward

\subsubParagraphNumber\input ward

\ParagraphNumber\input ward

\stoptext


Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 5225 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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-07 18:17 ` Wolfgang Schuster
  2017-08-07 19:57   ` Wolfgang Schuster
@ 2017-08-07 22:26   ` Idris Samawi Hamid ادريس سماوي حامد
  2017-08-08  7:34     ` Jean-Pierre Delange
  1 sibling, 1 reply; 12+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2017-08-07 22:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Wolfgang,

On Mon, 07 Aug 2017 12:17:21 -0600, Wolfgang Schuster  
<schuster.wolfgang@gmail.com> wrote:

>
>> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
>> 7. August 2017 um 15:54
>> Hi Hans,
>>
>> https://mailman.ntg.nl/pipermail/ntg-context/2017/089431.html
>>
>> For the current writing project: It seems I've gotten about as far as
>> I'm going to get on the list with this. Could you kindly take a look
>> at the two automation challenges at the end of the message when you
>> get a chance?
>>
>> Eventually we want to also get, e.g.
>>
>> 1.01
>> 2.01
>>
>> etc. but the full decimal version is a start. Here is a link to the
>> book that illustrates the layout:
>>
>> https://www.dropbox.com/s/q7znlu0y362abno/Mure-Introduction-to-Hegel-OCR.pdf?dl=0
>>
>>
>> Thanks in advance for your help.
>
> \defineexpandable[1]\PreviousNumber
>    {\number\numexpr#1-1\relax}
>
> \defineconversion[PreviousNumber][\PreviousNumber]
>
> \defineconversionset[ParagraphNumber][n,PreviousNumber,PreviousNumber]
> \defineseparatorset [ParagraphNumber][.,]
>
> \definecounter[ParagraphNumber][numberconversionset=ParagraphNumber,numberseparatorset=ParagraphNumber]
>
> \define\ParagraphNumber
>    {\incrementcounter[ParagraphNumber]%
>     \incrementcounter[ParagraphNumber][2]%
>     \incrementcounter[ParagraphNumber][3]%
>     \convertedcounter[ParagraphNumber][numbersegments=1]\quad}
>
> \define\subParagraphNumber
>    {\incrementcounter[ParagraphNumber][2]%
>     \incrementcounter[ParagraphNumber][3]%
>     \convertedcounter[ParagraphNumber][numbersegments=1:2]\quad}
>
> \define\subsubParagraphNumber
>    {\incrementcounter[ParagraphNumber][3]%
>     \convertedcounter[ParagraphNumber][numbersegments=1:3]\quad}
>
> \setupwhitespace[line]
>
> \starttext
>
> \ParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \subParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \subParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \ParagraphNumber\input ward
>
> \stoptext

Many thanks, Wolfgang, you are a true wizard. Wittgenstein and Mure would  
be proud.

With much appreciation
Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-07 19:57   ` Wolfgang Schuster
@ 2017-08-07 22:32     ` Idris Samawi Hamid ادريس سماوي حامد
  2017-08-08  7:29       ` Hans Hagen
  2017-08-08 14:13     ` Idris Samawi Hamid ادريس سماوي حامد
  1 sibling, 1 reply; 12+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2017-08-07 22:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 07 Aug 2017 13:57:56 -0600, Wolfgang Schuster  
<schuster.wolfgang@gmail.com> wrote:

> Simpler version:
>
> \defineseparatorset [ParagraphNumber][.,]
>
> \definecounter[ParagraphNumber][numberseparatorset=ParagraphNumber,criterium=all]
>
> \define\ParagraphNumber
>    {\incrementcounter[ParagraphNumber]%
>     \convertedcounter[ParagraphNumber][numbersegments=1]\quad}
>
> \define\subParagraphNumber
>    {\incrementcounter[ParagraphNumber][2]%
>     \convertedcounter[ParagraphNumber][numbersegments=1:2]\quad}
>
> \define\subsubParagraphNumber
>    {\incrementcounter[ParagraphNumber][3]%
>     \convertedcounter[ParagraphNumber][numbersegments=1:3]\quad}
>
> \setupwhitespace[line]
>
> \starttext
>
> \ParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \subParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \subParagraphNumber\input ward
>
> \subsubParagraphNumber\input ward
>
> \ParagraphNumber\input ward
>
> \stoptext

Thank you again, Wolfgang. After playing with this, figured out how to do  
the full decimal version; just toggle

% \defineseparatorset [ParagraphNumber][.,] % no second decimal for  
susubparagraphs
\defineseparatorset [ParagraphNumber][.,.] % second decimal for  
susubparagraphs

Pablo, could you wikify this? The following page is now obsolete:

http://wiki.contextgarden.net/Paragraph_Enumeration

Thanks in advance.

Again, many thanks to Pablo and Wolfgang.
Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-07 22:32     ` Idris Samawi Hamid ادريس سماوي حامد
@ 2017-08-08  7:29       ` Hans Hagen
  2017-08-08 14:04         ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 1 reply; 12+ messages in thread
From: Hans Hagen @ 2017-08-08  7:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users,
	Idris Samawi Hamid ادريس
	سماوي حامد

On 8/8/2017 12:32 AM, Idris Samawi Hamid ادريس سماوي حامد wrote:

> Thank you again, Wolfgang. After playing with this, figured out how to 
> do the full decimal version; just toggle
> 
> % \defineseparatorset [ParagraphNumber][.,] % no second decimal for 
> susubparagraphs
> \defineseparatorset [ParagraphNumber][.,.] % second decimal for 
> susubparagraphs
> 
> Pablo, could you wikify this? The following page is now obsolete:
> 
> http://wiki.contextgarden.net/Paragraph_Enumeration
> 
> Thanks in advance.
> 
> Again, many thanks to Pablo and Wolfgang.
Hey, you are the one who should now wikify this!

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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-07 22:26   ` Idris Samawi Hamid ادريس سماوي حامد
@ 2017-08-08  7:34     ` Jean-Pierre Delange
  2017-08-08 14:04       ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 1 reply; 12+ messages in thread
From: Jean-Pierre Delange @ 2017-08-08  7:34 UTC (permalink / raw)
  To: ntg-context

Hi Idriss, Pablo, Wolfgang and Hans,

It has been a long time since I have read the Wittgenstein 
"Tractacus-Logico-Philosophicus". I remember, when I was 20, that I was 
very puzzled by this assertion : "Wovon man nicht klar sagen, muss man 
schweigen".

I guess Wittgenstein didn't think about coding numbered paragraphs !

JP


Le 08/08/2017 à 00:26, Idris Samawi Hamid ادريس سماوي حامد a écrit :
> Hi Wolfgang,
>
> On Mon, 07 Aug 2017 12:17:21 -0600, Wolfgang Schuster 
> <schuster.wolfgang@gmail.com> wrote:
>
>>
>>> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
>>> 7. August 2017 um 15:54
>>> Hi Hans,
>>>
>>> https://mailman.ntg.nl/pipermail/ntg-context/2017/089431.html
>>>
>>> For the current writing project: It seems I've gotten about as far as
>>> I'm going to get on the list with this. Could you kindly take a look
>>> at the two automation challenges at the end of the message when you
>>> get a chance?
>>>
>>> Eventually we want to also get, e.g.
>>>
>>> 1.01
>>> 2.01
>>>
>>> etc. but the full decimal version is a start. Here is a link to the
>>> book that illustrates the layout:
>>>
>>> https://www.dropbox.com/s/q7znlu0y362abno/Mure-Introduction-to-Hegel-OCR.pdf?dl=0 
>>>
>>>
>>>
>>> Thanks in advance for your help.
>>
>> \defineexpandable[1]\PreviousNumber
>>    {\number\numexpr#1-1\relax}
>>
>> \defineconversion[PreviousNumber][\PreviousNumber]
>>
>> \defineconversionset[ParagraphNumber][n,PreviousNumber,PreviousNumber]
>> \defineseparatorset [ParagraphNumber][.,]
>>
>> \definecounter[ParagraphNumber][numberconversionset=ParagraphNumber,numberseparatorset=ParagraphNumber] 
>>
>>
>> \define\ParagraphNumber
>>    {\incrementcounter[ParagraphNumber]%
>>     \incrementcounter[ParagraphNumber][2]%
>>     \incrementcounter[ParagraphNumber][3]%
>>     \convertedcounter[ParagraphNumber][numbersegments=1]\quad}
>>
>> \define\subParagraphNumber
>>    {\incrementcounter[ParagraphNumber][2]%
>>     \incrementcounter[ParagraphNumber][3]%
>>     \convertedcounter[ParagraphNumber][numbersegments=1:2]\quad}
>>
>> \define\subsubParagraphNumber
>>    {\incrementcounter[ParagraphNumber][3]%
>>     \convertedcounter[ParagraphNumber][numbersegments=1:3]\quad}
>>
>> \setupwhitespace[line]
>>
>> \starttext
>>
>> \ParagraphNumber\input ward
>>
>> \subsubParagraphNumber\input ward
>>
>> \subParagraphNumber\input ward
>>
>> \subsubParagraphNumber\input ward
>>
>> \subsubParagraphNumber\input ward
>>
>> \subParagraphNumber\input ward
>>
>> \subsubParagraphNumber\input ward
>>
>> \ParagraphNumber\input ward
>>
>> \stoptext
>
> Many thanks, Wolfgang, you are a true wizard. Wittgenstein and Mure 
> would be proud.
>
> With much appreciation
> Idris

___________________________________________________________________________________
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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-08  7:34     ` Jean-Pierre Delange
@ 2017-08-08 14:04       ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 0 replies; 12+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2017-08-08 14:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[off-topic]

Hi Jean-Pierre,

On Tue, 08 Aug 2017 01:34:28 -0600, Jean-Pierre Delange  
<adeimantos@free.fr> wrote:

> Hi Idriss, Pablo, Wolfgang and Hans,
>  It has been a long time since I have read the Wittgenstein  
> "Tractacus-Logico-Philosophicus". I remember, when I was 20, that I was  
> very puzzled by this assertion : "Wovon man nicht klar sagen, muss man  
> schweigen".

That clause comes at the end of a larger assertion:

"Was sich überhaupt sagen lässt, lässt sich klar sagen; und wovon man  
nicht reden kann, darüber muss man schweigen."

"What can be said at all can be said clearly; and whereof one cannot speak  
thereof one must be silent."

That assertion (as well as the entire Tractatus) involves multiple  
epistemic-ontic confusions. For example: It is not the case that what is  
clear to one person is automatically clear to another person. Nor is it  
the case that a statement which is unclear to the person who hears it is  
automatically unclear to the person who stated it.

Unfortunately for Wittgenstein, when held to the standard of his own  
benchmark above he often paints himself into a corner. From John Corcoran  
(one of the greatest living logicians):

=======
INTERPRETING ARISTOTLE: I took for my principle of interpretation that he  
meant what he said: and truly he is a writer who deserves this compliment.  
—Augustus De Morgan 1862.

INTERPRETING WITTGENSTEIN: I took for my principle of interpretation that  
he meant what he said: and truly he is a writer who deserves this  
punishment. —Frango Nabrasa 2002.
=======

https://www.academia.edu/s/a5a4386b75/surprises-in-logic?

>  I guess Wittgenstein didn't think about coding numbered paragraphs !

Indeed, his system has perplexed most readers of the Tractatus; some of  
his commentators consider it perverse, even a joke. The obscurity of his  
numbering system has created something of a cottage industry:

https://philpapers.org/rec/GIBITN
https://philpapers.org/rec/VERTNS

Judged by the standard expressed by the assertion you quoted, Wittgenstein  
should not have used his own system!

Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-08  7:29       ` Hans Hagen
@ 2017-08-08 14:04         ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 0 replies; 12+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2017-08-08 14:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Hans Hagen

On Tue, 08 Aug 2017 01:29:12 -0600, Hans Hagen <pragma@wxs.nl> wrote:

> On 8/8/2017 12:32 AM, Idris Samawi Hamid ادريس سماوي حامد wrote:
>
>> Thank you again, Wolfgang. After playing with this, figured out how to  
>> do the full decimal version; just toggle
>>  % \defineseparatorset [ParagraphNumber][.,] % no second decimal for  
>> susubparagraphs
>> \defineseparatorset [ParagraphNumber][.,.] % second decimal for  
>> susubparagraphs
>>  Pablo, could you wikify this? The following page is now obsolete:
>>  http://wiki.contextgarden.net/Paragraph_Enumeration
>>  Thanks in advance.
>>  Again, many thanks to Pablo and Wolfgang.
> Hey, you are the one who should now wikify this!

Even better, should prepare a TeX article on Wittgenstein numbering!

Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-07 19:57   ` Wolfgang Schuster
  2017-08-07 22:32     ` Idris Samawi Hamid ادريس سماوي حامد
@ 2017-08-08 14:13     ` Idris Samawi Hamid ادريس سماوي حامد
  2017-08-09  4:14       ` Idris Samawi Hamid ادريس سماوي حامد
  1 sibling, 1 reply; 12+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2017-08-08 14:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 07 Aug 2017 13:57:56 -0600, Wolfgang Schuster  
<schuster.wolfgang@gmail.com> wrote:

> Simpler version:
> \defineseparatorset [ParagraphNumber][.,]
> \definecounter[ParagraphNumber][numberseparatorset=ParagraphNumber,criterium=all]
> \define\ParagraphNumber
>   {\incrementcounter[ParagraphNumber]%
>    \convertedcounter[ParagraphNumber][numbersegments=1]\quad}
> \define\subParagraphNumber
>   {\incrementcounter[ParagraphNumber][2]%
>    \convertedcounter[ParagraphNumber][numbersegments=1:2]\quad}
> \define\subsubParagraphNumber
>   {\incrementcounter[ParagraphNumber][3]%
>    \convertedcounter[ParagraphNumber][numbersegments=1:3]\quad}
> \setupwhitespace[line]
> \starttext
> \ParagraphNumber\input ward
> \subsubParagraphNumber\input ward
> \subParagraphNumber\input ward
> \subsubParagraphNumber\input ward
> \subsubParagraphNumber\input ward
> \subParagraphNumber\input ward
> \subsubParagraphNumber\input ward
> \ParagraphNumber\input ward
> \stoptext

Here is a first attempt to combine this paragraph numbering with  
sectioning:

\defineseparatorset [ParagraphNumber][.,] % no second decimal for  
susubparagraphs
% \defineseparatorset [ParagraphNumber][.,.] % second decimal for  
susubparagraphs

\definecounter[ParagraphNumber][numberseparatorset=ParagraphNumber,criterium=all]

\define\ParagraphNumber
   {{\bf \incrementcounter[ParagraphNumber]%
    \convertedcounter[ParagraphNumber][numbersegments=1]}\quad}

\define\subParagraphNumber
   {{\bf \incrementcounter[ParagraphNumber][2]%
    \convertedcounter[ParagraphNumber][numbersegments=1:2]}\quad}

\define\subsubParagraphNumber
   {{\bf \incrementcounter[ParagraphNumber][3]%
    \convertedcounter[ParagraphNumber][numbersegments=1:3]}\quad}

\setuphead[section]
    [style=\bf,
     alternative=text,
     criterium=all,
     number=no]

\setuphead[subsection]
    [style=\bf,
     alternative=text,
     criterium=all,
     number=no]

\setuphead[subsubsection]
    [style=\bf,
     alternative=text,
     criterium=all,
     number=no]

\setupwhitespace[line]

\def\startsectionpar{\startsection[title={\ParagraphNumber}]}
\def\startsubsectionpar{\startsection[title={\subParagraphNumber}]}
\def\startsubsubsectionpar{\startsection[title={\subsubParagraphNumber}]}
\def\stopsectionpar{\stopsection}
\def\stopsubsectionpar{\stopsubsection}
\def\stopsubsubsectionpar{\stopsubsubsection}

\starttext
\startsectionpar[title=\ParagraphNumber]
\input ward
\startsubsectionpar[title=\subParagraphNumber]
\input ward
\startsubsubsectionpar[title=\subsubParagraphNumber]
\input ward
\stopsubsubsectionpar
\stopsubsectionpar
\stopsectionpar

\startsectionpar[title=\ParagraphNumber]
\input ward
\startsubsubsectionpar[title=\subsubParagraphNumber]
\input ward
\stopsubsubsectionpar
\stopsection
\stoptext
==============

There are surely ways to continue to improve this.. Thanks again,  
Wolfgang, and to everyone who has contributed.

Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-08 14:13     ` Idris Samawi Hamid ادريس سماوي حامد
@ 2017-08-09  4:14       ` Idris Samawi Hamid ادريس سماوي حامد
  2017-08-09  5:32         ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 1 reply; 12+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2017-08-09  4:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, 08 Aug 2017 08:13:22 -0600, Idris Samawi Hamid ادريس سماوي حامد

> Here is a first attempt to combine this paragraph numbering with  
> sectioning:
>
> \defineseparatorset [ParagraphNumber][.,] % no second decimal for  
> susubparagraphs
> % \defineseparatorset [ParagraphNumber][.,.] % second decimal for  
> susubparagraphs
>
> \definecounter[ParagraphNumber][numberseparatorset=ParagraphNumber,criterium=all]
>
> \define\ParagraphNumber
>    {{\bf \incrementcounter[ParagraphNumber]%
>     \convertedcounter[ParagraphNumber][numbersegments=1]}\quad}
>
> \define\subParagraphNumber
>    {{\bf \incrementcounter[ParagraphNumber][2]%
>     \convertedcounter[ParagraphNumber][numbersegments=1:2]}\quad}
>
> \define\subsubParagraphNumber
>    {{\bf \incrementcounter[ParagraphNumber][3]%
>     \convertedcounter[ParagraphNumber][numbersegments=1:3]}\quad}
>
> \setuphead[section]
>     [style=\bf,
>      alternative=text,
>      criterium=all,
>      number=no]
>
> \setuphead[subsection]
>     [style=\bf,
>      alternative=text,
>      criterium=all,
>      number=no]
>
> \setuphead[subsubsection]
>     [style=\bf,
>      alternative=text,
>      criterium=all,
>      number=no]
>
> \setupwhitespace[line]
>
> \def\startsectionpar{\startsection[title={\ParagraphNumber}]}
> \def\startsubsectionpar{\startsection[title={\subParagraphNumber}]}
> \def\startsubsubsectionpar{\startsection[title={\subsubParagraphNumber}]}
> \def\stopsectionpar{\stopsection}
> \def\stopsubsectionpar{\stopsubsection}
> \def\stopsubsubsectionpar{\stopsubsubsection}
>
> \starttext
> \startsectionpar[title=\ParagraphNumber]
> \input ward
> \startsubsectionpar[title=\subParagraphNumber]
> \input ward
> \startsubsubsectionpar[title=\subsubParagraphNumber]
> \input ward
> \stopsubsubsectionpar
> \stopsubsectionpar
> \stopsectionpar
>
> \startsectionpar[title=\ParagraphNumber]
> \input ward
> \startsubsubsectionpar[title=\subsubParagraphNumber]
> \input ward
> \stopsubsubsectionpar
> \stopsection
> \stoptext
> ==============

Wikified by Pablo:

http://wiki.contextgarden.net/Paragraph_Enumeration#Using_Section_Numbering_to_Improve_Paragraph_Numbering

And coming soon to a beta near you:

http://wiki.contextgarden.net/Titles#Complete_Section_Numbering

Many thanks to Wolfgang, Pablo, and of course Hans.

Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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] 12+ messages in thread

* Re: Could you look at this?
  2017-08-09  4:14       ` Idris Samawi Hamid ادريس سماوي حامد
@ 2017-08-09  5:32         ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 0 replies; 12+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2017-08-09  5:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, 08 Aug 2017 22:14:15 -0600, Idris Samawi Hamid ادريس سماوي حامد  
<Idris.Hamid@colostate.edu> wrote:

> Wikified by Pablo:
>
> http://wiki.contextgarden.net/Paragraph_Enumeration#Using_Section_Numbering_to_Improve_Paragraph_Numbering
>
> And coming soon to a beta near you:
>
> http://wiki.contextgarden.net/Titles#Complete_Section_Numbering

Much improved version, with optional titles - updated the wiki:

==============
\defineseparatorset [ParagraphNumber][.,] % no second decimal for  
susubparagraphs
% \defineseparatorset [ParagraphNumber][.,.] % second decimal for  
susubparagraphs

\definecounter[ParagraphNumber][numberseparatorset=ParagraphNumber,criterium=all]

\define\ParagraphNumber
   {{\bf \incrementcounter[ParagraphNumber]%
    \convertedcounter[ParagraphNumber][numbersegments=1]}\quad}

\define\subParagraphNumber
   {{\bf \incrementcounter[ParagraphNumber][2]%
    \convertedcounter[ParagraphNumber][numbersegments=1:2]}\quad}

\define\subsubParagraphNumber
   {{\bf \incrementcounter[ParagraphNumber][3]%
    \convertedcounter[ParagraphNumber][numbersegments=1:3]}\quad}

\setuphead[section]
    [style=\bf,
     alternative=text,
     criterium=all,
     number=no,
     textcommand=\ParagraphNumber,
     insidesection=\hskip-0.49em] % adjust space after title

\setuphead[subsection]
    [style=\bf,
     alternative=text,
     criterium=all,
     number=no,
     textcommand=\subParagraphNumber,
     insidesection=\hskip-0.49em] % adjust space after title

\setuphead[subsubsection]
    [style=\bf,
     alternative=text,
     criterium=all,
     number=no,
     textcommand=\subsubParagraphNumber,
     insidesection=\hskip-0.49em] % adjust space after title

\setupwhitespace[line]

\starttext
\startsection[title={Text.}]
\input ward
\startsubsection
\input ward
\startsubsubsection[title={Text.}]
\input ward
\stopsubsubsection
\stopsubsection
\stopsection

\startsection
\input ward
\startsubsubsection
\input ward
\stopsubsubsection
\stopsection
\stoptext
==============

Any further suggestions for improvement?

> Many thanks to Wolfgang, Pablo, and of course Hans.

Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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] 12+ messages in thread

end of thread, other threads:[~2017-08-09  5:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-07 13:54 Could you look at this? Idris Samawi Hamid ادريس سماوي حامد
2017-08-07 18:17 ` Wolfgang Schuster
2017-08-07 19:57   ` Wolfgang Schuster
2017-08-07 22:32     ` Idris Samawi Hamid ادريس سماوي حامد
2017-08-08  7:29       ` Hans Hagen
2017-08-08 14:04         ` Idris Samawi Hamid ادريس سماوي حامد
2017-08-08 14:13     ` Idris Samawi Hamid ادريس سماوي حامد
2017-08-09  4:14       ` Idris Samawi Hamid ادريس سماوي حامد
2017-08-09  5:32         ` Idris Samawi Hamid ادريس سماوي حامد
2017-08-07 22:26   ` Idris Samawi Hamid ادريس سماوي حامد
2017-08-08  7:34     ` Jean-Pierre Delange
2017-08-08 14:04       ` Idris Samawi Hamid ادريس سماوي حامد

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