ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* some patches
@ 2006-05-15  7:23 Hans Hagen
  2006-05-15  7:29 ` Gilles Pérez-Lambert
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Hans Hagen @ 2006-05-15  7:23 UTC (permalink / raw)


Hi,

I played a bit with texmfstart on the (so so slooooow Q3) mac and i 
think that i managed to get texmfstart working with less problems. I now 
also ship a texmfstart with all the used (context/ruby/base) libraries 
merged in (new undocumented feature) so that there is no longer a need 
to set the ruby lib path and/or move base files.

The new version is uploaded. A next step is to get the stubs done in the 
right way (just texmfstart scriptname args)

(btw, is there a clever way to avoid this sudo stuff and become real root?)

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] 16+ messages in thread
* Re: some patches
@ 2006-05-15 15:34 Dalyoung
  2006-05-15 16:03 ` Hans Hagen
  0 siblings, 1 reply; 16+ messages in thread
From: Dalyoung @ 2006-05-15 15:34 UTC (permalink / raw)


Dear Hans,

Thank you for your work to make everything works fine, and I am sorry  
to ask you so many things.

I made texmfstart working and created the format files using the  
commands
		texmfstart texexec --make en
		texmfstart texexec --make --xetex en

It runs OK.

I tested some files using "texmfstart texexec --pdf(or --xetex)  
"file.tex" and following results.

	1. It runs OK for standard text using ConTeXt.
	2. There are some warnings and errors for xetex files using  
XeConTeXt and there is no pdf output.

(/usr/local/teTeX/share/texmf.local/tex/context/base/cont-err.tex

 > User file 'cont-sys.tex' not found, 'cont-sys.rme' has been used  
instead. <   ) )
WARNING: Type1 font data returned by OFAStreamPSDownload isn't in the  
correct format required by the Adobe Type 1 Font Format specification.
WARNING: Type1 font data returned by OFAStreamPSDownload isn't in the  
correct format required by the Adobe Type 1 Font Format specification.
Output written on test.pdf (1 page).
Transcript written on test.log.
TeXUtil | parsing file test.tui
TeXUtil | shortcuts : 0
TeXUtil | expansions: 0
TeXUtil | reductions: 0
TeXUtil | divisions : 0
TeXUtil | loaded files: 1
TeXUtil | commands: 23
TeXUtil | programs: 0
TeXUtil | tuo file saved
test.dvi -> test.pdf

** ERROR ** Could not open specified DVI file: test.dvi

Output file removed.
TeXExec | runtime: 12.030969
		
The only thing I did to make texmfstart working is to enable the line  
containg "../texmf.local/scripts/context/ruby" in texmfstart.rb.  
since I installed teTeX via i-installer.

Is there anything that I should do? Is the latest version cure for  
this problem too?

Thank you again.

Best regards,

Dalyoung

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: some patches
@ 2006-05-16  4:33 Dalyoung Jeong
  2006-05-16  7:47 ` Hans Hagen
  0 siblings, 1 reply; 16+ messages in thread
From: Dalyoung Jeong @ 2006-05-16  4:33 UTC (permalink / raw)


Dear Hans,

Thank you for your answer.

Since it worked perfectly before, I created XeTeX-ConTeXt format using
	texexec --make --xtx en
for a test and run "texexec --xtx file.tex".

It run OK and I got a pdf output. I think that it is not only the  
font problem unless texmfstart uses fonts differently. So my wonder  
is what cause the difference between
texmfstart texexec --xetex file.tex and texexec --xtx file.tex.(no  
output with errors and good output).
I am sorry to list this which is the problem for me only.

Since my TeX-knowledge is very short, I couldn't do anyting but  
testing. I'll upgrade to the latest version soon and see how it runs,  
although I am afraid of upgrading the current ConTeXt(05-11) to the  
latest one.

Thank you again.

Best regards,

Dalyoung

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: some patches
@ 2006-05-16 11:10 Dalyoung
  2006-05-16 17:15 ` Hans Hagen
  0 siblings, 1 reply; 16+ messages in thread
From: Dalyoung @ 2006-05-16 11:10 UTC (permalink / raw)



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



>
for xetex you really need to update because the backend driver has
changed to xpdfmx

Hans

Dear Hans,

Thank you for the reply.

I'll upgrade to the latest version soon.

By the way, I noticed one thing in the process of XeTeX-ConTeXt.

In the previous version before may, "texexec --xtx file.tex" run and  
made file.xdv, and then finally produced file.pdf.
But in the current version "texmfstart texexec --xetex file.tex" run  
and file.tuo - file.dvi - file.pdf are produced in the log file but  
file.pdf is not produced in the folder.  "texexec --xtx  file.tex"  
also produced pdf via *.tuo - *.dvi - *.pdf but figures in pdf format  
are appeared as blank space.

Doesn't ConTeXt-XeTeX use *.xdv anymore?

I'd like to upgrade from the beginning, TeX+ConTeXt update + XeTeX  
and test the same file.
It makes me a little bit nervous.

Thank you again.

Dalyoung

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

end of thread, other threads:[~2006-05-16 17:15 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-15  7:23 some patches Hans Hagen
2006-05-15  7:29 ` Gilles Pérez-Lambert
2006-05-15  7:45 ` Sanjoy Mahajan
2006-05-15  8:25 ` Maurice Diamantini
2006-05-15  8:59   ` Hans Hagen
     [not found]     ` <9AC95F3B-39A8-45C1-A618-6581A8C289EB@free.fr>
     [not found]       ` <44690B4B.7070905@wxs.nl>
2006-05-16 12:56         ` some patches (clever ConTeXt installation) Maurice Diamantini
2006-05-15  9:58   ` some patches Taco Hoekwater
2006-05-15 15:31 ` Gerben Wierda
2006-05-15 23:21 ` frantisek holop
2006-05-16  7:41   ` Hans Hagen
2006-05-15 15:34 Dalyoung
2006-05-15 16:03 ` Hans Hagen
2006-05-16  4:33 Dalyoung Jeong
2006-05-16  7:47 ` Hans Hagen
2006-05-16 11:10 Dalyoung
2006-05-16 17:15 ` 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).