Difference between revisions of "Asymptote: Getting Started"

 
m
 
(10 intermediate revisions by 5 users not shown)
Line 3: Line 3:
 
To get started using Asymptote, it's a good idea to go through this guide in the following steps:
 
To get started using Asymptote, it's a good idea to go through this guide in the following steps:
  
# Follow the instructions on the [[Asymptote: Downloads and Installation|Downloads and Installation]] page
+
# Follow the instructions on the [[Asymptote: Getting Started/Windows/Downloads and Installation|Downloads and Installation]] page
# Once you have downloaded and installed everything, configure Asymptote to run on your machine using the steps on the [[Asymptote: Basic Configuration|Basic Configuration]] page
+
# Once you have downloaded and installed everything, you may wish to try out interactive mode and optionally configure TeXnicCenter to use Asymptote, as described on the [[Asymptote: Getting Started/Windows/Interactive Mode|Interactive Mode]] page
# Look over [[Asymptote: Basics|Basics]] and skim through [[Asymptote: Reference|Reference]] to learn the basics of Asymptote coding
+
# Look over [[Asymptote: Basics|Basics]] and skim through [[Asymptote: Reference|Reference]] or [[Asymptote: Useful commands and their Output|Examples]] to learn the basics of Asymptote coding.
 
# Make a bunch of images!
 
# Make a bunch of images!
  
If you wish to go on and become an Asymptote master, the sections on [[Asymptote: Advanced Configuration|Advanced Configuration]], [[Asymptote: Logical Operators and Loops|Logical Operators and Loops]], and [[Asymptote: Macros and Packages|Macros and Packages]] are absolutely essential.
+
If you need a quick start guide to using Asymptote at AoPS, here's a helpful video:
 +
*[https://youtu.be/ruAiHB05hoY Asymptote at AoPS for the Beginner]
  
If you're a problem solver, Be sure to check out our [[Asymptote: Macros and Packages|Olympiad]] package!
+
If you wish to go on and become an Asymptote master, the sections on [[Asymptote: Advanced Configuration|Advanced Configuration]], [[Asymptote: Logical Operators and Loops|Logical Operators and Loops]], and [[Asymptote: Macros and Packages|Macros and Packages]] are essential.
 +
 
 +
The Asymptote manual, containing more detailed and advanced instructions, can be found at http://asymptote.sourceforge.net/asymptote.pdf
 +
 
 +
'''If you're a problem solver, be sure to check out the [[Asymptote: Macros and Packages|Olympiad]] package!
 +
'''
 +
 
 +
[[Asymptote: Getting Started/Windows/Downloads and Installation | Next: Download and Install]]

Latest revision as of 14:38, 17 July 2022

Asymptote (Vector Graphics Language)
Getting Started - Basics - Drawing - Labeling - Filling - Useful functions - Examples - Macros and Packages

Help - Reference - Advanced Asymptote - 3D Graphics - CSE5 Package - How to

To get started using Asymptote, it's a good idea to go through this guide in the following steps:

  1. Follow the instructions on the Downloads and Installation page
  2. Once you have downloaded and installed everything, you may wish to try out interactive mode and optionally configure TeXnicCenter to use Asymptote, as described on the Interactive Mode page
  3. Look over Basics and skim through Reference or Examples to learn the basics of Asymptote coding.
  4. Make a bunch of images!

If you need a quick start guide to using Asymptote at AoPS, here's a helpful video:

If you wish to go on and become an Asymptote master, the sections on Advanced Configuration, Logical Operators and Loops, and Macros and Packages are essential.

The Asymptote manual, containing more detailed and advanced instructions, can be found at http://asymptote.sourceforge.net/asymptote.pdf

If you're a problem solver, be sure to check out the Olympiad package!

Next: Download and Install