ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bugs with newest beta
@ 2010-12-06 16:55 Andreas Harder
  2010-12-07  9:16 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Harder @ 2010-12-06 16:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

Hello Hans,

I've downloaded the newest beta, but \comments still don't work. Besides of that there is a curious indenting problem with delimited text definitions (and floats). I will attach some test files.

[-- Attachment #2: test-comment.tex --]
[-- Type: application/octet-stream, Size: 144 bytes --]


\setupinteraction[state=start]

\starttext 
test \comment{test}
\stoptext

%%% Local Variables: 
%%% mode: context
%%% TeX-master: t
%%% End: 

[-- Attachment #3: test-delimitedtext-indenting.tex --]
[-- Type: application/octet-stream, Size: 646 bytes --]


\setupindenting[big,yes]
\setupdelimitedtext[blockquote][indenting={yes,next},style=red]
% \setupdelimitedtext[blockquote][before=\noindentation,style=red]

\starttext  \showframe[text][text]
\startbuffer
\startblockquote
  \dorecurse{3}{Is this paragraph indented? It should not!}\par
  \dorecurse{3}{Is this paragraph indented? It should! }
\stopblockquote
\stopbuffer

1. Test \in[someref] test\footnote{footnote}.  \getbuffer % not OK!
2. Test test\footnote{footnote}.               \getbuffer % OK
3. Test \in[someref] test.                     \getbuffer % OK
\stoptext

%%% Local Variables: 
%%% mode: context
%%% TeX-master: t
%%% End: 

[-- Attachment #4: test-floats-identnext.tex --]
[-- Type: application/octet-stream, Size: 816 bytes --]


%% No indent after \placefloat!
%% Only OK with "here" and "top"

\setuplayout[width=middle,backspace=4cm,cutspace=5cm,header=0pt]

\setuppagenumbering[alternative=doublesided,location=right]

\setupindenting[big,yes]

\setupfloats[indentnext=yes] % default: no

\def\TestFloatPlacement#1%
  {\input tufte \par
   \placefigure[#1,nonumber]{place=#1}{}
   \dorecurse{2}{\input tufte \par} \page}

\starttext  \showframe

\processcommalist % tblr,lrtb,tbrl,rltb,btlr,lrbt,btrl,rlbt,fxtb,fxbt,
  [here,% force, % text, % -> infinite loop
   left,right,top,bottom,
   auto,margin,opposite,
   page,leftpage,rightpage,
   inmargin,inleft,inright,
   leftmargin,rightmargin,% rightedge,somewhere,
   backspace,cutspace] \TestFloatPlacement

\stoptext

%%% Local Variables: 
%%% mode: context
%%% TeX-master: t
%%% End: 


[-- Attachment #5: test-sorting.tex --]
[-- Type: application/octet-stream, Size: 272 bytes --]


\definesorting[Author][Authors]
\setupsorting [Author][criterium=all,style=cap]


\starttext

\Author{Tufte}
\Author{Knuth}
\Author{Bryson}

\placelistofAuthors
% \placelistofsorts[Author][]

\stoptext

%%% Local Variables: 
%%% mode: context
%%% TeX-master: t
%%% End: 

[-- Attachment #6: Type: text/plain, Size: 35 bytes --]




Thank you in advance  

	Andreas

[-- Attachment #7: Type: text/plain, Size: 486 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Bugs with newest beta
  2010-12-06 16:55 Bugs with newest beta Andreas Harder
@ 2010-12-07  9:16 ` Hans Hagen
  2010-12-07  9:27   ` luigi scarso
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2010-12-07  9:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 6-12-2010 5:55, Andreas Harder wrote:
> Hello Hans,
>
> I've downloaded the newest beta, but \comments still don't work. Besides of that there is a curious indenting problem with delimited text definitions (and floats). I will attach some test files.

comments work here in acrobat 10, so you use another viewer? if so, 
luigi might know more

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Bugs with newest beta
  2010-12-07  9:16 ` Hans Hagen
@ 2010-12-07  9:27   ` luigi scarso
  0 siblings, 0 replies; 3+ messages in thread
From: luigi scarso @ 2010-12-07  9:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Dec 7, 2010 at 10:16 AM, Hans Hagen <pragma@wxs.nl> wrote:
> On 6-12-2010 5:55, Andreas Harder wrote:
>>
>> Hello Hans,
>>
>> I've downloaded the newest beta, but \comments still don't work. Besides
>> of that there is a curious indenting problem with delimited text definitions
>> (and floats). I will attach some test files.
>
> comments work here in acrobat 10, so you use another viewer? if so, luigi
> might know more
I will download the beta to check

-- 
luigi
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-12-07  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-06 16:55 Bugs with newest beta Andreas Harder
2010-12-07  9:16 ` Hans Hagen
2010-12-07  9:27   ` luigi scarso

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