ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: ntg-context Digest, Vol 34, Issue 14
       [not found] <mailman.1.1175853601.1805.ntg-context@ntg.nl>
@ 2007-04-06 14:10 ` Steve MC Han
  2007-04-07  7:12   ` Taco Hoekwater
  2007-04-06 20:40 ` itemize in blocks Wolfgang Werners-Lucchini
  1 sibling, 1 reply; 8+ messages in thread
From: Steve MC Han @ 2007-04-06 14:10 UTC (permalink / raw)
  To: ntg-context


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

Hi Tako, thank you for your response.
   
  There is nothing in mpxerr.log. 
   
  When I was trying to use mptopdf to convert mp file to pdf, it didn't produce myfile-1.pdf... type files, even though it said it was converted. So, I looked up this manual
   
  http://tex.aanhet.net/context/mirror/general/sources/mptopdf.pdf
   
  and typed "pdftex --ini mptopdf" at command prompt without understanding. Magically, it produced pdf files, but now metapost doesn't work. Maybe, the process "pdftex --ini mptopdf" had changed the path of metapost execution. 
   
   
   
  
Steve MC Han wrote:
> Could someone give some help for me? 
> 
> If I do metapost I have an error message: this is the exact error message
> 
> 
> C:\Han\slide>mpost --tex=latex 2MS6
> This is MetaPost, Version 0.993 (Web2C 7.5.6)
> (2MS6.mpmakempx: Command failed: mpto -tex 2MS6.mp
> >> 2MS6.mp
>>> 2MS6.mpx
> ! Unable to make mpx file.
> l.34 label.lft(btex
> Number of students etex rotated 90, (-u,u));
> Transcript written on 2MS6.log.
> 
Can you check what is in mpxerr.log? It looks like the 'normal'
latex command in your path has a problem with something, that
does not happen with the executable in texlive's bin directory.

Best wishes,
Taco


------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


End of ntg-context Digest, Vol 34, Issue 14
*******************************************



 
---------------------------------
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.

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

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: itemize in blocks
       [not found] <mailman.1.1175853601.1805.ntg-context@ntg.nl>
  2007-04-06 14:10 ` ntg-context Digest, Vol 34, Issue 14 Steve MC Han
@ 2007-04-06 20:40 ` Wolfgang Werners-Lucchini
  1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Werners-Lucchini @ 2007-04-06 20:40 UTC (permalink / raw)
  To: ntg-context

Hallo!

> >> use \par at the end of the question
> >>     
> >
> > Why?
> >   
> \question pick up it sargument and uses \par as delimiter, otherwise
> we could not apply attributes to the question text 
> 
> \question is the 'minimalistic approach, 
> 
> \startquestion
> \stopquestion
> 
> is the best way ans works ok here 

Ahhh! And then \par inside is working.

Wolfgang

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

* Re: ntg-context Digest, Vol 34, Issue 14
  2007-04-06 14:10 ` ntg-context Digest, Vol 34, Issue 14 Steve MC Han
@ 2007-04-07  7:12   ` Taco Hoekwater
  0 siblings, 0 replies; 8+ messages in thread
From: Taco Hoekwater @ 2007-04-07  7:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Steve MC Han wrote:

> Steve MC Han wrote:
>> Could someone give some help for me?
>> 
>> If I do metapost I have an error message: this is the exact error
>> message
>> 
>> 
>> C:\Han\slide>mpost --tex=latex 2MS6 This is MetaPost, Version 0.993
>> (Web2C 7.5.6) (2MS6.mpmakempx: Command failed: mpto -tex 2MS6.mp
>>>> 2MS6.mp 2MS6.mpx
>> ! Unable to make mpx file. l.34 label.lft(btex Number of students
>> etex rotated 90, (-u,u)); Transcript written on 2MS6.log.

Try trunning
    makempx -tex=latex 2MS6.mp
directly. Maybe that gives a better error message

Best, Taco

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

* Re: itemize in blocks
  2007-04-05 17:53 ` Wolfgang Werners-Lucchini
@ 2007-04-05 20:18   ` Hans Hagen
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2007-04-05 20:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Werners-Lucchini wrote:
> Hi Bernd!
>
>   
>>> what I am doing wrong with the following snipped?
>>>
>>> The \par in the \item does not work.
>>> -------------------------------------------------------
>>> \defineenumeration[question][location=top,text=Aufgabe]
>>> \defineblock[question]
>>>
>>> \starttext
>>> \chapter{Aufgaben}
>>> \beginquestion
>>> \question
>>> \startitemize[a]
>>> \item Zick
>>>   
>>>       
>> use: \crlf or \blank and not \par
>>     
>
> A better workaround would be \endgraf,
> but I think \par should work here, as it works in other
> situations outside the block-environment.
>
> I asked myself if this is a little bug or an error of mine.
>  
>   
>> use \par at the end of the question
>>     
>
> Why?
>   
\question pick up it sargument and uses \par as delimiter, otherwise we could not apply attributes to the question text 

\question is the 'minimalistic approach, 

\startquestion
\stopquestion

is the best way ans works ok here 

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

* Re: itemize in blocks
       [not found] <mailman.1.1175767202.18435.ntg-context@ntg.nl>
@ 2007-04-05 17:53 ` Wolfgang Werners-Lucchini
  2007-04-05 20:18   ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Werners-Lucchini @ 2007-04-05 17:53 UTC (permalink / raw)
  To: ntg-context

