ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Renaud AUBIN <aubin@nibua-r.org>
Subject: Re: ConTeXt + asymptote
Date: Fri, 21 Apr 2006 18:17:39 +0200	[thread overview]
Message-ID: <444905A3.2060005@nibua-r.org> (raw)
In-Reply-To: <4448FF23.6000801@nibua-r.org>


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

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<mem::string>("latex").c_str(),"latex","latex");
picture.cc:    cmd << "'" << getSetting<mem::string>("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
>  
>


[-- Attachment #1.2: Type: text/html, Size: 9940 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

  reply	other threads:[~2006-04-21 16:17 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-21 15:49 Renaud AUBIN
2006-04-21 16:17 ` Renaud AUBIN [this message]
2006-04-21 16:45   ` Hans Hagen
2006-04-21 18:29     ` Jilani Khaldi
2006-04-21 18:52       ` Renaud AUBIN
2006-04-21 19:11         ` Hans Hagen
2006-04-21 19:13         ` Hans Hagen
2006-04-21 19:25           ` Renaud AUBIN
2006-04-22  8:38             ` Hans Hagen
2006-04-22  9:16               ` andrea valle
2006-04-21 19:10       ` Hans Hagen
2006-04-21 19:20         ` Renaud AUBIN
2006-04-21 19:52           ` Hans Hagen
2006-04-23 18:51             ` Renaud AUBIN
2006-04-23 20:28               ` Hans Hagen
2006-04-23 21:02                 ` Renaud AUBIN
2006-04-23 21:50                   ` Hans Hagen
2006-04-23 22:33                     ` Renaud AUBIN
2006-04-24  0:54                       ` Sanjoy Mahajan
2006-04-24  7:33                       ` Hans Hagen
2006-04-25  4:36                         ` Sanjoy Mahajan
2006-04-25  7:04                           ` Hans Hagen
2006-04-25  8:02                             ` Taco Hoekwater
2006-04-25 15:17                             ` Sanjoy Mahajan
2006-04-21 20:00         ` ConTeXt +Tioga Jilani Khaldi
2006-04-21 20:49           ` Sanjoy Mahajan
2006-04-22  7:47           ` Hans Hagen
2006-04-22  9:47             ` Taco Hoekwater
2006-04-22 12:12               ` Jilani Khaldi
2006-04-22 15:56                 ` andrea valle
2006-04-21 19:37     ` ConTeXt + asymptote Sanjoy Mahajan
2006-04-21 23:30       ` Mojca Miklavec
2006-04-25  7:52 ` Taco Hoekwater
2006-06-29 13:40 John Bowman
2006-06-29 18:05 ` Hans Hagen
2006-06-30  1:12 ` Sanjoy Mahajan
2006-06-30  8:16   ` Hans Hagen
2006-10-15  5:04 John Bowman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=444905A3.2060005@nibua-r.org \
    --to=aubin@nibua-r.org \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).