Home
last modified time | relevance | path

Searched refs:xasy (Results 1 – 25 of 36) sorted by relevance

12

/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/GUI/
H A DxasyExample.asy2 // This file was generated by xasy. It may be edited manually, however, a strict
4 // in the form of a script either by using xasy or by mimicking the format of an
5 // xasy-generated script item.
/dports/math/asymptote/asymptote-2.67/GUI/configs/
H A Dxasykeymap.cson1 # Default Keymaps for xasy
H A Dxasyconfig.cson1 # Default Options for xasy
/dports/math/asymptote/asymptote-2.67/base/
H A Dplain_shipout.asy5 if(settings.xasy)
91 if(settings.xasy || (!implicitshipout && defaultprefix)) {
/dports/math/asymptote/asymptote-2.67/
H A Dasymptote.nsi113 CreateShortCut "$DESKTOP\Xasy.lnk" "$INSTDIR\GUI\xasy.py"
114 CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Xasy.lnk" "$INSTDIR\GUI\xasy.py"
H A DMakefile.in122 ln -sf GUI/xasy.py $(XNAME); \
H A DReleaseNotes135 dvisvgm (2.7.4), graphic() can only display SVG output (used by the xasy
187 Under MacOS X, 3D rendering is supported again, the xasy menubar is
233 The xasy graphical front end for Asymptote has been rewritten to
287 An integer division operator # was added. Control points in xasy are now
406 The xasy graphical user interface now terminates the asy process on exit.
421 The xasy code editor now accepts command-line options. Under MSWindows,
501 the machine state. Pipes are now used for xasy communication. A new mode
549 circle and ellipse functions. PDF TeX engines are now supported in xasy.
1129 over PDF files. A problem with xasy under MSDOS was fixed.
1379 animate.asy). Transparency groups are now respected by xasy.
[all …]
H A DChangeLog671 Fix xasy svg shading.
2016 Fix xasy resize.
6405 Port xasy to MSDOS.
6564 Read in xasy version.
7232 Detect xasy with settings.xasy; reinstate bounding box in example.
7282 Test new xasy mode.
8965 Rename xasyQt to xasy and original xasy to xasyTk.
9014 Add initial qt xasy.
30028 Update xasy location.
30369 Rename xasy.py to xasy.
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dasymptote.nsi116 CreateShortCut "$DESKTOP\Xasy.lnk" "$INSTDIR\xasy.py"
117 CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Xasy.lnk" "$INSTDIR\xasy.py"
H A Dasymptote.spec39 %{__sed} -i 's|^#!/usr/bin/env python$|#!%{__python}|' GUI/xasy.py
H A DMakefile.in101 ln -sf GUI/xasy.py $(XNAME); \
H A DReleaseNotes78 The xasy graphical user interface now terminates the asy process on exit.
79 The xasy code editor under MSWindows was fixed; the default code editor is
93 The xasy code editor now accepts command-line options. Under MSWindows,
173 the machine state. Pipes are now used for xasy communication. A new mode
221 circle and ellipse functions. PDF TeX engines are now supported in xasy.
773 xasy can now be run from a write-protected directory again. A work around
801 over PDF files. A problem with xasy under MSDOS was fixed.
1028 xasy was fixed. The sticky bit is no longer set when creating the ~/.asy
1051 animate.asy). Transparency groups are now respected by xasy.
1073 boxes were fixed. The xasy diagnostic Console should now work reliably on
[all …]
H A DChangeLog24669 D /trunk/asymptote/xasy
24931 Configure xasy version.
25706 Update xasy file name.
25719 A /trunk/asymptote/GUI/xasy.py (from /trunk/asymptote/GUI/xasy:2831)
25722 R /trunk/asymptote/xasy
25731 Update xasy location.
26174 R /trunk/asymptote/xasy
26185 A /trunk/asymptote/GUI/xasy (from /trunk/asymptote/GUI/xasy.py:2778)
26189 Rename xasy.py to xasy.
26335 Removed signals for xasy
[all …]
/dports/math/asymptote/asymptote-2.67/examples/
H A Dorthocenter.asy6 if(!settings.xasy && settings.outformat != "svg") settings.tex="pdflatex";
/dports/science/pagmo2/pagmo2-2.18.0/include/pagmo/problems/
H A Dcec2013.hpp147 … PAGMO_DLL_LOCAL void asyfunc(const double *x, double *xasy, const unsigned nx, double beta) const;
H A Dcec2014.hpp221 … PAGMO_DLL_LOCAL void asyfunc(const double *x, double *xasy, const unsigned nx, double beta) const;
/dports/math/asymptote/asymptote-2.67/doc/
H A DMakefile.in1 MANFILES = asy.1 xasy.1x
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/doc/
H A DMakefile.in1 MANFILES = asy.1 xasy.1x
/dports/math/asymptote/asymptote-2.67/GUI/
H A Dxasy2asy.py40 xasy=chr(4)+"\n" variable in AsymptoteEngine
327 fout.write(self.asyEngine.xasy)
571 fout.write(asy.xasy)
817 fout.write(self.asyengine.xasy)
/dports/science/pagmo2/pagmo2-2.18.0/src/problems/
H A Dcec2013.cpp1058 void cec2013::asyfunc(const double *x, double *xasy, const unsigned nx, double beta) const in asyfunc() argument
1062 if (x[i] > 0) xasy[i] = std::pow(x[i], 1.0 + (beta * i) / (nx - 1u) * std::pow(x[i], 0.5)); in asyfunc()
H A Dcec2014.cpp1282 void cec2014::asyfunc(const double *x, double *xasy, const unsigned nx, double beta) const in asyfunc() argument
1288 xasy[i] = std::pow(x[i], 1.0 + beta * i / (nx - 1) * std::pow(x[i], 0.5)); in asyfunc()
/dports/math/asymptote/asymptote-2.67/doc/FAQ/
H A Dasy-faq.bfnn134 No, you don't need \courier{tkinter\} unless you want to try out the GUI \courier{xasy\}. Try
584 (iv) use the xasy GUI to move overlapping labels;
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/doc/FAQ/
H A Dasy-faq.bfnn134 No, you don't need \courier{tkinter\} unless you want to try out the GUI \courier{xasy\}. Try
584 (iv) use the xasy GUI to move overlapping labels;
H A Dasy-faq.info363 No, you don't need tkinter unless you want to try out the GUI xasy. Try
897 (iv) use the xasy GUI to move overlapping labels;
/dports/print/texlive-base/texlive-20150521-source/
H A DREADME.4layout438 This subdirectory contains the sources for 'asy' and 'xasy' but due to

12