I am very new to being able to use LaTeX to type up mathematical papers, and I just got my "system" set up. Currently I have installed TexWorks, and MikTex, and I have put together a 'hello world' article which seems to run well.
I have also used the syntax "\usepackage{amsmath}" and "\usepackage{amssymb}" in the beginning of my .tex file to write math symbols, only because some online tutorial said so.
My question is, firstly, are those the only packages I need to use for writing math, and secondly, I remember reading about some shortcuts(?) that can be used for writing math symbols, and/or user defined shortcuts that can be 'set' in the beginning so as to reduce the amount of LaTeX code needed to write mathematical symbols. However, I do not know if this is true, and if it is, how to go about 'installing' such a thing.
Does such a thing exist? Am I able to make my own shortcuts?
Thanks!
\impliesneedsamsmath;\neqis an abbreviation of\not=(there is no\eqin a standard setup), and\Ois a text mode macro to get a nordic barred O, so whatever package is redefining that to\emptysetis playing with fire. – campa Mar 12 '21 at 17:03\emptysetindeed differs from\varnothing. I came on this page looking for shortcuts for\varepsilon, which I thought had existed. – user2987828 Mar 12 '21 at 17:12