Update to 2.10
ok jasper@
This commit is contained in:
parent
d9d6bf9c1d
commit
021fcfee6d
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/17 08:05:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/05/30 11:04:14 shadchin Exp $
|
||||
|
||||
COMMENT= powerful descriptive vector graphics language
|
||||
BROKEN-sparc64= build stalls
|
||||
|
||||
DISTNAME= asymptote-2.04.src
|
||||
DISTNAME= asymptote-2.10.src
|
||||
PKGNAME= ${DISTNAME:S/.src//g}
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -18,30 +18,42 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asymptote/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
WANTLIB += GL GLU c m ncurses pthread readline stdc++ z
|
||||
WANTLIB += gc glut sigsegv fftw3
|
||||
MODULES= lang/python
|
||||
|
||||
WANTLIB += GL GLU c m ncurses pthread readline stdc++ z
|
||||
WANTLIB += gc glut gsl gslcblas sigsegv fftw3
|
||||
|
||||
BUILD_DEPENDS= print/texlive/base
|
||||
RUN_DEPENDS= graphics/py-Imaging \
|
||||
print/texlive/base \
|
||||
${MODPY_TKINTER_DEPENDS}
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= print/texlive/base
|
||||
LIB_DEPENDS= devel/boehm-gc \
|
||||
devel/gsl \
|
||||
devel/libsigsegv \
|
||||
graphics/freeglut \
|
||||
math/fftw3
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
VMEM_WARNING= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --enable-gc=${LOCALBASE} \
|
||||
--enable-fftw \
|
||||
--enable-gl \
|
||||
--infodir=${PREFIX}/info
|
||||
--enable-gsl
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -pthread" \
|
||||
ac_cv_prog_kpsewhich="${LOCALBASE}/bin/kpsewhich"
|
||||
|
||||
FAKE_FLAGS+= exampledir="${WRKINST}${PREFIX}/share/examples/asymptote"
|
||||
|
||||
PORTHOME= ${WRKDIR}
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME:S/.src//g}/
|
||||
MODPY_ADJ_FILES= GUI/*.py
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME:S/.src//g}/
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/man/man1/xasy.1x ${PREFIX}/man/man1/xasy.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (asymptote-2.04.src.tgz) = attddxS2YhUrb28Wwk9XUQ==
|
||||
RMD160 (asymptote-2.04.src.tgz) = XzXTSyWB8Fq/JMVsUAqCvdGC1qw=
|
||||
SHA1 (asymptote-2.04.src.tgz) = IDvntT3+tyIe/354e8Gorc91KxM=
|
||||
SHA256 (asymptote-2.04.src.tgz) = xZFmZZCSOsY7e9jApYZXR65xbKc7SwnwZjl/hTY1e04=
|
||||
SIZE (asymptote-2.04.src.tgz) = 1689205
|
||||
MD5 (asymptote-2.10.src.tgz) = d0Bnow5UMIoGGu0gCYwB2Q==
|
||||
RMD160 (asymptote-2.10.src.tgz) = iiFJR/91mZVrtcJ87hPbI6pisfI=
|
||||
SHA1 (asymptote-2.10.src.tgz) = RuFNP/13Ec7oODJRVgjybnMXKQY=
|
||||
SHA256 (asymptote-2.10.src.tgz) = ISjCoP3NJUiJ6KXesEl/Cov5QSFiCWDoEmvIfxT2XW0=
|
||||
SIZE (asymptote-2.10.src.tgz) = 1729028
|
||||
|
@ -1,14 +1,14 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2010/08/31 14:12:30 jasper Exp $
|
||||
$OpenBSD: patch-configure,v 1.2 2011/05/30 11:04:14 shadchin Exp $
|
||||
|
||||
Remove $latexdir here, so it's possible to set it with kpsewhich(1), as intended.
|
||||
|
||||
--- configure.orig Tue Aug 31 15:32:11 2010
|
||||
+++ configure Tue Aug 31 15:32:18 2010
|
||||
@@ -3896,7 +3896,6 @@ as_val=`eval 'as_val=${'$as_ac_File'}
|
||||
if test "x$as_val" = x""yes; then
|
||||
:
|
||||
--- configure.orig Fri May 27 11:32:57 2011
|
||||
+++ configure Sat May 28 18:08:32 2011
|
||||
@@ -3794,7 +3794,6 @@ $as_echo "$ac_res" >&6; }
|
||||
if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
|
||||
|
||||
else
|
||||
- latexdir=/usr/share/texmf/tex/latex
|
||||
as_ac_File=`$as_echo "ac_cv_file_$latexdir/base/latex.ltx" | $as_tr_sh`
|
||||
{ $as_echo "$as_me:$LINENO: checking for $latexdir/base/latex.ltx" >&5
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $latexdir/base/latex.ltx" >&5
|
||||
$as_echo_n "checking for $latexdir/base/latex.ltx... " >&6; }
|
||||
|
12
graphics/asymptote/patches/patch-doc_asymptote_texi
Normal file
12
graphics/asymptote/patches/patch-doc_asymptote_texi
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-doc_asymptote_texi,v 1.1 2011/05/30 11:04:14 shadchin Exp $
|
||||
--- doc/asymptote.texi.orig Mon Feb 8 00:12:41 2010
|
||||
+++ doc/asymptote.texi Mon Feb 8 00:13:05 2010
|
||||
@@ -21,7 +21,7 @@ file LICENSE in the top-level source directory).
|
||||
|
||||
@dircategory Languages
|
||||
@direntry
|
||||
-* asymptote: (asymptote/asymptote). Vector graphics language.
|
||||
+* asymptote: (asymptote). Vector graphics language.
|
||||
@end direntry
|
||||
|
||||
@titlepage
|
14
graphics/asymptote/patches/patch-doc_png_Makefile_in
Normal file
14
graphics/asymptote/patches/patch-doc_png_Makefile_in
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-doc_png_Makefile_in,v 1.1 2011/05/30 11:04:14 shadchin Exp $
|
||||
--- doc/png/Makefile.in.orig Sun Aug 1 13:08:42 2010
|
||||
+++ doc/png/Makefile.in Sat Nov 13 00:31:42 2010
|
||||
@@ -35,8 +35,8 @@ distclean: FORCE clean
|
||||
-rm -f Makefile
|
||||
|
||||
install: asymptote.info
|
||||
- ${INSTALL} -d -m 755 $(infodir)/asymptote
|
||||
- ${INSTALL} -p -m 644 asymptote.info $(infodir)/asymptote
|
||||
+ ${INSTALL} -d -m 755 $(infodir)
|
||||
+ ${INSTALL} -p -m 644 asymptote.info $(infodir)
|
||||
-if test -z "$(DESTDIR)"; then \
|
||||
install-info --infodir=$(infodir) asymptote.info; \
|
||||
fi
|
15
graphics/asymptote/patches/patch-xstream_h
Normal file
15
graphics/asymptote/patches/patch-xstream_h
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-xstream_h,v 1.1 2011/05/30 11:04:14 shadchin Exp $
|
||||
--- xstream.h.orig Tue Jul 7 06:06:06 2009
|
||||
+++ xstream.h Sun Feb 7 21:54:07 2010
|
||||
@@ -38,6 +38,11 @@ extern "C" off_t ftello(FILE *);
|
||||
#define xdr_u_longlong_t xdr_uint64_t
|
||||
#endif
|
||||
|
||||
+#ifdef __OpenBSD__
|
||||
+#define xdr_longlong_t xdr_int64_t
|
||||
+#define xdr_u_longlong_t xdr_u_int64_t
|
||||
+#endif
|
||||
+
|
||||
#ifdef _POSIX_SOURCE
|
||||
#undef _POSIX_SOURCE
|
||||
#include <rpc/rpc.h>
|
@ -1,9 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/08/31 14:12:30 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/05/30 11:04:14 shadchin Exp $
|
||||
@bin bin/asy
|
||||
bin/xasy
|
||||
info/asy-faq.info
|
||||
info/asymptote/
|
||||
@info info/asymptote/asymptote.info
|
||||
@info info/asy-faq.info
|
||||
@info info/asymptote.info
|
||||
@man man/man1/asy.1
|
||||
@man man/man1/xasy.1
|
||||
share/asymptote/
|
||||
@ -67,6 +66,7 @@ share/asymptote/plain.asy
|
||||
share/asymptote/plain_Label.asy
|
||||
share/asymptote/plain_arcs.asy
|
||||
share/asymptote/plain_arrows.asy
|
||||
share/asymptote/plain_bounds.asy
|
||||
share/asymptote/plain_boxes.asy
|
||||
share/asymptote/plain_constants.asy
|
||||
share/asymptote/plain_debugger.asy
|
||||
@ -76,6 +76,8 @@ share/asymptote/plain_markers.asy
|
||||
share/asymptote/plain_paths.asy
|
||||
share/asymptote/plain_pens.asy
|
||||
share/asymptote/plain_picture.asy
|
||||
share/asymptote/plain_prethree.asy
|
||||
share/asymptote/plain_scaling.asy
|
||||
share/asymptote/plain_shipout.asy
|
||||
share/asymptote/plain_strings.asy
|
||||
share/asymptote/plain_xasy.asy
|
||||
@ -105,6 +107,7 @@ share/asymptote/version.asy
|
||||
share/asymptote/x11colors.asy
|
||||
share/doc/asymptote/
|
||||
share/doc/asymptote/CAD.pdf
|
||||
share/doc/asymptote/TeXShopAndAsymptote.pdf
|
||||
share/doc/asymptote/asy-faq.ascii
|
||||
share/doc/asymptote/asy-faq.html/
|
||||
share/doc/asymptote/asy-faq.html/index.html
|
||||
@ -117,327 +120,331 @@ share/doc/asymptote/asy-faq.html/section6.html
|
||||
share/doc/asymptote/asy-faq.html/section7.html
|
||||
share/doc/asymptote/asy-faq.html/section8.html
|
||||
share/doc/asymptote/asy-faq.html/section9.html
|
||||
share/doc/asymptote/asy-latex.pdf
|
||||
share/doc/asymptote/asymptote.pdf
|
||||
share/doc/asymptote/examples/
|
||||
share/doc/asymptote/examples/100d.views
|
||||
share/doc/asymptote/examples/1overx.asy
|
||||
share/doc/asymptote/examples/BezierPatch.asy
|
||||
share/doc/asymptote/examples/BezierSurface.asy
|
||||
share/doc/asymptote/examples/Bode.asy
|
||||
share/doc/asymptote/examples/CAD1.asy
|
||||
share/doc/asymptote/examples/CDlabel.asy
|
||||
share/doc/asymptote/examples/Coons.asy
|
||||
share/doc/asymptote/examples/GaussianSurface.asy
|
||||
share/doc/asymptote/examples/Gouraud.asy
|
||||
share/doc/asymptote/examples/Gouraudcontour.asy
|
||||
share/doc/asymptote/examples/HermiteSpline.asy
|
||||
share/doc/asymptote/examples/Hobbycontrol.asy
|
||||
share/doc/asymptote/examples/Hobbydir.asy
|
||||
share/doc/asymptote/examples/Klein.asy
|
||||
share/doc/asymptote/examples/NURBScurve.asy
|
||||
share/doc/asymptote/examples/NURBSsphere.asy
|
||||
share/doc/asymptote/examples/NURBSsurface.asy
|
||||
share/doc/asymptote/examples/Pythagoras.asy
|
||||
share/doc/asymptote/examples/PythagoreanTree.asy
|
||||
share/doc/asymptote/examples/RiemannSurface.asy
|
||||
share/doc/asymptote/examples/RiemannSurfaceRoot.asy
|
||||
share/doc/asymptote/examples/Sierpinski.asy
|
||||
share/doc/asymptote/examples/SierpinskiGasket.asy
|
||||
share/doc/asymptote/examples/SierpinskiSponge.asy
|
||||
share/doc/asymptote/examples/advection.asy
|
||||
share/doc/asymptote/examples/alignbox.asy
|
||||
share/doc/asymptote/examples/alignedaxis.asy
|
||||
share/doc/asymptote/examples/animations/
|
||||
share/doc/asymptote/examples/animations/cube.asy
|
||||
share/doc/asymptote/examples/animations/earthmoon.asy
|
||||
share/doc/asymptote/examples/animations/embeddedmovie.asy
|
||||
share/doc/asymptote/examples/animations/embeddedu3d.asy
|
||||
share/doc/asymptote/examples/animations/externalmovie.asy
|
||||
share/doc/asymptote/examples/animations/glmovie.asy
|
||||
share/doc/asymptote/examples/animations/heatequation.asy
|
||||
share/doc/asymptote/examples/animations/inlinemovie.tex
|
||||
share/doc/asymptote/examples/animations/inlinemovie3.tex
|
||||
share/doc/asymptote/examples/animations/pdfmovie.asy
|
||||
share/doc/asymptote/examples/animations/slidemovies.asy
|
||||
share/doc/asymptote/examples/animations/sphere.asy
|
||||
share/doc/asymptote/examples/animations/torusanimation.asy
|
||||
share/doc/asymptote/examples/animations/wavepacket.asy
|
||||
share/doc/asymptote/examples/animations/wheel.asy
|
||||
share/doc/asymptote/examples/annotation.asy
|
||||
share/doc/asymptote/examples/arrows3.asy
|
||||
share/doc/asymptote/examples/axis3.asy
|
||||
share/doc/asymptote/examples/bars3.asy
|
||||
share/doc/asymptote/examples/basealign.asy
|
||||
share/doc/asymptote/examples/bezier.asy
|
||||
share/doc/asymptote/examples/bezier2.asy
|
||||
share/doc/asymptote/examples/beziercurve.asy
|
||||
share/doc/asymptote/examples/bigdiagonal.asy
|
||||
share/doc/asymptote/examples/billboard.asy
|
||||
share/doc/asymptote/examples/binarytreetest.asy
|
||||
share/doc/asymptote/examples/brokenaxis.asy
|
||||
share/doc/asymptote/examples/buildcycle.asy
|
||||
share/doc/asymptote/examples/cardioid.asy
|
||||
share/doc/asymptote/examples/cards.asy
|
||||
share/doc/asymptote/examples/centroidfg.asy
|
||||
share/doc/asymptote/examples/cheese.asy
|
||||
share/doc/asymptote/examples/circles.asy
|
||||
share/doc/asymptote/examples/clockarray.asy
|
||||
share/doc/asymptote/examples/coag.asy
|
||||
share/doc/asymptote/examples/colons.asy
|
||||
share/doc/asymptote/examples/colorplanes.asy
|
||||
share/doc/asymptote/examples/colors.asy
|
||||
share/doc/asymptote/examples/condor.asy
|
||||
share/doc/asymptote/examples/cones.asy
|
||||
share/doc/asymptote/examples/conicurv.asy
|
||||
share/doc/asymptote/examples/contextfonts.asy
|
||||
share/doc/asymptote/examples/controlsystem.asy
|
||||
share/doc/asymptote/examples/cos2theta.asy
|
||||
share/doc/asymptote/examples/cos3.asy
|
||||
share/doc/asymptote/examples/cosaddition.asy
|
||||
share/doc/asymptote/examples/cpkcolors.asy
|
||||
share/doc/asymptote/examples/cube.asy
|
||||
share/doc/asymptote/examples/curvedlabel.asy
|
||||
share/doc/asymptote/examples/curvedlabel3.asy
|
||||
share/doc/asymptote/examples/cyclohexane.asy
|
||||
share/doc/asymptote/examples/cylinder.asy
|
||||
share/doc/asymptote/examples/cylinderskeleton.asy
|
||||
share/doc/asymptote/examples/datagraph.asy
|
||||
share/doc/asymptote/examples/delu.asy
|
||||
share/doc/asymptote/examples/diagonal.asy
|
||||
share/doc/asymptote/examples/diatom.asy
|
||||
share/doc/asymptote/examples/diatom.csv
|
||||
share/doc/asymptote/examples/dimension.asy
|
||||
share/doc/asymptote/examples/dots.asy
|
||||
share/doc/asymptote/examples/dragon.asy
|
||||
share/doc/asymptote/examples/eetomumu.asy
|
||||
share/doc/asymptote/examples/electromagnetic.asy
|
||||
share/doc/asymptote/examples/elevation.asy
|
||||
share/doc/asymptote/examples/elliptic.asy
|
||||
share/doc/asymptote/examples/epix.asy
|
||||
share/doc/asymptote/examples/equilateral.asy
|
||||
share/doc/asymptote/examples/equilchord.asy
|
||||
share/doc/asymptote/examples/errorbars.asy
|
||||
share/doc/asymptote/examples/exp.asy
|
||||
share/doc/asymptote/examples/exp3.asy
|
||||
share/doc/asymptote/examples/externalprc.tex
|
||||
share/doc/asymptote/examples/extrudedcontour.asy
|
||||
share/doc/asymptote/examples/fano.asy
|
||||
share/doc/asymptote/examples/fequlogo.asy
|
||||
share/doc/asymptote/examples/fermi.asy
|
||||
share/doc/asymptote/examples/filegraph.asy
|
||||
share/doc/asymptote/examples/filegraph.dat
|
||||
share/doc/asymptote/examples/filesurface.asy
|
||||
share/doc/asymptote/examples/filesurface.dat
|
||||
share/doc/asymptote/examples/fillcontour.asy
|
||||
share/doc/asymptote/examples/fin.asy
|
||||
share/doc/asymptote/examples/fjortoft.asy
|
||||
share/doc/asymptote/examples/floatingdisk.asy
|
||||
share/doc/asymptote/examples/floor.asy
|
||||
share/doc/asymptote/examples/flow.asy
|
||||
share/doc/asymptote/examples/flowchartdemo.asy
|
||||
share/doc/asymptote/examples/fractaltree.asy
|
||||
share/doc/asymptote/examples/functionshading.asy
|
||||
share/doc/asymptote/examples/galleon.asy
|
||||
share/doc/asymptote/examples/gamma.asy
|
||||
share/doc/asymptote/examples/gamma3.asy
|
||||
share/doc/asymptote/examples/generalaxis.asy
|
||||
share/doc/asymptote/examples/generalaxis3.asy
|
||||
share/doc/asymptote/examples/graphmarkers.asy
|
||||
share/doc/asymptote/examples/grid.asy
|
||||
share/doc/asymptote/examples/grid3xyz.asy
|
||||
share/doc/asymptote/examples/hatch.asy
|
||||
share/doc/asymptote/examples/helix.asy
|
||||
share/doc/asymptote/examples/hierarchy.asy
|
||||
share/doc/asymptote/examples/histogram.asy
|
||||
share/doc/asymptote/examples/hyperboloid.asy
|
||||
share/doc/asymptote/examples/hyperboloidsilhouette.asy
|
||||
share/doc/asymptote/examples/icon.asy
|
||||
share/doc/asymptote/examples/image.asy
|
||||
share/doc/asymptote/examples/imagecontour.asy
|
||||
share/doc/asymptote/examples/imagehistogram.asy
|
||||
share/doc/asymptote/examples/impact.asy
|
||||
share/doc/asymptote/examples/integraltest.asy
|
||||
share/doc/asymptote/examples/interpolate1.asy
|
||||
share/doc/asymptote/examples/intro.asy
|
||||
share/doc/asymptote/examples/irregularcontour.asy
|
||||
share/doc/asymptote/examples/join.asy
|
||||
share/doc/asymptote/examples/join3.asy
|
||||
share/doc/asymptote/examples/jump.asy
|
||||
share/doc/asymptote/examples/knots.asy
|
||||
share/doc/asymptote/examples/label3.asy
|
||||
share/doc/asymptote/examples/label3ribbon.asy
|
||||
share/doc/asymptote/examples/label3solid.asy
|
||||
share/doc/asymptote/examples/label3zoom.asy
|
||||
share/doc/asymptote/examples/labelbox.asy
|
||||
share/doc/asymptote/examples/labelsquare.asy
|
||||
share/doc/asymptote/examples/laserlattice.asy
|
||||
share/doc/asymptote/examples/latexusage-1.asy
|
||||
share/doc/asymptote/examples/latexusage-2.asy
|
||||
share/doc/asymptote/examples/latexusage-3.asy
|
||||
share/doc/asymptote/examples/latexusage.tex
|
||||
share/doc/asymptote/examples/latticeshading.asy
|
||||
share/doc/asymptote/examples/layers.asy
|
||||
share/doc/asymptote/examples/leastsquares.asy
|
||||
share/doc/asymptote/examples/leastsquares.dat
|
||||
share/doc/asymptote/examples/legend.asy
|
||||
share/doc/asymptote/examples/lever.asy
|
||||
share/doc/asymptote/examples/limit.asy
|
||||
share/doc/asymptote/examples/lineargraph.asy
|
||||
share/doc/asymptote/examples/lineargraph0.asy
|
||||
share/doc/asymptote/examples/lines.asy
|
||||
share/doc/asymptote/examples/linetype.asy
|
||||
share/doc/asymptote/examples/lmfit1.asy
|
||||
share/doc/asymptote/examples/log.asy
|
||||
share/doc/asymptote/examples/log2graph.asy
|
||||
share/doc/asymptote/examples/logdown.asy
|
||||
share/doc/asymptote/examples/loggraph.asy
|
||||
share/doc/asymptote/examples/loggrid.asy
|
||||
share/doc/asymptote/examples/logimage.asy
|
||||
share/doc/asymptote/examples/logo.asy
|
||||
share/doc/asymptote/examples/logo3.asy
|
||||
share/doc/asymptote/examples/logticks.asy
|
||||
share/doc/asymptote/examples/lowint.asy
|
||||
share/doc/asymptote/examples/lowupint.asy
|
||||
share/doc/asymptote/examples/magnetic.asy
|
||||
share/doc/asymptote/examples/makepen.asy
|
||||
share/doc/asymptote/examples/markers1.asy
|
||||
share/doc/asymptote/examples/markers2.asy
|
||||
share/doc/asymptote/examples/markregular.asy
|
||||
share/doc/asymptote/examples/mergeExample.asy
|
||||
share/doc/asymptote/examples/mexicanhat.asy
|
||||
share/doc/asymptote/examples/monthaxis.asy
|
||||
share/doc/asymptote/examples/mosaic.asy
|
||||
share/doc/asymptote/examples/mosquito.asy
|
||||
share/doc/asymptote/examples/multicontour.asy
|
||||
share/doc/asymptote/examples/near_earth.asy
|
||||
share/doc/asymptote/examples/odetest.asy
|
||||
share/doc/asymptote/examples/onecontour.asy
|
||||
share/doc/asymptote/examples/oneoverx.asy
|
||||
share/doc/asymptote/examples/orthocenter.asy
|
||||
share/doc/asymptote/examples/p-orbital.asy
|
||||
share/doc/asymptote/examples/parametricelevation.asy
|
||||
share/doc/asymptote/examples/parametricgraph.asy
|
||||
share/doc/asymptote/examples/parametricsurface.asy
|
||||
share/doc/asymptote/examples/partialsurface.asy
|
||||
share/doc/asymptote/examples/partitionExample.asy
|
||||
share/doc/asymptote/examples/pathintersectsurface.asy
|
||||
share/doc/asymptote/examples/pdb.asy
|
||||
share/doc/asymptote/examples/penimage.asy
|
||||
share/doc/asymptote/examples/phase.asy
|
||||
share/doc/asymptote/examples/piicon.eps
|
||||
share/doc/asymptote/examples/pipeintersection.asy
|
||||
share/doc/asymptote/examples/pipes.asy
|
||||
share/doc/asymptote/examples/pixel.pdf
|
||||
share/doc/asymptote/examples/planeproject.asy
|
||||
share/doc/asymptote/examples/planes.asy
|
||||
share/doc/asymptote/examples/polararea.asy
|
||||
share/doc/asymptote/examples/polarcircle.asy
|
||||
share/doc/asymptote/examples/polardatagraph.asy
|
||||
share/doc/asymptote/examples/poster.asy
|
||||
share/doc/asymptote/examples/progrid.asy
|
||||
share/doc/asymptote/examples/projectelevation.asy
|
||||
share/doc/asymptote/examples/projectrevolution.asy
|
||||
share/doc/asymptote/examples/quartercircle.asy
|
||||
share/doc/asymptote/examples/quilt.asy
|
||||
share/doc/asymptote/examples/rainbow.asy
|
||||
share/doc/asymptote/examples/randompath3.asy
|
||||
share/doc/asymptote/examples/ring.asy
|
||||
share/doc/asymptote/examples/roll.asy
|
||||
share/doc/asymptote/examples/roundpath.asy
|
||||
share/doc/asymptote/examples/sacone.asy
|
||||
share/doc/asymptote/examples/sacone3D.asy
|
||||
share/doc/asymptote/examples/sacylinder.asy
|
||||
share/doc/asymptote/examples/sacylinder3D.asy
|
||||
share/doc/asymptote/examples/saddle.asy
|
||||
share/doc/asymptote/examples/scaledgraph.asy
|
||||
share/doc/asymptote/examples/secondaryaxis.asy
|
||||
share/doc/asymptote/examples/secondaryaxis.csv
|
||||
share/doc/asymptote/examples/shade.asy
|
||||
share/doc/asymptote/examples/shadedtiling.asy
|
||||
share/doc/asymptote/examples/shadestroke.asy
|
||||
share/doc/asymptote/examples/shellmethod.asy
|
||||
share/doc/asymptote/examples/shellsqrtx01.asy
|
||||
share/doc/asymptote/examples/sin1x.asy
|
||||
share/doc/asymptote/examples/sin3.asy
|
||||
share/doc/asymptote/examples/sinc.asy
|
||||
share/doc/asymptote/examples/sinxlex.asy
|
||||
share/doc/asymptote/examples/slidedemo.asy
|
||||
share/doc/asymptote/examples/slopefield1.asy
|
||||
share/doc/asymptote/examples/smoothelevation.asy
|
||||
share/doc/asymptote/examples/soccerball.asy
|
||||
share/doc/asymptote/examples/spectrum.asy
|
||||
share/doc/asymptote/examples/sphere.asy
|
||||
share/doc/asymptote/examples/spheresilhouette.asy
|
||||
share/doc/asymptote/examples/sphereskeleton.asy
|
||||
share/doc/asymptote/examples/sphericalharmonic.asy
|
||||
share/doc/asymptote/examples/spiral.asy
|
||||
share/doc/asymptote/examples/spiral3.asy
|
||||
share/doc/asymptote/examples/spline.asy
|
||||
share/doc/asymptote/examples/splitpatch.asy
|
||||
share/doc/asymptote/examples/spring.asy
|
||||
share/doc/asymptote/examples/spring0.asy
|
||||
share/doc/asymptote/examples/spring2.asy
|
||||
share/doc/asymptote/examples/sqrtx01.asy
|
||||
share/doc/asymptote/examples/sqrtx01y1.asy
|
||||
share/doc/asymptote/examples/square.asy
|
||||
share/doc/asymptote/examples/star.asy
|
||||
share/doc/asymptote/examples/stereoscopic.asy
|
||||
share/doc/asymptote/examples/stroke3.asy
|
||||
share/doc/asymptote/examples/strokepath.asy
|
||||
share/doc/asymptote/examples/strokeshade.asy
|
||||
share/doc/asymptote/examples/subpictures.asy
|
||||
share/doc/asymptote/examples/superpath.asy
|
||||
share/doc/asymptote/examples/tanh.asy
|
||||
share/doc/asymptote/examples/teapot.asy
|
||||
share/doc/asymptote/examples/tensor.asy
|
||||
share/doc/asymptote/examples/textpath.asy
|
||||
share/doc/asymptote/examples/thermodynamics.asy
|
||||
share/doc/asymptote/examples/threeviews.asy
|
||||
share/doc/asymptote/examples/tile.asy
|
||||
share/doc/asymptote/examples/torus.asy
|
||||
share/doc/asymptote/examples/transparency.asy
|
||||
share/doc/asymptote/examples/treetest.asy
|
||||
share/doc/asymptote/examples/trefoilknot.asy
|
||||
share/doc/asymptote/examples/triads.asy
|
||||
share/doc/asymptote/examples/triangle.asy
|
||||
share/doc/asymptote/examples/triangulate.asy
|
||||
share/doc/asymptote/examples/triceratops.asy
|
||||
share/doc/asymptote/examples/trumpet.asy
|
||||
share/doc/asymptote/examples/truncatedIcosahedron.asy
|
||||
share/doc/asymptote/examples/tvgen.asy
|
||||
share/doc/asymptote/examples/twistedtubes.asy
|
||||
share/doc/asymptote/examples/unitcircle.asy
|
||||
share/doc/asymptote/examples/unitcircle3.asy
|
||||
share/doc/asymptote/examples/unitoctant.asy
|
||||
share/doc/asymptote/examples/upint.asy
|
||||
share/doc/asymptote/examples/vectorfield.asy
|
||||
share/doc/asymptote/examples/vectorfield3.asy
|
||||
share/doc/asymptote/examples/vectorfieldsphere.asy
|
||||
share/doc/asymptote/examples/venn.asy
|
||||
share/doc/asymptote/examples/venn3.asy
|
||||
share/doc/asymptote/examples/vertexshading.asy
|
||||
share/doc/asymptote/examples/washer.asy
|
||||
share/doc/asymptote/examples/washermethod.asy
|
||||
share/doc/asymptote/examples/wedge.asy
|
||||
share/doc/asymptote/examples/westnile.asy
|
||||
share/doc/asymptote/examples/westnile.csv
|
||||
share/doc/asymptote/examples/workcone.asy
|
||||
share/doc/asymptote/examples/worksheet.asy
|
||||
share/doc/asymptote/examples/worldmap.asy
|
||||
share/doc/asymptote/examples/xsin1x.asy
|
||||
share/doc/asymptote/examples/xstitch.asy
|
||||
share/doc/asymptote/examples/xxsq01.asy
|
||||
share/doc/asymptote/examples/xxsq01x-1.asy
|
||||
share/doc/asymptote/examples/xxsq01y.asy
|
||||
share/doc/asymptote/examples/yingyang.asy
|
||||
share/texmf/tex/
|
||||
share/examples/asymptote/
|
||||
share/examples/asymptote/100d.views
|
||||
share/examples/asymptote/1overx.asy
|
||||
share/examples/asymptote/BezierPatch.asy
|
||||
share/examples/asymptote/BezierSurface.asy
|
||||
share/examples/asymptote/Bode.asy
|
||||
share/examples/asymptote/CAD1.asy
|
||||
share/examples/asymptote/CDlabel.asy
|
||||
share/examples/asymptote/Coons.asy
|
||||
share/examples/asymptote/GaussianSurface.asy
|
||||
share/examples/asymptote/Gouraud.asy
|
||||
share/examples/asymptote/Gouraudcontour.asy
|
||||
share/examples/asymptote/HermiteSpline.asy
|
||||
share/examples/asymptote/Hobbycontrol.asy
|
||||
share/examples/asymptote/Hobbydir.asy
|
||||
share/examples/asymptote/Klein.asy
|
||||
share/examples/asymptote/NURBScurve.asy
|
||||
share/examples/asymptote/NURBSsphere.asy
|
||||
share/examples/asymptote/NURBSsurface.asy
|
||||
share/examples/asymptote/Pythagoras.asy
|
||||
share/examples/asymptote/PythagoreanTree.asy
|
||||
share/examples/asymptote/RiemannSurface.asy
|
||||
share/examples/asymptote/RiemannSurfaceRoot.asy
|
||||
share/examples/asymptote/Sierpinski.asy
|
||||
share/examples/asymptote/SierpinskiGasket.asy
|
||||
share/examples/asymptote/SierpinskiSponge.asy
|
||||
share/examples/asymptote/advection.asy
|
||||
share/examples/asymptote/alignbox.asy
|
||||
share/examples/asymptote/alignedaxis.asy
|
||||
share/examples/asymptote/animations/
|
||||
share/examples/asymptote/animations/cube.asy
|
||||
share/examples/asymptote/animations/earthmoon.asy
|
||||
share/examples/asymptote/animations/embeddedmovie.asy
|
||||
share/examples/asymptote/animations/embeddedu3d.asy
|
||||
share/examples/asymptote/animations/externalmovie.asy
|
||||
share/examples/asymptote/animations/glmovie.asy
|
||||
share/examples/asymptote/animations/heatequation.asy
|
||||
share/examples/asymptote/animations/inlinemovie.tex
|
||||
share/examples/asymptote/animations/inlinemovie3.tex
|
||||
share/examples/asymptote/animations/pdfmovie.asy
|
||||
share/examples/asymptote/animations/slidemovies.asy
|
||||
share/examples/asymptote/animations/sphere.asy
|
||||
share/examples/asymptote/animations/torusanimation.asy
|
||||
share/examples/asymptote/animations/wavepacket.asy
|
||||
share/examples/asymptote/animations/wheel.asy
|
||||
share/examples/asymptote/annotation.asy
|
||||
share/examples/asymptote/arrows3.asy
|
||||
share/examples/asymptote/axis3.asy
|
||||
share/examples/asymptote/bars3.asy
|
||||
share/examples/asymptote/basealign.asy
|
||||
share/examples/asymptote/bezier.asy
|
||||
share/examples/asymptote/bezier2.asy
|
||||
share/examples/asymptote/beziercurve.asy
|
||||
share/examples/asymptote/bigdiagonal.asy
|
||||
share/examples/asymptote/billboard.asy
|
||||
share/examples/asymptote/binarytreetest.asy
|
||||
share/examples/asymptote/brokenaxis.asy
|
||||
share/examples/asymptote/buildcycle.asy
|
||||
share/examples/asymptote/cardioid.asy
|
||||
share/examples/asymptote/cards.asy
|
||||
share/examples/asymptote/centroidfg.asy
|
||||
share/examples/asymptote/cheese.asy
|
||||
share/examples/asymptote/circles.asy
|
||||
share/examples/asymptote/clockarray.asy
|
||||
share/examples/asymptote/coag.asy
|
||||
share/examples/asymptote/colons.asy
|
||||
share/examples/asymptote/colorplanes.asy
|
||||
share/examples/asymptote/colors.asy
|
||||
share/examples/asymptote/condor.asy
|
||||
share/examples/asymptote/cones.asy
|
||||
share/examples/asymptote/conicurv.asy
|
||||
share/examples/asymptote/contextfonts.asy
|
||||
share/examples/asymptote/controlsystem.asy
|
||||
share/examples/asymptote/cos2theta.asy
|
||||
share/examples/asymptote/cos3.asy
|
||||
share/examples/asymptote/cosaddition.asy
|
||||
share/examples/asymptote/cpkcolors.asy
|
||||
share/examples/asymptote/cube.asy
|
||||
share/examples/asymptote/curvedlabel.asy
|
||||
share/examples/asymptote/curvedlabel3.asy
|
||||
share/examples/asymptote/cyclohexane.asy
|
||||
share/examples/asymptote/cylinder.asy
|
||||
share/examples/asymptote/cylinderskeleton.asy
|
||||
share/examples/asymptote/datagraph.asy
|
||||
share/examples/asymptote/delu.asy
|
||||
share/examples/asymptote/diagonal.asy
|
||||
share/examples/asymptote/diatom.asy
|
||||
share/examples/asymptote/diatom.csv
|
||||
share/examples/asymptote/dimension.asy
|
||||
share/examples/asymptote/dots.asy
|
||||
share/examples/asymptote/dragon.asy
|
||||
share/examples/asymptote/eetomumu.asy
|
||||
share/examples/asymptote/electromagnetic.asy
|
||||
share/examples/asymptote/elevation.asy
|
||||
share/examples/asymptote/elliptic.asy
|
||||
share/examples/asymptote/epix.asy
|
||||
share/examples/asymptote/equilateral.asy
|
||||
share/examples/asymptote/equilchord.asy
|
||||
share/examples/asymptote/errorbars.asy
|
||||
share/examples/asymptote/exp.asy
|
||||
share/examples/asymptote/exp3.asy
|
||||
share/examples/asymptote/externalprc.tex
|
||||
share/examples/asymptote/extrudedcontour.asy
|
||||
share/examples/asymptote/fano.asy
|
||||
share/examples/asymptote/fequlogo.asy
|
||||
share/examples/asymptote/fermi.asy
|
||||
share/examples/asymptote/filegraph.asy
|
||||
share/examples/asymptote/filegraph.dat
|
||||
share/examples/asymptote/filesurface.asy
|
||||
share/examples/asymptote/filesurface.dat
|
||||
share/examples/asymptote/fillcontour.asy
|
||||
share/examples/asymptote/fin.asy
|
||||
share/examples/asymptote/fjortoft.asy
|
||||
share/examples/asymptote/floatingdisk.asy
|
||||
share/examples/asymptote/floor.asy
|
||||
share/examples/asymptote/flow.asy
|
||||
share/examples/asymptote/flowchartdemo.asy
|
||||
share/examples/asymptote/fractaltree.asy
|
||||
share/examples/asymptote/functionshading.asy
|
||||
share/examples/asymptote/galleon.asy
|
||||
share/examples/asymptote/gamma.asy
|
||||
share/examples/asymptote/gamma3.asy
|
||||
share/examples/asymptote/generalaxis.asy
|
||||
share/examples/asymptote/generalaxis3.asy
|
||||
share/examples/asymptote/graphmarkers.asy
|
||||
share/examples/asymptote/grid.asy
|
||||
share/examples/asymptote/grid3xyz.asy
|
||||
share/examples/asymptote/hatch.asy
|
||||
share/examples/asymptote/helix.asy
|
||||
share/examples/asymptote/hierarchy.asy
|
||||
share/examples/asymptote/histogram.asy
|
||||
share/examples/asymptote/hyperboloid.asy
|
||||
share/examples/asymptote/hyperboloidsilhouette.asy
|
||||
share/examples/asymptote/icon.asy
|
||||
share/examples/asymptote/image.asy
|
||||
share/examples/asymptote/imagecontour.asy
|
||||
share/examples/asymptote/imagehistogram.asy
|
||||
share/examples/asymptote/impact.asy
|
||||
share/examples/asymptote/integraltest.asy
|
||||
share/examples/asymptote/interpolate1.asy
|
||||
share/examples/asymptote/intro.asy
|
||||
share/examples/asymptote/irregularcontour.asy
|
||||
share/examples/asymptote/join.asy
|
||||
share/examples/asymptote/join3.asy
|
||||
share/examples/asymptote/jump.asy
|
||||
share/examples/asymptote/knots.asy
|
||||
share/examples/asymptote/label3.asy
|
||||
share/examples/asymptote/label3ribbon.asy
|
||||
share/examples/asymptote/label3solid.asy
|
||||
share/examples/asymptote/label3zoom.asy
|
||||
share/examples/asymptote/labelbox.asy
|
||||
share/examples/asymptote/labelsquare.asy
|
||||
share/examples/asymptote/laserlattice.asy
|
||||
share/examples/asymptote/latexusage-1.asy
|
||||
share/examples/asymptote/latexusage-2.asy
|
||||
share/examples/asymptote/latexusage-3.asy
|
||||
share/examples/asymptote/latexusage.tex
|
||||
share/examples/asymptote/latticeshading.asy
|
||||
share/examples/asymptote/layers.asy
|
||||
share/examples/asymptote/leastsquares.asy
|
||||
share/examples/asymptote/leastsquares.dat
|
||||
share/examples/asymptote/legend.asy
|
||||
share/examples/asymptote/lever.asy
|
||||
share/examples/asymptote/limit.asy
|
||||
share/examples/asymptote/lineargraph.asy
|
||||
share/examples/asymptote/lineargraph0.asy
|
||||
share/examples/asymptote/lines.asy
|
||||
share/examples/asymptote/linetype.asy
|
||||
share/examples/asymptote/lmfit1.asy
|
||||
share/examples/asymptote/log.asy
|
||||
share/examples/asymptote/log2graph.asy
|
||||
share/examples/asymptote/logdown.asy
|
||||
share/examples/asymptote/loggraph.asy
|
||||
share/examples/asymptote/loggrid.asy
|
||||
share/examples/asymptote/logimage.asy
|
||||
share/examples/asymptote/logo.asy
|
||||
share/examples/asymptote/logo3.asy
|
||||
share/examples/asymptote/logticks.asy
|
||||
share/examples/asymptote/lowint.asy
|
||||
share/examples/asymptote/lowupint.asy
|
||||
share/examples/asymptote/magnetic.asy
|
||||
share/examples/asymptote/makepen.asy
|
||||
share/examples/asymptote/markers1.asy
|
||||
share/examples/asymptote/markers2.asy
|
||||
share/examples/asymptote/markregular.asy
|
||||
share/examples/asymptote/mergeExample.asy
|
||||
share/examples/asymptote/mexicanhat.asy
|
||||
share/examples/asymptote/monthaxis.asy
|
||||
share/examples/asymptote/mosaic.asy
|
||||
share/examples/asymptote/mosquito.asy
|
||||
share/examples/asymptote/multicontour.asy
|
||||
share/examples/asymptote/near_earth.asy
|
||||
share/examples/asymptote/odetest.asy
|
||||
share/examples/asymptote/onecontour.asy
|
||||
share/examples/asymptote/oneoverx.asy
|
||||
share/examples/asymptote/orthocenter.asy
|
||||
share/examples/asymptote/p-orbital.asy
|
||||
share/examples/asymptote/parametricelevation.asy
|
||||
share/examples/asymptote/parametricgraph.asy
|
||||
share/examples/asymptote/parametricsurface.asy
|
||||
share/examples/asymptote/partialsurface.asy
|
||||
share/examples/asymptote/partitionExample.asy
|
||||
share/examples/asymptote/pathintersectsurface.asy
|
||||
share/examples/asymptote/pdb.asy
|
||||
share/examples/asymptote/penfunctionimage.asy
|
||||
share/examples/asymptote/penimage.asy
|
||||
share/examples/asymptote/phase.asy
|
||||
share/examples/asymptote/piicon.eps
|
||||
share/examples/asymptote/pipeintersection.asy
|
||||
share/examples/asymptote/pipes.asy
|
||||
share/examples/asymptote/pixel.pdf
|
||||
share/examples/asymptote/planeproject.asy
|
||||
share/examples/asymptote/planes.asy
|
||||
share/examples/asymptote/polararea.asy
|
||||
share/examples/asymptote/polarcircle.asy
|
||||
share/examples/asymptote/polardatagraph.asy
|
||||
share/examples/asymptote/poster.asy
|
||||
share/examples/asymptote/progrid.asy
|
||||
share/examples/asymptote/projectelevation.asy
|
||||
share/examples/asymptote/projectrevolution.asy
|
||||
share/examples/asymptote/quartercircle.asy
|
||||
share/examples/asymptote/quilt.asy
|
||||
share/examples/asymptote/rainbow.asy
|
||||
share/examples/asymptote/randompath3.asy
|
||||
share/examples/asymptote/ring.asy
|
||||
share/examples/asymptote/roll.asy
|
||||
share/examples/asymptote/roundpath.asy
|
||||
share/examples/asymptote/sacone.asy
|
||||
share/examples/asymptote/sacone3D.asy
|
||||
share/examples/asymptote/sacylinder.asy
|
||||
share/examples/asymptote/sacylinder3D.asy
|
||||
share/examples/asymptote/saddle.asy
|
||||
share/examples/asymptote/scaledgraph.asy
|
||||
share/examples/asymptote/secondaryaxis.asy
|
||||
share/examples/asymptote/secondaryaxis.csv
|
||||
share/examples/asymptote/shade.asy
|
||||
share/examples/asymptote/shadedtiling.asy
|
||||
share/examples/asymptote/shadestroke.asy
|
||||
share/examples/asymptote/shellmethod.asy
|
||||
share/examples/asymptote/shellsqrtx01.asy
|
||||
share/examples/asymptote/sin1x.asy
|
||||
share/examples/asymptote/sin3.asy
|
||||
share/examples/asymptote/sinc.asy
|
||||
share/examples/asymptote/sinxlex.asy
|
||||
share/examples/asymptote/slidedemo.asy
|
||||
share/examples/asymptote/slopefield1.asy
|
||||
share/examples/asymptote/smoothelevation.asy
|
||||
share/examples/asymptote/soccerball.asy
|
||||
share/examples/asymptote/spectrum.asy
|
||||
share/examples/asymptote/sphere.asy
|
||||
share/examples/asymptote/spheresilhouette.asy
|
||||
share/examples/asymptote/sphereskeleton.asy
|
||||
share/examples/asymptote/sphericalharmonic.asy
|
||||
share/examples/asymptote/spiral.asy
|
||||
share/examples/asymptote/spiral3.asy
|
||||
share/examples/asymptote/spline.asy
|
||||
share/examples/asymptote/splitpatch.asy
|
||||
share/examples/asymptote/spring.asy
|
||||
share/examples/asymptote/spring0.asy
|
||||
share/examples/asymptote/spring2.asy
|
||||
share/examples/asymptote/sqrtx01.asy
|
||||
share/examples/asymptote/sqrtx01y1.asy
|
||||
share/examples/asymptote/square.asy
|
||||
share/examples/asymptote/star.asy
|
||||
share/examples/asymptote/stereoscopic.asy
|
||||
share/examples/asymptote/stroke3.asy
|
||||
share/examples/asymptote/strokepath.asy
|
||||
share/examples/asymptote/strokeshade.asy
|
||||
share/examples/asymptote/subpictures.asy
|
||||
share/examples/asymptote/superpath.asy
|
||||
share/examples/asymptote/tanh.asy
|
||||
share/examples/asymptote/teapot.asy
|
||||
share/examples/asymptote/tensor.asy
|
||||
share/examples/asymptote/textpath.asy
|
||||
share/examples/asymptote/thermodynamics.asy
|
||||
share/examples/asymptote/threeviews.asy
|
||||
share/examples/asymptote/tile.asy
|
||||
share/examples/asymptote/torus.asy
|
||||
share/examples/asymptote/transparency.asy
|
||||
share/examples/asymptote/treetest.asy
|
||||
share/examples/asymptote/trefoilknot.asy
|
||||
share/examples/asymptote/triads.asy
|
||||
share/examples/asymptote/triangle.asy
|
||||
share/examples/asymptote/triangulate.asy
|
||||
share/examples/asymptote/triceratops.asy
|
||||
share/examples/asymptote/trumpet.asy
|
||||
share/examples/asymptote/truncatedIcosahedron.asy
|
||||
share/examples/asymptote/tvgen.asy
|
||||
share/examples/asymptote/twistedtubes.asy
|
||||
share/examples/asymptote/unitcircle.asy
|
||||
share/examples/asymptote/unitcircle3.asy
|
||||
share/examples/asymptote/unitoctant.asy
|
||||
share/examples/asymptote/upint.asy
|
||||
share/examples/asymptote/vectorfield.asy
|
||||
share/examples/asymptote/vectorfield3.asy
|
||||
share/examples/asymptote/vectorfieldsphere.asy
|
||||
share/examples/asymptote/venn.asy
|
||||
share/examples/asymptote/venn3.asy
|
||||
share/examples/asymptote/vertexshading.asy
|
||||
share/examples/asymptote/washer.asy
|
||||
share/examples/asymptote/washermethod.asy
|
||||
share/examples/asymptote/wedge.asy
|
||||
share/examples/asymptote/westnile.asy
|
||||
share/examples/asymptote/westnile.csv
|
||||
share/examples/asymptote/workcone.asy
|
||||
share/examples/asymptote/worksheet.asy
|
||||
share/examples/asymptote/worldmap.asy
|
||||
share/examples/asymptote/xsin1x.asy
|
||||
share/examples/asymptote/xstitch.asy
|
||||
share/examples/asymptote/xxsq01.asy
|
||||
share/examples/asymptote/xxsq01x-1.asy
|
||||
share/examples/asymptote/xxsq01y.asy
|
||||
share/examples/asymptote/yingyang.asy
|
||||
share/texmf/tex/context/
|
||||
share/texmf/tex/context/third/
|
||||
share/texmf/tex/context/third/asymptote/
|
||||
share/texmf/tex/context/third/asymptote/colo-asy.tex
|
||||
share/texmf/tex/latex/
|
||||
share/texmf/tex/latex/asymptote/
|
||||
share/texmf/tex/latex/asymptote/asycolors.sty
|
||||
share/texmf/tex/latex/asymptote/asymptote.sty
|
||||
share/texmf/tex/latex/asymptote/latexmkrc
|
||||
share/texmf/tex/latex/asymptote/ocg.sty
|
||||
@exec mktexlsr > /dev/null 2>&1
|
||||
@exec texlinks
|
||||
@unexec-delete mktexlsr > /dev/null 2>&1
|
||||
@unexec-delete texlinks
|
||||
|
Loading…
Reference in New Issue
Block a user