Hi Bernd!

> > what I am doing wrong with the following snipped?
> >
> > The \par in the \item does not work.
> > -------------------------------------------------------
> > \defineenumeration[question][location=top,text=Aufgabe]
> > \defineblock[question]
> >
> > \starttext
> > \chapter{Aufgaben}
> > \beginquestion
> > \question
> > \startitemize[a]
> > \item Zick
> >   
> use: \crlf or \blank and not \par

A better workaround would be \endgraf,
but I think \par should work here, as it works in other
situations outside the block-environment.

I asked myself if this is a little bug or an error of mine.
 
> use \par at the end of the question

Why?

ciao, Wolfgang

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

* Re: itemize in blocks
  2007-04-03 23:05 Wolfgang Werners-Lucchini
  2007-04-04  9:02 ` Wolfgang Schuster
@ 2007-04-05  8:39 ` Bernd Militzer
  1 sibling, 0 replies; 8+ messages in thread
From: Bernd Militzer @ 2007-04-05  8:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Werners-Lucchini schrieb:
> Hallo,
>
> what I am doing wrong with the following snipped?
>
> The \par in the \item does not work.
> -------------------------------------------------------
> \defineenumeration[question][location=top,text=Aufgabe]
> \defineblock[question]
>
> \starttext
> \chapter{Aufgaben}
> \beginquestion
> \question
> \startitemize[a]
> \item Zick
>   
use: \crlf or \blank and not \par
> \par % This \par does not work!
>   
use \par at the end of the question
> Mehr Zick
> \stopitemize
>   
use: \par here
> \endquestion
> \stoptext
>   
% test
\defineenumeration[question][location=top,text=Aufgabe]
\defineblock[question]

\starttext
\chapter{Aufgaben}
%\beginquestion
\question[1]
\startitemize[a]
\item Zick
\blank% ore \crlf % but not \par % This \par does not work!
Mehr Zick
\stopitemize
\par
\question[2]
just a test
\par
%\endquestion
\stoptext
%
that works on my notebook

Bernd

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

* Re: itemize in blocks
  2007-04-03 23:05 Wolfgang Werners-Lucchini
@ 2007-04-04  9:02 ` Wolfgang Schuster
  2007-04-05  8:39 ` Bernd Militzer
  1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2007-04-04  9:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2007/4/4, Wolfgang Werners-Lucchini <wwl@musensturm.de>:
>
> Hallo,
>
> what I am doing wrong with the following snipped?
>
> The \par in the \item does not work.
> -------------------------------------------------------
> \defineenumeration[question][location=top,text=Aufgabe]
> \defineblock[question]
>
> \starttext
> \chapter{Aufgaben}
> \beginquestion
> \question
> \startitemize[a]
> \item Zick
> \par % This \par does not work!
> Mehr Zick
> \stopitemize
> \endquestion
> \stoptext
> -------------------------------------------------------
>
> Wolfgang


Hi,

don't know why there is a problem but \endgraf instead of \par works for me.

Wolfgang

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

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* itemize in blocks
@ 2007-04-03 23:05 Wolfgang Werners-Lucchini
  2007-04-04  9:02 ` Wolfgang Schuster
  2007-04-05  8:39 ` Bernd Militzer
  0 siblings, 2 replies; 8+ messages in thread
From: Wolfgang Werners-Lucchini @ 2007-04-03 23:05 UTC (permalink / raw)
  To: ntg-context

Hallo,

what I am doing wrong with the following snipped?

The \par in the \item does not work.
-------------------------------------------------------
\defineenumeration[question][location=top,text=Aufgabe]
\defineblock[question]

\starttext
\chapter{Aufgaben}
\beginquestion
\question
\startitemize[a]
\item Zick
\par % This \par does not work!
Mehr Zick
\stopitemize
\endquestion
\stoptext
-------------------------------------------------------

Wolfgang

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

end of thread, other threads:[~2007-04-07  7:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1175853601.1805.ntg-context@ntg.nl>
2007-04-06 14:10 ` ntg-context Digest, Vol 34, Issue 14 Steve MC Han
2007-04-07  7:12   ` Taco Hoekwater
2007-04-06 20:40 ` itemize in blocks Wolfgang Werners-Lucchini
     [not found] <mailman.1.1175767202.18435.ntg-context@ntg.nl>
2007-04-05 17:53 ` Wolfgang Werners-Lucchini
2007-04-05 20:18   ` Hans Hagen
2007-04-03 23:05 Wolfgang Werners-Lucchini
2007-04-04  9:02 ` Wolfgang Schuster
2007-04-05  8:39 ` Bernd Militzer

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