Contents
How to take notes in mathematics lectures using latex?
I started using LaTeX to write lecture notes in the second semester of my bachelor in mathematics, and I’ve been using it ever since, which makes for a total of more than 1700 pages of notes. To give you an idea of what those notes look like, here are some examples:
When to use margin notes in a LaTeX document?
Margin notes Margin notes provide complementary information to support the main document, or can be used for additional notes while working on a collaborative project. This article explains how to use margin notes in your LaTeX document.
What do you call latex Flavored Markdown syntax?
We call the resulting syntax: LaTeX Flavored Markdown. It was relatively simple to take a Markdown parser (we chose markdown-it) and augment it with these text mode LaTeX commands:
Which is faster to write LaTeX by hand or snippets?
Using snippets, writing LaTeX is a lot faster than writing it by hand. Especially some of the more complex snippets can save you a lot of time and frustration. Let’s begin with some simple snippets. To insert an environment, all I have to do is type beg at the beginning of a line.
How do you write a formula in latex?
Writing basic constructs of math in LaTeX . A formula is made up by combining various constructs. Some of them are explained below: 1. Arithmetic Operations: Arithmetic equations are typed with a dollar sign. For example, $a + b$, $a – b$, $-a$, $a / b$, $a b$.
How are subscripts used in math in latex?
In an integral math equation in LaTeX, the lower limit is taken as a subscript and the upper limit is taken as a superscript. For example, the code $intlimits_ {-infty}^ {infty} e^ {-x^ {2}} , dx = sqrt {pi}$ yields. The commands oint, iint, iiint and idotsint yield and respectively.
Can you write notes on a PDF document?
Annotating pdf documents using LaTeX should be possible for when I want to write notes alongside a pdf document. This blog post will focus on the first item: writing LaTeX. What’s a snippet?
What is the TikZ package for LaTeX graphics?
TikZ is a LaTeX package that allows you to create high quality diagrams—and often quite complex ones too. In this first post we’ll start with the basics, showing how to draw simple shapes, with subsequent posts introducing some of the interesting things you can do using the tikz package.