TeX Tutorial

Learn TeX to use DAS more efficiently and effectively!

Getting Started

✅ Make sure you have Automatic TeX Recognition (ATR) enabled.

✅ The brackets used below are not optional and must be entered.

✅ Trig functions need to be entered like \sin, \cos and \tan

✅ DAS supports most symbols including arrows and Greek letters

How do I create a fraction?

\frac{numerator}{denomnator}

How do I create a radical?

\sqrt[base=2]{number}

How do I add space?

DAS will automatically remove any spaces between characters; to force a space make sure to include a \ . See examples below.

How do I create a limit?

\lim_{x \to x-value} \ (equation)

How do I create a derivative?

\frac{d}{dx}(equation)

How do I create an integral?

\int_{lower terminal}^{upper terminal}(equation) \ dx

Further Support

🦮 Consider joining our official server on Discord.

🦮 Read a more comprehensive TeX tutorial on Matplotlib.

Last updated