ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* RE: No parindent?
@ 2005-09-12  0:32 Idris Samawi Hamid
  2005-09-12  7:43 ` Re[2]: " Giuseppe Bilotta
  0 siblings, 1 reply; 5+ messages in thread
From: Idris Samawi Hamid @ 2005-09-12  0:32 UTC (permalink / raw)


Hi Giuseppe,

This is a known bug-) Try declaring indentation twice,

\setupindenting[medium,next]
\setupindenting[medium,next]

It worked 4 me-)

Best
Idris

>===== Original Message From mailing list for ConTeXt users 
<ntg-context@ntg.nl> =====
>Even thought I have
>
>\setupindenting[medium,nex]
>
>in the preamble of my document, no paragraph is indented
>
>C:\Documents and Settings\Giuseppe Bilotta>texexec --version
>
> TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
>
>unknown file type: texmfscripts
>               texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
>               texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
>                   tex : pdfeTeX, 3.141592-1.21a-2.2 (MiKTeX 2.4) (preloaded 
format=cont-en 2005.9.10)  11 SEP 2005 18:27
>               context : ver: 2005.08.31
>               cont-en : ver: 2005.08.31  fmt: 2005.9.10  mes: english
>
>
>What's up?
>
>--
>Giuseppe "Oblomov" Bilotta
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context

============================
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

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

* Re[2]: No parindent?
  2005-09-12  0:32 No parindent? Idris Samawi Hamid
@ 2005-09-12  7:43 ` Giuseppe Bilotta
  2005-09-12  9:20   ` luigi.scarso
  0 siblings, 1 reply; 5+ messages in thread
From: Giuseppe Bilotta @ 2005-09-12  7:43 UTC (permalink / raw)


Monday, September 12, 2005 Idris Samawi Hamid wrote:

> This is a known bug-) Try declaring indentation twice,

> \setupindenting[medium,next]
> \setupindenting[medium,next]

> It worked 4 me-)

Bingo!

(And keep your hopes up, I'm steadly heading towards the end
of my PhD :))

-- 
Giuseppe "Oblomov" Bilotta

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

* Re: No parindent?
  2005-09-12  7:43 ` Re[2]: " Giuseppe Bilotta
@ 2005-09-12  9:20   ` luigi.scarso
  0 siblings, 0 replies; 5+ messages in thread
From: luigi.scarso @ 2005-09-12  9:20 UTC (permalink / raw)


Giuseppe Bilotta wrote:

>
>(And keep your hopes up, I'm steadly heading towards the end
>of my PhD :))
>
>  
>
shine on, you crazy diamond !!!

luigi

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

* Re: No parindent?
  2005-09-11 16:27 Giuseppe Bilotta
@ 2005-09-12  9:43 ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2005-09-12  9:43 UTC (permalink / raw)


Giuseppe Bilotta wrote:

>Even thought I have
>
>\setupindenting[medium,nex]
>
>in the preamble of my document, no paragraph is indented
>
>C:\Documents and Settings\Giuseppe Bilotta>texexec --version
>
> TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
>
>unknown file type: texmfscripts
>               texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
>               texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
>                   tex : pdfeTeX, 3.141592-1.21a-2.2 (MiKTeX 2.4) (preloaded format=cont-en 2005.9.10)  11 SEP 2005 18:27
>               context : ver: 2005.08.31
>               cont-en : ver: 2005.08.31  fmt: 2005.9.10  mes: english
>
>
>What's up?
>  
>
a missing test, can you patch (core-spa.tex):

\def\complexsetupindenting[#1]%
  {\edef\currentindenting{#1}%
   \indentfirstparagraphtrue
   \parindent\ctxparindent
   \chardef\indentingtoggle\zerocount
   \processcommalist[#1]\docomplexsetupindenting
   \ifindentfirstparagraph\else\noindentation\fi % added
   \toggleindentation}

also, it's

\setupindenting [medium,yes,next] 

% yes is needed to enable indentation at all 

[recently i cleaned up some of the mess, also because i wanted odd/even indentation support built into the indentation handler]

Hans 



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

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

* No parindent?
@ 2005-09-11 16:27 Giuseppe Bilotta
  2005-09-12  9:43 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Giuseppe Bilotta @ 2005-09-11 16:27 UTC (permalink / raw)


Even thought I have

\setupindenting[medium,nex]

in the preamble of my document, no paragraph is indented

C:\Documents and Settings\Giuseppe Bilotta>texexec --version

 TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

unknown file type: texmfscripts
               texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
               texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
                   tex : pdfeTeX, 3.141592-1.21a-2.2 (MiKTeX 2.4) (preloaded format=cont-en 2005.9.10)  11 SEP 2005 18:27
               context : ver: 2005.08.31
               cont-en : ver: 2005.08.31  fmt: 2005.9.10  mes: english


What's up?

-- 
Giuseppe "Oblomov" Bilotta

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

end of thread, other threads:[~2005-09-12  9:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-12  0:32 No parindent? Idris Samawi Hamid
2005-09-12  7:43 ` Re[2]: " Giuseppe Bilotta
2005-09-12  9:20   ` luigi.scarso
  -- strict thread matches above, loose matches on Subject: below --
2005-09-11 16:27 Giuseppe Bilotta
2005-09-12  9:43 ` 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).