├── .gitignore ├── Asymptote ├── Asymptote-zh │ ├── CDlabel.asy │ ├── CLEAN.bat │ ├── Coons.asy │ ├── Gouraud.asy │ ├── MAKEPDF.bat │ ├── Pythagoras.asy │ ├── asycolors.sty │ ├── asymptote-zh.pdf │ ├── asysyntex.tex │ ├── axialshade.asy │ ├── bezier2.asy │ ├── beziercurve.asy │ ├── bigdiagonal.asy │ ├── bigsquare.asy │ ├── cleantmp │ ├── clippath.asy │ ├── colons.asy │ ├── colors.asy │ ├── cube.asy │ ├── diagonal.asy │ ├── dots.asy │ ├── fzfonts.tex │ ├── hatch.asy │ ├── join.asy │ ├── labelalign.asy │ ├── labelsquare.asy │ ├── latticeshading.asy │ ├── linecap.asy │ ├── linejoin.asy │ ├── linetype.asy │ ├── logo.asy │ ├── main.tex │ ├── makepdf │ ├── makepen.asy │ ├── mexicanhat.asy │ ├── quartercircle.asy │ ├── shadedtiling.asy │ ├── shadestroke.asy │ ├── square.asy │ ├── subpictures.asy │ ├── superpath.asy │ ├── tile.asy │ ├── transparency.asy │ └── windingnumber.asy ├── AsymptoteByExample │ ├── AsymptoteByExample.pdf │ ├── CLEAN.bat │ ├── MAKEPDF.bat │ ├── asy.bib │ ├── asymptote.sty │ ├── asysyntex.sty │ ├── automata.pdf │ ├── automata.tex │ ├── automata_hand.pdf │ ├── cct.ist │ ├── cleantmp │ ├── figure-src │ │ ├── CJKmove.sty │ │ ├── area.asy │ │ ├── automata.asy │ │ ├── automata_hand.asy │ │ ├── ballfill.asy │ │ ├── convexhull.asy │ │ ├── digraph.asy │ │ ├── hanoi.asy │ │ ├── hsvinter.asy │ │ ├── hyper.asy │ │ ├── movie15.sty │ │ ├── node.asy │ │ ├── recplot.asy │ │ ├── simplenode.asy │ │ ├── stars.asy │ │ ├── tiling.asy │ │ └── xiantu.asy │ ├── gpl-3.0.tex │ ├── main.tex │ ├── makepdf │ ├── myfonts.sty │ ├── stars.pdf │ ├── stars.tex │ ├── tiling.pdf │ ├── tiling.tex │ ├── xasy.png │ ├── xiantu-ancient.pdf │ ├── xiantu.pdf │ └── xiantu.tex └── NotesOnAsy │ ├── 20.asy │ ├── 3D-Fonts.asy │ ├── 3D-Label.asy │ ├── Angle-Mark.asy │ ├── Another-Parametric-Surface.asy │ ├── Arc.asy │ ├── Arrows.asy │ ├── Axes3-Test.asy │ ├── Background-another.asy │ ├── Background.asy │ ├── Bezier-Patch-Complex.asy │ ├── Bezier-Patch-Principle.asy │ ├── Bezier-Patch-Shading.asy │ ├── Bezier-Patch-Simple.asy │ ├── Bezier-Principle-1.asy │ ├── Bezier-Principle-2.asy │ ├── Bezier-Surface-Principle.asy │ ├── Bezier-Surface-Tangent-Plane.asy │ ├── Bezier-Surface.asy │ ├── Bounds-1.asy │ ├── Bounds-2.asy │ ├── Box-Circle-Ellipse.asy │ ├── C60.asy │ ├── Chinese-Label.asy │ ├── Circle-3.asy │ ├── Circle-XY-YZ-ZX.asy │ ├── Circle.asy │ ├── Circle2.asy │ ├── Circle3.asy │ ├── CircleXYYZZX.asy │ ├── Clip-1.asy │ ├── Clip-2.asy │ ├── Clip-3.asy │ ├── Compass-1.asy │ ├── Compass-2.asy │ ├── Compass.asy │ ├── Complex-Re-Im.asy │ ├── Complex-Shading.asy │ ├── Cone.asy │ ├── Contour-2D.asy │ ├── Contour-Curve.asy │ ├── Contour-Other.asy │ ├── Contour-levels.asy │ ├── Contour-lines.asy │ ├── Contour-proj.asy │ ├── Contour3-Cheese.asy │ ├── Contour3-Ellipsoid.asy │ ├── Contour3-Sphere.asy │ ├── Contour3-Spherical-Harmonic.asy │ ├── Cube-Shading.asy │ ├── Curve-Torus.asy │ ├── Curve.asy │ ├── Curve3.asy │ ├── Cyclic-Star.asy │ ├── Cylinder-Coordinate.asy │ ├── Dashed-Line.asy │ ├── Data.asy │ ├── Domain.asy │ ├── Ellipsoid-1.asy │ ├── Elliptic-Paraboloid.asy │ ├── Erfc.asy │ ├── EvenOdd.asy │ ├── Example.asy │ ├── Extrude-Contour.asy │ ├── Extrude-Hyperbolic.asy │ ├── Extrude-LaTeX.asy │ ├── Extrude-test-1.asy │ ├── Extrude-test-2.asy │ ├── Extrude-test-3.asy │ ├── FillDraw.asy │ ├── Flows.asy │ ├── FootBall-backup.asy │ ├── FootBall.asy │ ├── For-Circle.asy │ ├── For-Dots.asy │ ├── For-Ellipses.asy │ ├── For-Grid.asy │ ├── For-Label.asy │ ├── For-Square.asy │ ├── For-Star.asy │ ├── Fractal-Another.asy │ ├── Fractal.asy │ ├── Function-Shading.asy │ ├── Graph-Test-1.asy │ ├── Graph-Test-2.asy │ ├── Graph-Test-3.asy │ ├── Graph-Ticks.asy │ ├── Graph-of-Function-1.asy │ ├── Graph-of-Function-2.asy │ ├── GraphTheory.asy │ ├── GreatRhombicuboctahedron.asy │ ├── Grids-3D.asy │ ├── Grids-Surface.asy │ ├── Hatch.asy │ ├── Heart.asy │ ├── Hyperbolic-Paraboloid.asy │ ├── Hyperbolic-WireFrame-another.asy │ ├── Hyperbolic-WireFrame.asy │ ├── Hyperboloid-of-One-Sheet-Parametric.asy │ ├── Hyperboloid-of-One-Sheet.asy │ ├── Hyperboloid-of-Two-Sheets.asy │ ├── Impact-Modified.asy │ ├── InTick-OutTicks.asy │ ├── Interp.asy │ ├── Intersection-of-Two-Surfaces.asy │ ├── Intersection.asy │ ├── Koch-Cube.asy │ ├── LICENSE │ ├── Label-Curve-1.asy │ ├── Label-Curve-2.asy │ ├── Label-Curve-3.asy │ ├── LiftingFontsto3D.asy │ ├── LiftingTeXto3D-2.asy │ ├── LiftingTeXto3D.asy │ ├── List-Plot-3D-Spline.asy │ ├── List-Plot-3D.asy │ ├── List-Points-3D-Surface.asy │ ├── List-Points-3D.asy │ ├── MAI │ ├── book-one │ │ ├── 0-1.asy │ │ ├── 0-1.pdf │ │ ├── 0-2.asy │ │ ├── 0-2.pdf │ │ ├── 0-3.asy │ │ ├── 0-3.pdf │ │ ├── 0-4.asy │ │ ├── 0-4.pdf │ │ ├── 1-1.asy │ │ ├── 1-1.pdf │ │ ├── 1-11.asy │ │ ├── 1-11.pdf │ │ ├── 1-12.asy │ │ ├── 1-12.pdf │ │ ├── 1-14.asy │ │ ├── 1-14.pdf │ │ ├── 1-15.asy │ │ ├── 1-15.pdf │ │ ├── 1-16.asy │ │ ├── 1-16.pdf │ │ ├── 1-17.asy │ │ ├── 1-17.pdf │ │ ├── 1-18.asy │ │ ├── 1-18.pdf │ │ ├── 1-19.asy │ │ ├── 1-19.pdf │ │ ├── 1-2.asy │ │ ├── 1-2.pdf │ │ ├── 1-20.asy │ │ ├── 1-20.pdf │ │ ├── 1-21.asy │ │ ├── 1-21.pdf │ │ ├── 1-22.asy │ │ ├── 1-22.pdf │ │ ├── 1-23.asy │ │ ├── 1-23.pdf │ │ ├── 1-24.asy │ │ ├── 1-24.pdf │ │ ├── 1-25.asy │ │ ├── 1-25.pdf │ │ ├── 1-26.asy │ │ ├── 1-26.pdf │ │ ├── 1-27.asy │ │ ├── 1-27.pdf │ │ ├── 1-28.asy │ │ ├── 1-28.pdf │ │ ├── 1-29.asy │ │ ├── 1-29.pdf │ │ ├── 1-3.asy │ │ ├── 1-3.pdf │ │ ├── 1-30.asy │ │ ├── 1-30.pdf │ │ ├── 1-31.asy │ │ ├── 1-31.pdf │ │ ├── 1-4.asy │ │ ├── 1-4.pdf │ │ ├── 1-8.asy │ │ ├── 1-8.pdf │ │ ├── 1-9.asy │ │ ├── 1-9.pdf │ │ ├── 2-1.asy │ │ ├── 2-1.pdf │ │ ├── 2-2.asy │ │ ├── 2-2.pdf │ │ ├── 2-3.asy │ │ ├── 2-3.pdf │ │ ├── 2-5.asy │ │ ├── 2-5.pdf │ │ ├── 2-6.asy │ │ ├── 2-6.pdf │ │ ├── 2-8.asy │ │ ├── 2-8.pdf │ │ ├── 3-1.asy │ │ ├── 3-1.pdf │ │ ├── 3-2.asy │ │ ├── 3-2.pdf │ │ ├── 3-3.asy │ │ ├── 3-3.pdf │ │ ├── 3-4.asy │ │ ├── 3-4.pdf │ │ ├── 3-5.asy │ │ ├── 3-5.pdf │ │ ├── 3-6.asy │ │ ├── 3-6.pdf │ │ ├── 3-8.asy │ │ ├── 3-8.pdf │ │ ├── 4-10.asy │ │ ├── 4-10.pdf │ │ ├── 4-11.asy │ │ ├── 4-11.pdf │ │ ├── 4-12.asy │ │ ├── 4-12.pdf │ │ ├── 4-2.asy │ │ ├── 4-2.pdf │ │ ├── 4-5.asy │ │ ├── 4-5.pdf │ │ ├── 4-6.asy │ │ ├── 4-6.pdf │ │ ├── 4-7.asy │ │ ├── 4-7.pdf │ │ ├── 4-9.asy │ │ ├── 4-9.pdf │ │ ├── 5-1.asy │ │ ├── 5-1.pdf │ │ ├── 5-10.asy │ │ ├── 5-10.pdf │ │ ├── 5-11.asy │ │ ├── 5-11.pdf │ │ ├── 5-12.asy │ │ ├── 5-12.pdf │ │ ├── 5-13.asy │ │ ├── 5-13.pdf │ │ ├── 5-14.asy │ │ ├── 5-14.pdf │ │ ├── 5-15.asy │ │ ├── 5-15.pdf │ │ ├── 5-16.asy │ │ ├── 5-16.pdf │ │ ├── 5-17.asy │ │ ├── 5-17.pdf │ │ ├── 5-18.asy │ │ ├── 5-18.pdf │ │ ├── 5-19.asy │ │ ├── 5-19.pdf │ │ ├── 5-2.asy │ │ ├── 5-2.pdf │ │ ├── 5-3.asy │ │ ├── 5-3.pdf │ │ ├── 5-4.asy │ │ ├── 5-4.pdf │ │ ├── 5-6.asy │ │ ├── 5-6.pdf │ │ ├── 5-7.asy │ │ ├── 5-7.pdf │ │ ├── 5-9.asy │ │ ├── 5-9.pdf │ │ ├── 6-10.asy │ │ ├── 6-10.pdf │ │ ├── 6-11.asy │ │ ├── 6-11.pdf │ │ ├── 6-12.asy │ │ ├── 6-12.pdf │ │ ├── 6-3.asy │ │ ├── 6-3.pdf │ │ ├── 6-4.asy │ │ ├── 6-4.pdf │ │ ├── 6-5.asy │ │ ├── 6-5.pdf │ │ ├── 6-6.asy │ │ ├── 6-6.pdf │ │ ├── 6-7.asy │ │ ├── 6-7.pdf │ │ ├── 6-9.asy │ │ └── 6-9.pdf │ └── book-two │ │ ├── 7-2.asy │ │ ├── 7-2.pdf │ │ ├── 8-11.asy │ │ ├── 8-11.pdf │ │ ├── 8-5.asy │ │ └── 8-5.pdf │ ├── Material-Invisible.asy │ ├── Mathematica-Costa.nb │ ├── Mathematica-Label.asy │ ├── Mathematica-Obj.asy │ ├── MengerSponge-20091213.asy │ ├── Midpoint.asy │ ├── Mobius-Band.asy │ ├── Mobius-Principle.asy │ ├── Moubius-Strip.asy │ ├── Multi-View.asy │ ├── NURBStest.asy │ ├── NotePad++0.png │ ├── NotePad++a.png │ ├── NotePad++b.png │ ├── NotePad++c.png │ ├── NotePad++x.png │ ├── NotePad++y.png │ ├── NotesOnAsy.tex │ ├── ObliqueX.asy │ ├── Orthographic.asy │ ├── Parabolic-Cylinder.asy │ ├── Parameter-Curve-1.asy │ ├── Parameter-Curve-2.asy │ ├── Parameter-Curve.asy │ ├── Parameter-Curve3.asy │ ├── Parameter-Surface.asy │ ├── Path3-Surface.asy │ ├── Perpendicular.asy │ ├── Perspective.asy │ ├── Piecewise-Function.asy │ ├── Pipeintersection-New.asy │ ├── Planar-True.asy │ ├── PlaneCurve-SurfaceCurve.asy │ ├── PlaneProject.asy │ ├── Polar-Coordinate.asy │ ├── Polygon.asy │ ├── Polyhedron-20-1.asy │ ├── Polyhedron-20-2.asy │ ├── Polyhedron-20.asy │ ├── Precontrol-Postcontrol.asy │ ├── PseudoSphere.asy │ ├── PythagoreanTree-new.asy │ ├── Random.asy │ ├── Revolution-x2.asy │ ├── Revolution.asy │ ├── Rotation.asy │ ├── Schwarz-Example.asy │ ├── SciTE.png │ ├── Segment-Points.asy │ ├── Series-1.asy │ ├── Series-2.asy │ ├── Shading-abs.asy │ ├── Shading-zpart.asy │ ├── Shift.asy │ ├── SierpinskiSponge-1-1.asy │ ├── SierpinskiSponge-1.asy │ ├── SierpinskiSponge-2-2.asy │ ├── SierpinskiSponge-2.asy │ ├── SierpinskiSponge-3-3.asy │ ├── SierpinskiSponge-3.asy │ ├── Silhouette.asy │ ├── Simple-Example.asy │ ├── Skeleton.asy │ ├── Slant.asy │ ├── Slide-MultiMedia.asy │ ├── Slide-test.asy │ ├── Sphere-1.asy │ ├── Sphere-2.asy │ ├── Sphere-Shading.asy │ ├── Sphere-Vector-Field-1.asy │ ├── Sphere-Vector-Field-2.asy │ ├── Sphere-Vector-Field-3.asy │ ├── Spherical-3.asy │ ├── Spherical-4.asy │ ├── Spherical-Coordinate-Example.asy │ ├── Spherical-Coordinate.asy │ ├── Spherical-Graph.asy │ ├── Spherical-Harmonic.asy │ ├── Spherical-Region.asy │ ├── Spherical-Steiner-Surface.asy │ ├── Spherical-Triangle.asy │ ├── Sub-Picture-1.asy │ ├── Sub-Picture-2.asy │ ├── Subfigure.asy │ ├── Surface-Local-2.asy │ ├── Surface-Local-Enneper.asy │ ├── Surface-Local-Section.asy │ ├── Surface-Local.asy │ ├── Tensor-Shade.asy │ ├── Three-Views.asy │ ├── Torus.asy │ ├── Tree.asy │ ├── Tremble.asy │ ├── Tube-Fonts.asy │ ├── Tube-polygon.asy │ ├── Tube-unitcircle.asy │ ├── Two-Surfaces.asy │ ├── UnitSphere-Longitude.asy │ ├── UnitSphere.asy │ ├── Vase.asy │ ├── Viviani-Curve.asy │ ├── Viviani-Solid.asy │ ├── Viviani.asy │ ├── Wave-Shading.asy │ ├── XY-YZ-ZX-PlaneProject.asy │ ├── XY-YZ-ZX-unitsquare3.asy │ ├── Xasy.asy │ ├── animations │ ├── 99-animation.asy │ ├── Animations-test.asy │ ├── Bezier-Animation.asy │ ├── GIF-Animation.asy │ ├── Mobius-Animation.asy │ ├── OpenGL-Animation.asy │ ├── PDF-Animation.asy │ ├── Random-Numbers.asy │ ├── little-k-k.asy │ ├── qiqi.asy │ └── tuyouyou-2014.asy │ ├── asy.api │ ├── asy4cn.asy │ ├── asyapi.asy │ ├── asysyntax.tex │ ├── asyxml.asy │ ├── context.asy │ ├── data-1.txt │ ├── data.txt │ ├── filegraph.asy │ ├── fzfonts.tex │ ├── generator.asy │ ├── hole.asy │ ├── main.tex │ ├── octahedron.asy │ ├── ollydbg │ ├── config_asy_highlight.swf │ ├── exe.txt │ ├── test.asy │ ├── userCodeComplete.asy │ └── userDefineLangxml.asy │ ├── path3-Bezier.asy │ ├── scatter.txt │ ├── secondary.asy │ ├── sf1.obj │ ├── sf2.obj │ ├── shadow.asy │ ├── test.asy │ ├── unitbox.asy │ └── userDefineLangxml.asy ├── BIBLaTeX └── biblatex-zh-cn │ ├── .gitignore │ ├── Appendix.tex │ ├── AuthorGuide.tex │ ├── DatabaseGuide.tex │ ├── Introduction.tex │ ├── README.md │ ├── UserGuide.tex │ ├── biblatex-localcnstring.tex │ ├── biblatex-zh-cn.pdf │ ├── biblatex-zh-cn.tex │ ├── format-biblatex-zh-cn.sty │ ├── makeclear.bat │ └── makefile.bat ├── BIBTeX ├── tamethebeast.zip ├── ttb-zh-cn.pdf └── ttb-zh-cn.zip ├── README.md ├── amsmath-zh └── UsersGuideForamsmathpackage-zh-cn.pdf ├── beamer └── beamer用户手册(V3.24)中译版.pdf ├── caption ├── .gitignore ├── caption-chs.pdf ├── caption-eng.pdf ├── caption-eng.tex ├── caption-zh-cn.tex ├── cat.eps └── elephant.eps ├── cls-guide └── clsguide-zh-cn.pdf ├── fancyhdr └── fancyhdr_chs.pdf ├── geometry └── geometry_trans2.0.pdf ├── hyperref └── hyperref-zh-cn.pdf ├── metapost ├── CHANGES ├── README ├── manual │ ├── Makefile │ ├── README │ ├── TODO │ ├── agepop91.d │ ├── agepopm.d │ ├── charts.mp │ ├── clean.bat │ ├── cm2lm.map │ ├── countries.d │ ├── ctabbing.sty │ ├── demo.ms │ ├── energy.d │ ├── figs.1 │ ├── figs.mp │ ├── grdemo-doc.ms │ ├── grdemo-doc.ps │ ├── grdemo.eps │ ├── grdemo.mp │ ├── grdemo.ms │ ├── lead.d │ ├── makePDF.bat │ ├── matmul.d │ ├── mpboxes.bib │ ├── mpboxes.mp │ ├── mpboxes.tex │ ├── mpgraph.bib │ ├── mpgraph.mp │ ├── mpgraph.tex │ ├── mplibapi.tex │ ├── mpman-app-legacy.tex │ ├── mpman-app-numbersystems.tex │ ├── mpman-app-optab.tex │ ├── mpman-app-refman.tex │ ├── mpman-charts.mp │ ├── mpman.bib │ ├── mpman.ist │ ├── mpman.mp │ ├── mpman.tex │ └── timepop.d └── tutorial │ ├── Makefile │ ├── abstract.tex │ ├── annulus.mp │ ├── arrows.tex │ ├── biblio.tex │ ├── circles.mp │ ├── clean.bat │ ├── commands.tex │ ├── compilation.tex │ ├── conclusion.tex │ ├── data.d │ ├── data.mp │ ├── data.tex │ ├── draw.mp │ ├── draw.tex │ ├── fill.mp │ ├── fill.tex │ ├── graph.tex │ ├── inclusion.tex │ ├── intro.tex │ ├── label.mp │ ├── label.tex │ ├── makePDF.bat │ ├── mpintro.bib │ ├── mpintro.tex │ ├── paperclip.mp │ ├── parabola.mp │ └── previewer.png ├── natbib └── natbib-zh-银俊成.pdf ├── optidef ├── Optidef-ZH-CN.pdf └── Optidef-ZH-CN.tex ├── paralist ├── paralist.pdf └── paralist.rar ├── pgfmanual ├── README.md ├── doc-zh │ ├── AUTHORS │ ├── README │ ├── images │ │ ├── brave-gnu-world-logo-mask.bb │ │ ├── brave-gnu-world-logo-mask.jpg │ │ ├── brave-gnu-world-logo.25.bb │ │ ├── brave-gnu-world-logo.25.eps │ │ ├── brave-gnu-world-logo.25.jpg │ │ ├── brave-gnu-world-logo.bb │ │ ├── brave-gnu-world-logo.eps │ │ ├── brave-gnu-world-logo.jpg │ │ ├── brave-gnu-world-logo.xbb │ │ ├── pgfmanual-mindmap-1.pdf │ │ └── pgfmanual-mindmap-2.pdf │ ├── macros │ │ └── pgfmanual-en-macros.tex │ ├── text-en │ │ ├── auto │ │ │ └── pgfmanual-en-introduction.el │ │ ├── pgfmanual-en-base-actions.tex │ │ ├── pgfmanual-en-base-arrows.tex │ │ ├── pgfmanual-en-base-decorations.tex │ │ ├── pgfmanual-en-base-design.tex │ │ ├── pgfmanual-en-base-external.tex │ │ ├── pgfmanual-en-base-images.tex │ │ ├── pgfmanual-en-base-internalregisters.tex │ │ ├── pgfmanual-en-base-layers.tex │ │ ├── pgfmanual-en-base-matrices.tex │ │ ├── pgfmanual-en-base-nodes.tex │ │ ├── pgfmanual-en-base-paths.tex │ │ ├── pgfmanual-en-base-patterns.tex │ │ ├── pgfmanual-en-base-plots.tex │ │ ├── pgfmanual-en-base-points.tex │ │ ├── pgfmanual-en-base-quick.tex │ │ ├── pgfmanual-en-base-scopes.tex │ │ ├── pgfmanual-en-base-shadings.tex │ │ ├── pgfmanual-en-base-transformations.tex │ │ ├── pgfmanual-en-base-transparency.tex │ │ ├── pgfmanual-en-drivers.tex │ │ ├── pgfmanual-en-dv-axes.tex │ │ ├── pgfmanual-en-dv-backend.tex │ │ ├── pgfmanual-en-dv-examples.tex │ │ ├── pgfmanual-en-dv-formats.tex │ │ ├── pgfmanual-en-dv-introduction.tex │ │ ├── pgfmanual-en-dv-main.tex │ │ ├── pgfmanual-en-dv-polar.tex │ │ ├── pgfmanual-en-dv-stylesheets.tex │ │ ├── pgfmanual-en-dv-visualizers.tex │ │ ├── pgfmanual-en-gd-algorithm-layer.tex │ │ ├── pgfmanual-en-gd-algorithms-in-c.tex │ │ ├── pgfmanual-en-gd-binding-layer.tex │ │ ├── pgfmanual-en-gd-circular.tex │ │ ├── pgfmanual-en-gd-display-layer.tex │ │ ├── pgfmanual-en-gd-edge-routing.tex │ │ ├── pgfmanual-en-gd-examples.tex │ │ ├── pgfmanual-en-gd-force.tex │ │ ├── pgfmanual-en-gd-layered.tex │ │ ├── pgfmanual-en-gd-misc.tex │ │ ├── pgfmanual-en-gd-ogdf.tex │ │ ├── pgfmanual-en-gd-overview.tex │ │ ├── pgfmanual-en-gd-overview_translated.tex │ │ ├── pgfmanual-en-gd-phylogenetics.tex │ │ ├── pgfmanual-en-gd-trees.tex │ │ ├── pgfmanual-en-gd-usage-pgf.tex │ │ ├── pgfmanual-en-gd-usage-tikz.tex │ │ ├── pgfmanual-en-gd-usage-tikz_translating.tex │ │ ├── pgfmanual-en-guidelines.tex │ │ ├── pgfmanual-en-installation.tex │ │ ├── pgfmanual-en-introduction.log │ │ ├── pgfmanual-en-introduction.tex │ │ ├── pgfmanual-en-library-3d.tex │ │ ├── pgfmanual-en-library-angles.tex │ │ ├── pgfmanual-en-library-arrows.tex │ │ ├── pgfmanual-en-library-automata.tex │ │ ├── pgfmanual-en-library-babel.tex │ │ ├── pgfmanual-en-library-backgrounds.tex │ │ ├── pgfmanual-en-library-calc.tex │ │ ├── pgfmanual-en-library-calendar.tex │ │ ├── pgfmanual-en-library-chains.tex │ │ ├── pgfmanual-en-library-circuits.tex │ │ ├── pgfmanual-en-library-decorations.tex │ │ ├── pgfmanual-en-library-edges.tex │ │ ├── pgfmanual-en-library-er.tex │ │ ├── pgfmanual-en-library-external.tex │ │ ├── pgfmanual-en-library-fadings.tex │ │ ├── pgfmanual-en-library-fit.tex │ │ ├── pgfmanual-en-library-fixedpoint.tex │ │ ├── pgfmanual-en-library-folding.tex │ │ ├── pgfmanual-en-library-fpu.tex │ │ ├── pgfmanual-en-library-lsystems.tex │ │ ├── pgfmanual-en-library-math.tex │ │ ├── pgfmanual-en-library-matrices.tex │ │ ├── pgfmanual-en-library-mindmaps.tex │ │ ├── pgfmanual-en-library-patterns.tex │ │ ├── pgfmanual-en-library-petri.tex │ │ ├── pgfmanual-en-library-plot-handlers.tex │ │ ├── pgfmanual-en-library-plot-marks.tex │ │ ├── pgfmanual-en-library-profiler.tex │ │ ├── pgfmanual-en-library-shadings.tex │ │ ├── pgfmanual-en-library-shadows.tex │ │ ├── pgfmanual-en-library-shapes.tex │ │ ├── pgfmanual-en-library-spy.tex │ │ ├── pgfmanual-en-library-svg-path.tex │ │ ├── pgfmanual-en-library-through.tex │ │ ├── pgfmanual-en-library-trees.tex │ │ ├── pgfmanual-en-library-turtle.tex │ │ ├── pgfmanual-en-license.tex │ │ ├── pgfmanual-en-main-body.tex │ │ ├── pgfmanual-en-main-preamble.tex │ │ ├── pgfmanual-en-main.tex │ │ ├── pgfmanual-en-math-algorithms.tex │ │ ├── pgfmanual-en-math-commands.tex │ │ ├── pgfmanual-en-math-design.tex │ │ ├── pgfmanual-en-math-numberprinting.tex │ │ ├── pgfmanual-en-math-parsing.tex │ │ ├── pgfmanual-en-module-parser.tex │ │ ├── pgfmanual-en-oo.tex │ │ ├── pgfmanual-en-pages.tex │ │ ├── pgfmanual-en-pgfcalendar.tex │ │ ├── pgfmanual-en-pgffor.tex │ │ ├── pgfmanual-en-pgfkeys.tex │ │ ├── pgfmanual-en-pgfkeysfiltered.tex │ │ ├── pgfmanual-en-pgfsys-commands.tex │ │ ├── pgfmanual-en-pgfsys-overview.tex │ │ ├── pgfmanual-en-pgfsys-paths.tex │ │ ├── pgfmanual-en-pgfsys-protocol.tex │ │ ├── pgfmanual-en-tikz-actions.tex │ │ ├── pgfmanual-en-tikz-arrows.tex │ │ ├── pgfmanual-en-tikz-coordinates.tex │ │ ├── pgfmanual-en-tikz-decorations.tex │ │ ├── pgfmanual-en-tikz-design.tex │ │ ├── pgfmanual-en-tikz-graphs.tex │ │ ├── pgfmanual-en-tikz-matrices.tex │ │ ├── pgfmanual-en-tikz-paths.tex │ │ ├── pgfmanual-en-tikz-pics.tex │ │ ├── pgfmanual-en-tikz-plots.tex │ │ ├── pgfmanual-en-tikz-scopes.tex │ │ ├── pgfmanual-en-tikz-shapes.tex │ │ ├── pgfmanual-en-tikz-transformations.tex │ │ ├── pgfmanual-en-tikz-transparency.tex │ │ ├── pgfmanual-en-tikz-trees.tex │ │ ├── pgfmanual-en-tutorial-Euclid.tex │ │ ├── pgfmanual-en-tutorial-chains.tex │ │ ├── pgfmanual-en-tutorial-map.tex │ │ ├── pgfmanual-en-tutorial-nodes.tex │ │ ├── pgfmanual-en-tutorial.tex │ │ ├── pgfmanual-en-xxcolor.tex │ │ └── plots │ │ │ ├── pgf-asymptotic-example.gnuplot │ │ │ ├── pgf-asymptotic-example.table │ │ │ ├── pgf-exp.gnuplot │ │ │ ├── pgf-exp.table │ │ │ ├── pgf-parametric-example.gnuplot │ │ │ ├── pgf-parametric-example.table │ │ │ ├── pgf-sin.gnuplot │ │ │ ├── pgf-sin.table │ │ │ ├── pgf-tan-example.gnuplot │ │ │ ├── pgf-tan-example.table │ │ │ ├── pgf-x.gnuplot │ │ │ ├── pgf-x.table │ │ │ ├── pgfmanual-sine.gnuplot │ │ │ ├── pgfmanual-sine.table │ │ │ ├── pgfplotgnuplot-example.gnuplot │ │ │ └── pgfplotgnuplot-example.table │ └── version-for-xetex │ │ ├── en │ │ ├── Makefile │ │ └── pgfmanual.tex │ │ └── pgfmanual-xetex.cfg └── old-zh │ ├── pgfmanual-ch1-7.pdf │ └── pgfmanual-ch8.pdf ├── pstricks └── CreateTreesandFiguresinGraphTheorywithPSTricks.pdf ├── subfiles-zh ├── LICENSE ├── README.md ├── figures │ └── pic1.png ├── subfiles-zh.pdf └── subfiles-zh.tex ├── tabu └── tabu-zh-cn.pdf ├── titlesec └── titlesec_c.pdf └── 插图指南 ├── epslatex-cn.pdf └── src ├── epslatex-cn.tex ├── images ├── captiondef.pdf ├── golfer.pdf ├── golfer.ps ├── graphic.eps ├── graphic2.pdf ├── illusion.eps ├── latex-box.pdf ├── left.eps ├── left.pdf ├── leftright.pdf ├── leftright.tex ├── mass.pdf ├── orig-point.eps ├── orig-point.pdf ├── pend.eps ├── pend.pdf ├── psfrag-ex1.pdf ├── psfrag-ex2.pdf ├── psfrag-ex3.pdf ├── recycle.pdf ├── right.eps ├── right.pdf ├── rosette.eps ├── rosette.pdf ├── rosette.ps ├── rosettebox.eps ├── rosettebox.pdf ├── rotat-box.pdf ├── tiger.eps ├── tux-black.eps ├── tux-color.pdf ├── w.eps ├── w.pdf ├── wide.eps └── wide.pdf ├── makefiles.bat ├── part1.tex ├── part2.tex ├── part3.tex ├── part4.tex ├── part5.tex ├── preface.tex ├── ref.bib └── title.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/.gitignore -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/CDlabel.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/CDlabel.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/CLEAN.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/CLEAN.bat -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/Coons.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/Coons.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/Gouraud.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/Gouraud.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/MAKEPDF.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/MAKEPDF.bat -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/Pythagoras.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/Pythagoras.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/asycolors.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/asycolors.sty -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/asymptote-zh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/asymptote-zh.pdf -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/asysyntex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/asysyntex.tex -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/axialshade.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/axialshade.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/bezier2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/bezier2.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/beziercurve.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/beziercurve.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/bigdiagonal.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/bigdiagonal.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/bigsquare.asy: -------------------------------------------------------------------------------- 1 | size(0,3cm); 2 | draw(unitsquare); 3 | -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/cleantmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/cleantmp -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/clippath.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/clippath.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/colons.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/colons.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/colors.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/colors.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/cube.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/cube.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/diagonal.asy: -------------------------------------------------------------------------------- 1 | draw((0,0)--(100,100)); 2 | -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/dots.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/dots.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/fzfonts.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/fzfonts.tex -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/hatch.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/hatch.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/join.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/join.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/labelalign.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/labelalign.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/labelsquare.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/labelsquare.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/latticeshading.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/latticeshading.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/linecap.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/linecap.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/linejoin.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/linejoin.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/linetype.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/linetype.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/logo.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/logo.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/main.tex -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/makepdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/makepdf -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/makepen.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/makepen.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/mexicanhat.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/mexicanhat.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/quartercircle.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/quartercircle.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/shadedtiling.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/shadedtiling.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/shadestroke.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/shadestroke.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/square.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/square.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/subpictures.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/subpictures.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/superpath.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/superpath.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/tile.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/tile.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/transparency.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/transparency.asy -------------------------------------------------------------------------------- /Asymptote/Asymptote-zh/windingnumber.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/Asymptote-zh/windingnumber.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/AsymptoteByExample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/AsymptoteByExample.pdf -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/CLEAN.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/CLEAN.bat -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/MAKEPDF.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/MAKEPDF.bat -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/asy.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/asy.bib -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/asymptote.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/asymptote.sty -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/asysyntex.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/asysyntex.sty -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/automata.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/automata.pdf -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/automata.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/automata.tex -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/automata_hand.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/automata_hand.pdf -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/cct.ist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/cct.ist -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/cleantmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/cleantmp -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/CJKmove.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/CJKmove.sty -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/area.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/area.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/automata.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/automata.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/automata_hand.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/automata_hand.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/ballfill.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/ballfill.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/convexhull.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/convexhull.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/digraph.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/digraph.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/hanoi.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/hanoi.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/hsvinter.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/hsvinter.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/hyper.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/hyper.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/movie15.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/movie15.sty -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/node.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/node.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/recplot.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/recplot.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/simplenode.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/simplenode.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/stars.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/stars.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/tiling.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/tiling.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/figure-src/xiantu.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/figure-src/xiantu.asy -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/gpl-3.0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/gpl-3.0.tex -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/main.tex -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/makepdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/makepdf -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/myfonts.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/myfonts.sty -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/stars.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/stars.pdf -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/stars.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/stars.tex -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/tiling.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/tiling.pdf -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/tiling.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/tiling.tex -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/xasy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/xasy.png -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/xiantu-ancient.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/xiantu-ancient.pdf -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/xiantu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/xiantu.pdf -------------------------------------------------------------------------------- /Asymptote/AsymptoteByExample/xiantu.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/AsymptoteByExample/xiantu.tex -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/20.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/20.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/3D-Fonts.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/3D-Fonts.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/3D-Label.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/3D-Label.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Angle-Mark.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Angle-Mark.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Another-Parametric-Surface.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Another-Parametric-Surface.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Arc.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Arc.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Arrows.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Arrows.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Axes3-Test.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Axes3-Test.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Background-another.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Background-another.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Background.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Background.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bezier-Patch-Complex.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bezier-Patch-Complex.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bezier-Patch-Principle.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bezier-Patch-Principle.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bezier-Patch-Shading.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bezier-Patch-Shading.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bezier-Patch-Simple.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bezier-Patch-Simple.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bezier-Principle-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bezier-Principle-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bezier-Principle-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bezier-Principle-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bezier-Surface-Principle.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bezier-Surface-Principle.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bezier-Surface-Tangent-Plane.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bezier-Surface-Tangent-Plane.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bezier-Surface.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bezier-Surface.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bounds-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bounds-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Bounds-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Bounds-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Box-Circle-Ellipse.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Box-Circle-Ellipse.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/C60.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/C60.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Chinese-Label.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Chinese-Label.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Circle-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Circle-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Circle-XY-YZ-ZX.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Circle-XY-YZ-ZX.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Circle.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Circle.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Circle2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Circle2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Circle3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Circle3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/CircleXYYZZX.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/CircleXYYZZX.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Clip-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Clip-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Clip-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Clip-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Clip-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Clip-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Compass-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Compass-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Compass-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Compass-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Compass.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Compass.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Complex-Re-Im.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Complex-Re-Im.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Complex-Shading.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Complex-Shading.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Cone.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Cone.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour-2D.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour-2D.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour-Curve.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour-Curve.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour-Other.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour-Other.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour-levels.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour-levels.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour-lines.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour-lines.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour-proj.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour-proj.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour3-Cheese.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour3-Cheese.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour3-Ellipsoid.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour3-Ellipsoid.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour3-Sphere.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour3-Sphere.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Contour3-Spherical-Harmonic.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Contour3-Spherical-Harmonic.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Cube-Shading.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Cube-Shading.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Curve-Torus.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Curve-Torus.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Curve.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Curve.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Curve3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Curve3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Cyclic-Star.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Cyclic-Star.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Cylinder-Coordinate.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Cylinder-Coordinate.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Dashed-Line.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Dashed-Line.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Data.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Data.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Domain.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Domain.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Ellipsoid-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Ellipsoid-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Elliptic-Paraboloid.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Elliptic-Paraboloid.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Erfc.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Erfc.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/EvenOdd.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/EvenOdd.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Example.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Example.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Extrude-Contour.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Extrude-Contour.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Extrude-Hyperbolic.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Extrude-Hyperbolic.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Extrude-LaTeX.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Extrude-LaTeX.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Extrude-test-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Extrude-test-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Extrude-test-2.asy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Extrude-test-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Extrude-test-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/FillDraw.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/FillDraw.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Flows.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Flows.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/FootBall-backup.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/FootBall-backup.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/FootBall.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/FootBall.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/For-Circle.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/For-Circle.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/For-Dots.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/For-Dots.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/For-Ellipses.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/For-Ellipses.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/For-Grid.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/For-Grid.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/For-Label.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/For-Label.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/For-Square.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/For-Square.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/For-Star.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/For-Star.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Fractal-Another.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Fractal-Another.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Fractal.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Fractal.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Function-Shading.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Function-Shading.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Graph-Test-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Graph-Test-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Graph-Test-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Graph-Test-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Graph-Test-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Graph-Test-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Graph-Ticks.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Graph-Ticks.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Graph-of-Function-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Graph-of-Function-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Graph-of-Function-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Graph-of-Function-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/GraphTheory.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/GraphTheory.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/GreatRhombicuboctahedron.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/GreatRhombicuboctahedron.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Grids-3D.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Grids-3D.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Grids-Surface.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Grids-Surface.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Hatch.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Hatch.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Heart.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Heart.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Hyperbolic-Paraboloid.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Hyperbolic-Paraboloid.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Hyperbolic-WireFrame-another.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Hyperbolic-WireFrame-another.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Hyperbolic-WireFrame.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Hyperbolic-WireFrame.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Hyperboloid-of-One-Sheet.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Hyperboloid-of-One-Sheet.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Hyperboloid-of-Two-Sheets.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Hyperboloid-of-Two-Sheets.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Impact-Modified.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Impact-Modified.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/InTick-OutTicks.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/InTick-OutTicks.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Interp.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Interp.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Intersection-of-Two-Surfaces.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Intersection-of-Two-Surfaces.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Intersection.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Intersection.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Koch-Cube.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Koch-Cube.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/LICENSE -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Label-Curve-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Label-Curve-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Label-Curve-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Label-Curve-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Label-Curve-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Label-Curve-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/LiftingFontsto3D.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/LiftingFontsto3D.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/LiftingTeXto3D-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/LiftingTeXto3D-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/LiftingTeXto3D.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/LiftingTeXto3D.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/List-Plot-3D-Spline.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/List-Plot-3D-Spline.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/List-Plot-3D.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/List-Plot-3D.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/List-Points-3D-Surface.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/List-Points-3D-Surface.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/List-Points-3D.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/List-Points-3D.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/0-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/0-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/0-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/0-1.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/0-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/0-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/0-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/0-2.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/0-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/0-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/0-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/0-3.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/0-4.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/0-4.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/0-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/0-4.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-1.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-11.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-11.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-11.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-12.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-12.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-12.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-14.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-14.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-14.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-14.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-15.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-15.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-15.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-15.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-16.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-16.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-16.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-16.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-17.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-17.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-17.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-17.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-18.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-18.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-18.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-18.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-19.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-19.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-19.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-19.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-2.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-20.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-20.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-20.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-21.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-21.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-21.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-21.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-22.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-22.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-22.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-22.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-23.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-23.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-23.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-23.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-24.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-24.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-24.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-24.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-25.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-25.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-25.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-25.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-26.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-26.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-26.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-26.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-27.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-27.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-27.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-27.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-28.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-28.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-28.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-28.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-29.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-29.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-29.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-29.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-3.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-30.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-30.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-30.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-31.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-31.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-31.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-31.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-4.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-4.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-4.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-8.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-8.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-8.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-9.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-9.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/1-9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/1-9.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-1.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-2.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-3.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-5.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-5.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-5.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-6.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-6.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-6.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-8.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-8.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/2-8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/2-8.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-1.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-2.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-3.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-4.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-4.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-4.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-5.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-5.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-5.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-6.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-6.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-6.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-8.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-8.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/3-8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/3-8.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-10.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-10.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-10.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-11.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-11.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-11.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-12.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-12.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-12.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-2.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-5.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-5.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-5.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-6.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-6.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-6.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-7.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-7.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-7.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-9.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-9.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/4-9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/4-9.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-1.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-10.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-10.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-10.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-11.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-11.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-11.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-12.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-12.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-12.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-13.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-13.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-13.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-13.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-14.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-14.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-14.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-14.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-15.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-15.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-15.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-15.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-16.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-16.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-16.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-16.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-17.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-17.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-17.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-17.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-18.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-18.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-18.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-18.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-19.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-19.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-19.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-19.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-2.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-3.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-4.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-4.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-4.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-6.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-6.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-6.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-7.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-7.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-7.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-9.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-9.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/5-9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/5-9.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-10.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-10.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-10.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-11.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-11.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-11.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-12.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-12.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-12.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-3.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-4.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-4.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-4.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-5.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-5.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-5.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-6.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-6.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-6.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-7.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-7.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-7.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-9.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-9.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-one/6-9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-one/6-9.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-two/7-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-two/7-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-two/7-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-two/7-2.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-two/8-11.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-two/8-11.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-two/8-11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-two/8-11.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-two/8-5.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-two/8-5.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MAI/book-two/8-5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MAI/book-two/8-5.pdf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Material-Invisible.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Material-Invisible.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Mathematica-Costa.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Mathematica-Costa.nb -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Mathematica-Label.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Mathematica-Label.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Mathematica-Obj.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Mathematica-Obj.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/MengerSponge-20091213.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/MengerSponge-20091213.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Midpoint.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Midpoint.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Mobius-Band.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Mobius-Band.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Mobius-Principle.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Mobius-Principle.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Moubius-Strip.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Moubius-Strip.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Multi-View.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Multi-View.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/NURBStest.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/NURBStest.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/NotePad++0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/NotePad++0.png -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/NotePad++a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/NotePad++a.png -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/NotePad++b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/NotePad++b.png -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/NotePad++c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/NotePad++c.png -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/NotePad++x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/NotePad++x.png -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/NotePad++y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/NotePad++y.png -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/NotesOnAsy.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/NotesOnAsy.tex -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/ObliqueX.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/ObliqueX.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Orthographic.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Orthographic.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Parabolic-Cylinder.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Parabolic-Cylinder.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Parameter-Curve-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Parameter-Curve-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Parameter-Curve-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Parameter-Curve-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Parameter-Curve.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Parameter-Curve.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Parameter-Curve3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Parameter-Curve3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Parameter-Surface.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Parameter-Surface.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Path3-Surface.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Path3-Surface.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Perpendicular.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Perpendicular.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Perspective.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Perspective.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Piecewise-Function.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Piecewise-Function.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Pipeintersection-New.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Pipeintersection-New.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Planar-True.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Planar-True.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/PlaneCurve-SurfaceCurve.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/PlaneCurve-SurfaceCurve.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/PlaneProject.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/PlaneProject.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Polar-Coordinate.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Polar-Coordinate.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Polygon.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Polygon.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Polyhedron-20-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Polyhedron-20-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Polyhedron-20-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Polyhedron-20-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Polyhedron-20.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Polyhedron-20.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Precontrol-Postcontrol.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Precontrol-Postcontrol.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/PseudoSphere.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/PseudoSphere.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/PythagoreanTree-new.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/PythagoreanTree-new.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Random.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Random.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Revolution-x2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Revolution-x2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Revolution.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Revolution.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Rotation.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Rotation.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Schwarz-Example.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Schwarz-Example.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/SciTE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/SciTE.png -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Segment-Points.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Segment-Points.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Series-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Series-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Series-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Series-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Shading-abs.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Shading-abs.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Shading-zpart.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Shading-zpart.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Shift.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Shift.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/SierpinskiSponge-1-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/SierpinskiSponge-1-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/SierpinskiSponge-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/SierpinskiSponge-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/SierpinskiSponge-2-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/SierpinskiSponge-2-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/SierpinskiSponge-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/SierpinskiSponge-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/SierpinskiSponge-3-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/SierpinskiSponge-3-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/SierpinskiSponge-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/SierpinskiSponge-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Silhouette.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Silhouette.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Simple-Example.asy: -------------------------------------------------------------------------------- 1 | import three; 2 | size(200); 3 | draw(unitcube,yellow); 4 | -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Skeleton.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Skeleton.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Slant.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Slant.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Slide-MultiMedia.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Slide-MultiMedia.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Slide-test.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Slide-test.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Sphere-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Sphere-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Sphere-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Sphere-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Sphere-Shading.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Sphere-Shading.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Sphere-Vector-Field-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Sphere-Vector-Field-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Sphere-Vector-Field-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Sphere-Vector-Field-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Sphere-Vector-Field-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Sphere-Vector-Field-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Spherical-3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Spherical-3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Spherical-4.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Spherical-4.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Spherical-Coordinate-Example.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Spherical-Coordinate-Example.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Spherical-Coordinate.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Spherical-Coordinate.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Spherical-Graph.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Spherical-Graph.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Spherical-Harmonic.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Spherical-Harmonic.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Spherical-Region.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Spherical-Region.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Spherical-Steiner-Surface.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Spherical-Steiner-Surface.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Spherical-Triangle.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Spherical-Triangle.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Sub-Picture-1.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Sub-Picture-1.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Sub-Picture-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Sub-Picture-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Subfigure.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Subfigure.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Surface-Local-2.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Surface-Local-2.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Surface-Local-Enneper.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Surface-Local-Enneper.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Surface-Local-Section.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Surface-Local-Section.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Surface-Local.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Surface-Local.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Tensor-Shade.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Tensor-Shade.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Three-Views.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Three-Views.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Torus.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Torus.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Tree.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Tree.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Tremble.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Tremble.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Tube-Fonts.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Tube-Fonts.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Tube-polygon.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Tube-polygon.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Tube-unitcircle.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Tube-unitcircle.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Two-Surfaces.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Two-Surfaces.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/UnitSphere-Longitude.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/UnitSphere-Longitude.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/UnitSphere.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/UnitSphere.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Vase.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Vase.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Viviani-Curve.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Viviani-Curve.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Viviani-Solid.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Viviani-Solid.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Viviani.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Viviani.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Wave-Shading.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Wave-Shading.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/XY-YZ-ZX-PlaneProject.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/XY-YZ-ZX-PlaneProject.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/XY-YZ-ZX-unitsquare3.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/XY-YZ-ZX-unitsquare3.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/Xasy.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/Xasy.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/99-animation.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/99-animation.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/Animations-test.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/Animations-test.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/Bezier-Animation.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/Bezier-Animation.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/GIF-Animation.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/GIF-Animation.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/Mobius-Animation.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/Mobius-Animation.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/OpenGL-Animation.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/OpenGL-Animation.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/PDF-Animation.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/PDF-Animation.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/Random-Numbers.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/Random-Numbers.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/little-k-k.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/little-k-k.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/qiqi.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/qiqi.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/animations/tuyouyou-2014.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/animations/tuyouyou-2014.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/asy.api: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/asy.api -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/asy4cn.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/asy4cn.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/asyapi.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/asyapi.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/asysyntax.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/asysyntax.tex -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/asyxml.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/asyxml.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/context.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/context.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/data-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/data-1.txt -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/data.txt -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/filegraph.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/filegraph.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/fzfonts.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/fzfonts.tex -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/generator.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/generator.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/hole.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/hole.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/main.tex -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/octahedron.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/octahedron.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/ollydbg/config_asy_highlight.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/ollydbg/config_asy_highlight.swf -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/ollydbg/exe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/ollydbg/exe.txt -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/ollydbg/test.asy: -------------------------------------------------------------------------------- 1 | size(200); 2 | draw((0,0)--(1,1)); -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/ollydbg/userCodeComplete.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/ollydbg/userCodeComplete.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/ollydbg/userDefineLangxml.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/ollydbg/userDefineLangxml.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/path3-Bezier.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/path3-Bezier.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/scatter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/scatter.txt -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/secondary.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/secondary.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/sf1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/sf1.obj -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/sf2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/sf2.obj -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/shadow.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/shadow.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/test.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/test.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/unitbox.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/unitbox.asy -------------------------------------------------------------------------------- /Asymptote/NotesOnAsy/userDefineLangxml.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/Asymptote/NotesOnAsy/userDefineLangxml.asy -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/.gitignore -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/Appendix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/Appendix.tex -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/AuthorGuide.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/AuthorGuide.tex -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/DatabaseGuide.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/DatabaseGuide.tex -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/Introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/Introduction.tex -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/README.md -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/UserGuide.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/UserGuide.tex -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/biblatex-localcnstring.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/biblatex-localcnstring.tex -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/biblatex-zh-cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/biblatex-zh-cn.pdf -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/biblatex-zh-cn.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/biblatex-zh-cn.tex -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/format-biblatex-zh-cn.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/format-biblatex-zh-cn.sty -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/makeclear.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/makeclear.bat -------------------------------------------------------------------------------- /BIBLaTeX/biblatex-zh-cn/makefile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBLaTeX/biblatex-zh-cn/makefile.bat -------------------------------------------------------------------------------- /BIBTeX/tamethebeast.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBTeX/tamethebeast.zip -------------------------------------------------------------------------------- /BIBTeX/ttb-zh-cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBTeX/ttb-zh-cn.pdf -------------------------------------------------------------------------------- /BIBTeX/ttb-zh-cn.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/BIBTeX/ttb-zh-cn.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/README.md -------------------------------------------------------------------------------- /amsmath-zh/UsersGuideForamsmathpackage-zh-cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/amsmath-zh/UsersGuideForamsmathpackage-zh-cn.pdf -------------------------------------------------------------------------------- /beamer/beamer用户手册(V3.24)中译版.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/beamer/beamer用户手册(V3.24)中译版.pdf -------------------------------------------------------------------------------- /caption/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/caption/.gitignore -------------------------------------------------------------------------------- /caption/caption-chs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/caption/caption-chs.pdf -------------------------------------------------------------------------------- /caption/caption-eng.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/caption/caption-eng.pdf -------------------------------------------------------------------------------- /caption/caption-eng.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/caption/caption-eng.tex -------------------------------------------------------------------------------- /caption/caption-zh-cn.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/caption/caption-zh-cn.tex -------------------------------------------------------------------------------- /caption/cat.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/caption/cat.eps -------------------------------------------------------------------------------- /caption/elephant.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/caption/elephant.eps -------------------------------------------------------------------------------- /cls-guide/clsguide-zh-cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/cls-guide/clsguide-zh-cn.pdf -------------------------------------------------------------------------------- /fancyhdr/fancyhdr_chs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/fancyhdr/fancyhdr_chs.pdf -------------------------------------------------------------------------------- /geometry/geometry_trans2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/geometry/geometry_trans2.0.pdf -------------------------------------------------------------------------------- /hyperref/hyperref-zh-cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/hyperref/hyperref-zh-cn.pdf -------------------------------------------------------------------------------- /metapost/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/CHANGES -------------------------------------------------------------------------------- /metapost/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/README -------------------------------------------------------------------------------- /metapost/manual/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/Makefile -------------------------------------------------------------------------------- /metapost/manual/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/README -------------------------------------------------------------------------------- /metapost/manual/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/TODO -------------------------------------------------------------------------------- /metapost/manual/agepop91.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/agepop91.d -------------------------------------------------------------------------------- /metapost/manual/agepopm.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/agepopm.d -------------------------------------------------------------------------------- /metapost/manual/charts.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/charts.mp -------------------------------------------------------------------------------- /metapost/manual/clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/clean.bat -------------------------------------------------------------------------------- /metapost/manual/cm2lm.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/cm2lm.map -------------------------------------------------------------------------------- /metapost/manual/countries.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/countries.d -------------------------------------------------------------------------------- /metapost/manual/ctabbing.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/ctabbing.sty -------------------------------------------------------------------------------- /metapost/manual/demo.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/demo.ms -------------------------------------------------------------------------------- /metapost/manual/energy.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/energy.d -------------------------------------------------------------------------------- /metapost/manual/figs.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/figs.1 -------------------------------------------------------------------------------- /metapost/manual/figs.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/figs.mp -------------------------------------------------------------------------------- /metapost/manual/grdemo-doc.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/grdemo-doc.ms -------------------------------------------------------------------------------- /metapost/manual/grdemo-doc.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/grdemo-doc.ps -------------------------------------------------------------------------------- /metapost/manual/grdemo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/grdemo.eps -------------------------------------------------------------------------------- /metapost/manual/grdemo.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/grdemo.mp -------------------------------------------------------------------------------- /metapost/manual/grdemo.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/grdemo.ms -------------------------------------------------------------------------------- /metapost/manual/lead.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/lead.d -------------------------------------------------------------------------------- /metapost/manual/makePDF.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/makePDF.bat -------------------------------------------------------------------------------- /metapost/manual/matmul.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/matmul.d -------------------------------------------------------------------------------- /metapost/manual/mpboxes.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpboxes.bib -------------------------------------------------------------------------------- /metapost/manual/mpboxes.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpboxes.mp -------------------------------------------------------------------------------- /metapost/manual/mpboxes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpboxes.tex -------------------------------------------------------------------------------- /metapost/manual/mpgraph.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpgraph.bib -------------------------------------------------------------------------------- /metapost/manual/mpgraph.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpgraph.mp -------------------------------------------------------------------------------- /metapost/manual/mpgraph.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpgraph.tex -------------------------------------------------------------------------------- /metapost/manual/mplibapi.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mplibapi.tex -------------------------------------------------------------------------------- /metapost/manual/mpman-app-legacy.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpman-app-legacy.tex -------------------------------------------------------------------------------- /metapost/manual/mpman-app-numbersystems.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpman-app-numbersystems.tex -------------------------------------------------------------------------------- /metapost/manual/mpman-app-optab.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpman-app-optab.tex -------------------------------------------------------------------------------- /metapost/manual/mpman-app-refman.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpman-app-refman.tex -------------------------------------------------------------------------------- /metapost/manual/mpman-charts.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpman-charts.mp -------------------------------------------------------------------------------- /metapost/manual/mpman.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpman.bib -------------------------------------------------------------------------------- /metapost/manual/mpman.ist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpman.ist -------------------------------------------------------------------------------- /metapost/manual/mpman.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpman.mp -------------------------------------------------------------------------------- /metapost/manual/mpman.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/mpman.tex -------------------------------------------------------------------------------- /metapost/manual/timepop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/manual/timepop.d -------------------------------------------------------------------------------- /metapost/tutorial/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/Makefile -------------------------------------------------------------------------------- /metapost/tutorial/abstract.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/abstract.tex -------------------------------------------------------------------------------- /metapost/tutorial/annulus.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/annulus.mp -------------------------------------------------------------------------------- /metapost/tutorial/arrows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/arrows.tex -------------------------------------------------------------------------------- /metapost/tutorial/biblio.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/biblio.tex -------------------------------------------------------------------------------- /metapost/tutorial/circles.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/circles.mp -------------------------------------------------------------------------------- /metapost/tutorial/clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/clean.bat -------------------------------------------------------------------------------- /metapost/tutorial/commands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/commands.tex -------------------------------------------------------------------------------- /metapost/tutorial/compilation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/compilation.tex -------------------------------------------------------------------------------- /metapost/tutorial/conclusion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/conclusion.tex -------------------------------------------------------------------------------- /metapost/tutorial/data.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/data.d -------------------------------------------------------------------------------- /metapost/tutorial/data.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/data.mp -------------------------------------------------------------------------------- /metapost/tutorial/data.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/data.tex -------------------------------------------------------------------------------- /metapost/tutorial/draw.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/draw.mp -------------------------------------------------------------------------------- /metapost/tutorial/draw.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/draw.tex -------------------------------------------------------------------------------- /metapost/tutorial/fill.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/fill.mp -------------------------------------------------------------------------------- /metapost/tutorial/fill.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/fill.tex -------------------------------------------------------------------------------- /metapost/tutorial/graph.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/graph.tex -------------------------------------------------------------------------------- /metapost/tutorial/inclusion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/inclusion.tex -------------------------------------------------------------------------------- /metapost/tutorial/intro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/intro.tex -------------------------------------------------------------------------------- /metapost/tutorial/label.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/label.mp -------------------------------------------------------------------------------- /metapost/tutorial/label.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/label.tex -------------------------------------------------------------------------------- /metapost/tutorial/makePDF.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/makePDF.bat -------------------------------------------------------------------------------- /metapost/tutorial/mpintro.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/mpintro.bib -------------------------------------------------------------------------------- /metapost/tutorial/mpintro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/mpintro.tex -------------------------------------------------------------------------------- /metapost/tutorial/paperclip.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/paperclip.mp -------------------------------------------------------------------------------- /metapost/tutorial/parabola.mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/parabola.mp -------------------------------------------------------------------------------- /metapost/tutorial/previewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/metapost/tutorial/previewer.png -------------------------------------------------------------------------------- /natbib/natbib-zh-银俊成.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/natbib/natbib-zh-银俊成.pdf -------------------------------------------------------------------------------- /optidef/Optidef-ZH-CN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/optidef/Optidef-ZH-CN.pdf -------------------------------------------------------------------------------- /optidef/Optidef-ZH-CN.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/optidef/Optidef-ZH-CN.tex -------------------------------------------------------------------------------- /paralist/paralist.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/paralist/paralist.pdf -------------------------------------------------------------------------------- /paralist/paralist.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/paralist/paralist.rar -------------------------------------------------------------------------------- /pgfmanual/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/README.md -------------------------------------------------------------------------------- /pgfmanual/doc-zh/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/AUTHORS -------------------------------------------------------------------------------- /pgfmanual/doc-zh/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/README -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/brave-gnu-world-logo-mask.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/brave-gnu-world-logo-mask.bb -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/brave-gnu-world-logo-mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/brave-gnu-world-logo-mask.jpg -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/brave-gnu-world-logo.25.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/brave-gnu-world-logo.25.bb -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/brave-gnu-world-logo.25.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/brave-gnu-world-logo.25.eps -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/brave-gnu-world-logo.25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/brave-gnu-world-logo.25.jpg -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/brave-gnu-world-logo.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/brave-gnu-world-logo.bb -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/brave-gnu-world-logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/brave-gnu-world-logo.eps -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/brave-gnu-world-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/brave-gnu-world-logo.jpg -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/brave-gnu-world-logo.xbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/brave-gnu-world-logo.xbb -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/pgfmanual-mindmap-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/pgfmanual-mindmap-1.pdf -------------------------------------------------------------------------------- /pgfmanual/doc-zh/images/pgfmanual-mindmap-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/images/pgfmanual-mindmap-2.pdf -------------------------------------------------------------------------------- /pgfmanual/doc-zh/macros/pgfmanual-en-macros.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/macros/pgfmanual-en-macros.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/auto/pgfmanual-en-introduction.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/auto/pgfmanual-en-introduction.el -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-actions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-actions.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-arrows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-arrows.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-decorations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-decorations.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-design.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-design.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-external.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-external.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-images.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-images.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-layers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-layers.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-matrices.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-matrices.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-nodes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-nodes.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-paths.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-paths.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-patterns.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-patterns.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-plots.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-plots.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-points.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-points.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-quick.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-quick.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-scopes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-scopes.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-base-shadings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-base-shadings.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-drivers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-drivers.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-dv-axes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-dv-axes.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-dv-backend.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-dv-backend.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-dv-examples.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-dv-examples.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-dv-formats.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-dv-formats.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-dv-introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-dv-introduction.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-dv-main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-dv-main.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-dv-polar.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-dv-polar.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-dv-stylesheets.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-dv-stylesheets.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-dv-visualizers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-dv-visualizers.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-circular.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-circular.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-edge-routing.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-edge-routing.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-examples.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-examples.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-force.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-force.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-layered.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-layered.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-misc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-misc.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-ogdf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-ogdf.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-overview.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-overview.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-trees.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-trees.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-usage-pgf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-usage-pgf.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-gd-usage-tikz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-gd-usage-tikz.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-guidelines.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-guidelines.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-installation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-installation.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-introduction.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-introduction.log -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-introduction.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-3d.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-3d.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-angles.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-angles.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-arrows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-arrows.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-babel.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-babel.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-calc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-calc.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-chains.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-chains.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-edges.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-edges.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-er.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-er.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-fadings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-fadings.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-fit.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-fit.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-folding.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-folding.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-fpu.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-fpu.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-math.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-math.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-petri.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-petri.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-shadows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-shadows.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-shapes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-shapes.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-spy.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-spy.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-through.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-through.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-trees.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-trees.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-library-turtle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-library-turtle.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-license.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-license.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-main-body.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-main-body.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-main-preamble.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-main-preamble.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-main.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-math-algorithms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-math-algorithms.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-math-commands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-math-commands.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-math-design.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-math-design.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-math-parsing.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-math-parsing.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-module-parser.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-module-parser.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-oo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-oo.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-pages.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-pages.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-pgfcalendar.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-pgfcalendar.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-pgffor.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-pgffor.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-pgfkeys.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-pgfkeys.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-pgfkeysfiltered.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-pgfkeysfiltered.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-pgfsys-commands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-pgfsys-commands.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-pgfsys-overview.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-pgfsys-overview.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-pgfsys-paths.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-pgfsys-paths.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-pgfsys-protocol.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-pgfsys-protocol.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-actions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-actions.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-arrows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-arrows.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-design.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-design.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-graphs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-graphs.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-matrices.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-matrices.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-paths.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-paths.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-pics.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-pics.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-plots.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-plots.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-scopes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-scopes.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-shapes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-shapes.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-trees.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tikz-trees.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial-Euclid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial-Euclid.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial-chains.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial-chains.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial-map.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial-map.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial-nodes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial-nodes.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-tutorial.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/pgfmanual-en-xxcolor.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/pgfmanual-en-xxcolor.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgf-exp.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgf-exp.gnuplot -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgf-exp.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgf-exp.table -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgf-sin.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgf-sin.gnuplot -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgf-sin.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgf-sin.table -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgf-tan-example.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgf-tan-example.gnuplot -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgf-tan-example.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgf-tan-example.table -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgf-x.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgf-x.gnuplot -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgf-x.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgf-x.table -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgfmanual-sine.gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgfmanual-sine.gnuplot -------------------------------------------------------------------------------- /pgfmanual/doc-zh/text-en/plots/pgfmanual-sine.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/text-en/plots/pgfmanual-sine.table -------------------------------------------------------------------------------- /pgfmanual/doc-zh/version-for-xetex/en/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/version-for-xetex/en/Makefile -------------------------------------------------------------------------------- /pgfmanual/doc-zh/version-for-xetex/en/pgfmanual.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/version-for-xetex/en/pgfmanual.tex -------------------------------------------------------------------------------- /pgfmanual/doc-zh/version-for-xetex/pgfmanual-xetex.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/doc-zh/version-for-xetex/pgfmanual-xetex.cfg -------------------------------------------------------------------------------- /pgfmanual/old-zh/pgfmanual-ch1-7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/old-zh/pgfmanual-ch1-7.pdf -------------------------------------------------------------------------------- /pgfmanual/old-zh/pgfmanual-ch8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/pgfmanual/old-zh/pgfmanual-ch8.pdf -------------------------------------------------------------------------------- /subfiles-zh/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/subfiles-zh/LICENSE -------------------------------------------------------------------------------- /subfiles-zh/README.md: -------------------------------------------------------------------------------- 1 | # subfiles-zh 2 | -------------------------------------------------------------------------------- /subfiles-zh/figures/pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/subfiles-zh/figures/pic1.png -------------------------------------------------------------------------------- /subfiles-zh/subfiles-zh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/subfiles-zh/subfiles-zh.pdf -------------------------------------------------------------------------------- /subfiles-zh/subfiles-zh.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/subfiles-zh/subfiles-zh.tex -------------------------------------------------------------------------------- /tabu/tabu-zh-cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/tabu/tabu-zh-cn.pdf -------------------------------------------------------------------------------- /titlesec/titlesec_c.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/titlesec/titlesec_c.pdf -------------------------------------------------------------------------------- /插图指南/epslatex-cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/epslatex-cn.pdf -------------------------------------------------------------------------------- /插图指南/src/epslatex-cn.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/epslatex-cn.tex -------------------------------------------------------------------------------- /插图指南/src/images/captiondef.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/captiondef.pdf -------------------------------------------------------------------------------- /插图指南/src/images/golfer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/golfer.pdf -------------------------------------------------------------------------------- /插图指南/src/images/golfer.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/golfer.ps -------------------------------------------------------------------------------- /插图指南/src/images/graphic.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/graphic.eps -------------------------------------------------------------------------------- /插图指南/src/images/graphic2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/graphic2.pdf -------------------------------------------------------------------------------- /插图指南/src/images/illusion.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/illusion.eps -------------------------------------------------------------------------------- /插图指南/src/images/latex-box.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/latex-box.pdf -------------------------------------------------------------------------------- /插图指南/src/images/left.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/left.eps -------------------------------------------------------------------------------- /插图指南/src/images/left.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/left.pdf -------------------------------------------------------------------------------- /插图指南/src/images/leftright.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/leftright.pdf -------------------------------------------------------------------------------- /插图指南/src/images/leftright.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/leftright.tex -------------------------------------------------------------------------------- /插图指南/src/images/mass.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/mass.pdf -------------------------------------------------------------------------------- /插图指南/src/images/orig-point.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/orig-point.eps -------------------------------------------------------------------------------- /插图指南/src/images/orig-point.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/orig-point.pdf -------------------------------------------------------------------------------- /插图指南/src/images/pend.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/pend.eps -------------------------------------------------------------------------------- /插图指南/src/images/pend.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/pend.pdf -------------------------------------------------------------------------------- /插图指南/src/images/psfrag-ex1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/psfrag-ex1.pdf -------------------------------------------------------------------------------- /插图指南/src/images/psfrag-ex2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/psfrag-ex2.pdf -------------------------------------------------------------------------------- /插图指南/src/images/psfrag-ex3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/psfrag-ex3.pdf -------------------------------------------------------------------------------- /插图指南/src/images/recycle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/recycle.pdf -------------------------------------------------------------------------------- /插图指南/src/images/right.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/right.eps -------------------------------------------------------------------------------- /插图指南/src/images/right.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/right.pdf -------------------------------------------------------------------------------- /插图指南/src/images/rosette.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/rosette.eps -------------------------------------------------------------------------------- /插图指南/src/images/rosette.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/rosette.pdf -------------------------------------------------------------------------------- /插图指南/src/images/rosette.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/rosette.ps -------------------------------------------------------------------------------- /插图指南/src/images/rosettebox.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/rosettebox.eps -------------------------------------------------------------------------------- /插图指南/src/images/rosettebox.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/rosettebox.pdf -------------------------------------------------------------------------------- /插图指南/src/images/rotat-box.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/rotat-box.pdf -------------------------------------------------------------------------------- /插图指南/src/images/tiger.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/tiger.eps -------------------------------------------------------------------------------- /插图指南/src/images/tux-black.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/tux-black.eps -------------------------------------------------------------------------------- /插图指南/src/images/tux-color.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/tux-color.pdf -------------------------------------------------------------------------------- /插图指南/src/images/w.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/w.eps -------------------------------------------------------------------------------- /插图指南/src/images/w.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/w.pdf -------------------------------------------------------------------------------- /插图指南/src/images/wide.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/wide.eps -------------------------------------------------------------------------------- /插图指南/src/images/wide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/images/wide.pdf -------------------------------------------------------------------------------- /插图指南/src/makefiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/makefiles.bat -------------------------------------------------------------------------------- /插图指南/src/part1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/part1.tex -------------------------------------------------------------------------------- /插图指南/src/part2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/part2.tex -------------------------------------------------------------------------------- /插图指南/src/part3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/part3.tex -------------------------------------------------------------------------------- /插图指南/src/part4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/part4.tex -------------------------------------------------------------------------------- /插图指南/src/part5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/part5.tex -------------------------------------------------------------------------------- /插图指南/src/preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/preface.tex -------------------------------------------------------------------------------- /插图指南/src/ref.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/ref.bib -------------------------------------------------------------------------------- /插图指南/src/title.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeXPackages-CN/HEAD/插图指南/src/title.tex --------------------------------------------------------------------------------