Ouch, grep latex * on the source returns ChangeLog: * doc/asymptote.texi, doc/latexusage.tex: ChangeLog: * configure.ac: Use kpsewhich to help find default latex path. ChangeLog: Force quiet mode with running embedded latex files. ChangeLog: * doc/latexusage.tex, base/plain.asy, doc/asymptote.texi, ChangeLog: * doc/generalaxis.asy, doc/generalaxis3.asy, doc/latexusage.tex, ChangeLog: * doc/latexusage.tex, patches/README, patches/dvipdf, drawlabel.cc, ChangeLog: * doc/latexusage.tex: Updated axis call. ChangeLog: * doc/generalaxis.asy, doc/helix.asy, doc/latexusage.tex, ChangeLog: * doc/latexusage.tex, doc/parametricgraph.asy, doc/surface.asy, ChangeLog: * doc/asymptote.texi, doc/latexusage.tex, base/graph.asy, ChangeLog: * doc/asymptote.texi, doc/latexusage.tex: ChangeLog: Fixed texpreamble for multiple files and latex asy environment. ChangeLog: * doc/latexusage.tex, doc/lineargraph.asy, doc/lineargraph0.asy, ChangeLog: * doc/image.asy, doc/latexusage.tex, doc/mosquito.asy, ChangeLog: * examples/venn.asy, doc/latexusage.tex: ChangeLog: pipe and final latex processing and to ensure tex pipe font is properly ChangeLog: * doc/latexusage.tex, doc/lineargraph.asy, doc/linetype.asy, ChangeLog: * Makefile.in, doc/asymptote.texi: Fixed location of latexusage.tex. ChangeLog: * Makefile.in, doc/asymptote.texi: Fixed location of latexusage.tex. ChangeLog: * doc/asymptote.texi, doc/latexusage.tex, examples/sqrtx01.asy, ChangeLog: Included correct latexusage file in documentation. ChangeLog: * doc/asymptote.texi, doc/latexusage.tex, examples/Pythagoras.asy, ChangeLog: Install latexusage.tex with examples. ChangeLog: * doc/labelsquare.asy, doc/latexusage.tex, examples/geometry.asy, ChangeLog: * doc/asymptote.texi, doc/latexusage.tex, ChangeLog: doc/datagraph.asy, doc/latexusage.tex, examples/Pythagoras.asy, ChangeLog: * doc/asymptote.texi, doc/latexusage.tex, examples/lever.asy, ChangeLog: * picture.cc: Improved latex diagnostics. ChangeLog: * picture.cc: Improved latex diagnostics. ChangeLog: * doc/latexusage.tex: updated coordinate ChangeLog: doc/asymptote.texi, doc/diatom.asy, doc/latexusage.tex: Fixed ChangeLog: /usr/share/texmf/tex/latex/ (./configure --with-latex=PATH to ChangeLog: * configure.ac: Fixed -with-latex=PATH. ChangeLog: * Makefile.in, configure.ac: Added --with-latex=PATH configuration ChangeLog: * doc/asymptote.texi, doc/latexusage.tex, base/plain.asy: Updated ChangeLog: * doc/latexusage.tex, base/plain.asy, doc/asymptote.sty, ChangeLog: * doc/asymptote.texi, doc/latexusage.tex: Made import graph local ChangeLog: to each figure in latexusage. ChangeLog: * doc/latexusage.tex: Example of latex usage. ChangeLog: examples/latexusage.tex, doc/asymptote.sty, doc/asymptote.texi, configure:ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION Datadir kpsewhich latexdir LEX CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT LEXLIB LEX_OUTPUT_ROOT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CC CFLAGS ac_ct_CC SET_MAKE YACC CXXCPP EGREP getopt GCDIR GCLIBS INCL OPTIONS LIBOBJS LTLIBOBJS' configure: --with-latex=PATH specify path to LaTeX installation configure:# Check whether --with-latex or --without-latex was given. configure:if test "${with_latex+set}" = set; then configure: withval="$with_latex" configure: latexdir=$withval configure: latexdir=`kpsewhich base/latex.ltx` configure: latexdir=`echo $latexdir | sed -e 's;/base/latex.ltx;;'` configure: latexdir=$prefix/share/texmf/tex/latex configure: as_ac_File=`echo "ac_cv_file_$latexdir/base/latex.ltx" | $as_tr_sh` configure:echo "$as_me:$LINENO: checking for $latexdir/base/latex.ltx" >&5 configure:echo $ECHO_N "checking for $latexdir/base/latex.ltx... $ECHO_C" >&6 configure:if test -r "$latexdir/base/latex.ltx"; then configure: latexdir=/usr/share/texmf/tex/latex configure: as_ac_File=`echo "ac_cv_file_$latexdir/base/latex.ltx" | $as_tr_sh` configure:echo "$as_me:$LINENO: checking for $latexdir/base/latex.ltx" >&5 configure:echo $ECHO_N "checking for $latexdir/base/latex.ltx... $ECHO_C" >&6 configure:if test -r "$latexdir/base/latex.ltx"; then configure:latexdir=$latexdir/asymptote configure:{ echo "$as_me:$LINENO: Using $latexdir for LaTeX style file" >&5 configure:echo "$as_me: Using $latexdir for LaTeX style file" >&6;} configure:s,@latexdir@,$latexdir,;t t configure.ac:AC_ARG_WITH(latex, configure.ac: [ --with-latex=PATH specify path to LaTeX installation ], configure.ac: latexdir=$withval configure.ac: latexdir=`kpsewhich base/latex.ltx` configure.ac: latexdir=`echo $latexdir | sed -e 's;/base/latex.ltx;;'` configure.ac: latexdir=$prefix/share/texmf/tex/latex configure.ac: AC_CHECK_FILE($latexdir/base/latex.ltx,, configure.ac: [latexdir=/usr/share/texmf/tex/latex configure.ac: AC_CHECK_FILE($latexdir/base/latex.ltx,,)]) configure.ac:latexdir=$latexdir/asymptote configure.ac:AC_MSG_NOTICE([Using $latexdir for LaTeX style file]) configure.ac:AC_SUBST(latexdir) Makefile.in:latexdir = @latexdir@ Makefile.in: -${INSTALL} -d $(latexdir) Makefile.in: doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir) Makefile.in: -${INSTALL} -m644 doc/asymptote.sty $(latexdir) Makefile.in: latexusage.tex Makefile.in: -rm -f $(latexdir)/asymptote.sty Makefile.in: -rmdir $(latexdir) picture.cc:texstream tex; // Bi-directional pipe to latex (to find label bbox) picture.cc: tex.open(getSetting("latex").c_str(),"latex","latex"); picture.cc: cmd << "'" << getSetting("latex") << "'" picture.cc: status=System(cmd,quiet,"latex"); picture.cc: if(quiet) status=System(cmd,false,"latex"); picture.h:extern texstream tex; // Bi-directional pipe to latex (to find label bbox) settings.cc: addOption(new envSetting("latex", "latex")); Renaud AUBIN a écrit : >Hi all, > >I like metapost but, according to the following mail (on the metapost ML): > >[metapost] MP vs. Asymptote >I don't want to start a flame, but since someone posted a message some >time ago mentioning Asymptote I got curious and I have to say that I was >very impressed, even if I still have some problems with it. However, it >seems a net improvement over MP, or not? Is there anyone with an >informed opinion over Asymptote? Might Asymptote be the killer of MP? > >Cheers, >(and always thanks for the help I got here now and then...) > >Maurizio >_______________________________________________ >metapost mailing list >http://tug.org/mailman/listinfo/metapost > >I wonder if someone has already tried to use asymptote with ConTeXt... IMHO, this doesn't seem obvious at all but I'm maybe wrong... > >Cheers > >Renaud > > > > >------------------------------------------------------------------------ > >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > >