[TxMt] Latex problem with the script python Typset

Alain Matthes alain.matthes at mac.com
Fri Jan 25 23:21:39 UTC 2008


hello

I've a file and I can compile this file with texshop

A lot of teachers can compile it on Linux and XP


I can compile it with the TERMINAL`


pdflatex --shell-escape /Users/ego/Boulot/SANDBOX/trytablor.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
  \write18 enabled.
  %&-line parsing enabled.
entering extended mode
.....
This is MetaPost, Version 0.993 (Web2C 7.5.6)
(XCasmpTV.mp (/Users/ego/Library/texmf/metapost/tableauVariation.mp)  
[0] )
1 output file written: XCasmpTV.0
Transcript written on XCasmpTV.log.
  [MP to PDF] (./XCasmpTV.0) [1{/usr/local/texlive/2007/texmf-var/ 
fonts/map/pdf
tex/updmap/pdftex.map}] (./trytablor.aux) ){/usr/local/texlive/2007/ 
texmf-dist/
fonts/enc/dvips/base/8r.enc}</usr/local/texlive/2007/texmf-dist/fonts/ 
type1/pub
lic/fourier/fourier-ms.pfb></usr/local/texlive/2007/texmf-dist/fonts/ 
type1/adob
e/utopia/putb8a.pfb></usr/local/texlive/2007/texmf-dist/fonts/type1/ 
adobe/utopi
a/putbi8a.pfb></usr/local/texlive/2007/texmf-dist/fonts/type1/adobe/ 
utopia/putr
8a.pfb></usr/local/texlive/2007/texmf-dist/fonts/type1/adobe/utopia/ 
putri8a.pfb
 >
Output written on trytablor.pdf (1 page, 33559 bytes).
Transcript written on trytablor.log.


but with textmate

This is MetaPost, Version 0.993 (Web2C 7.5.6)
{/usr/local/texlive/2007/texmf-var/fonts/map/pdftex/updmap/pdftex.map}
!pdfTeX error: pdflatex (file /usr/local/texlive/2007/texmf-var/fonts/ 
map/pdfte
x/updmap/pdftex.map): fflush() failed
  ==> Fatal error occurred, no output PDF file produced!



I would like to be sure that the problem is the script.

My question :  Is it possible to use the old script or a new script  
for pdflatex
  to make a test ?

Alain

Regards




The file :    tablor is on CTAN  you need to install giac_osx
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
the file use giac and metapost
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{graphicx,tablor}
\usepackage[upright]{fourier}
\DeclareGraphicsRule{*}{mps}{*}{}
\begin{document}

\begin{TV}
	TV([-5,7],[],"f","x",x^2,0,\tv)
\end{TV}

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



More information about the textmate mailing list