MENU

Fun & Interesting

Intro to LaTeX **Full Tutorial** Part II (Equations, Tables, Figures, Theorems, Macros and more)

Dr. Trefor Bazett 253,656 4 years ago
Video Not Working? Fix It Now

Get started with LaTeX using Overleaf: ► https://www.overleaf.com/?utm_source=yt&utm_medium=link&utm_campaign=im22tb. My thanks to Overleaf for sponsoring today's video. ►Part I of my tutorial on LaTeX is here: https://www.youtube.com/watch?v=Jp0lPj2-DQA ►The rest of my LaTeX playlist is here: https://www.youtube.com/playlist?list=PLHXZ9OQGMqxcWWkx2DMnQmj5os2X5ZR73 0:00 Intro to LaTeX and Overleaf 1:46 Formatting (bold, italics, underline) 4:40 Equation References 6:28 Align, Split & Multiline Equation 12:32 Tables and Tabular 17:39 Figures 20:30 New Theorem Environments 26:00 Custom Macros A partial list of the various commands used in this video (see the above documentation for more info): Boldface text: \textbf{blah} Italics: \textit{blah} Underline: \underline{blah} Equation Environment: \begin{equation}blah\end{equation} Label the equation: \label{blah} Reference the equation later \ref{blah} Align multiple equations \begin{align}blah & blah\\ blah & blah\end{align} Split equations \begin{split}blah & blah\\ blah & blah\end{split } Put an equation on multiple lines: \begin{multline}blah\\blah\end{multline} Make a table \begin{tabular} (hit enter in Overleaf will autocomplete the rest) Put the above into a table environment with \begin{table}blah\end{table} Make a figure with \begin{figure} (hit enter in Overleaf to autocomplete the rest) Make a newline with \newline Make a theorem environment with \newtheorem{name}[numbering]{Name} (needs \usepackag{amsthm} Make a new command with \newcommand{}{} Check out MY MATH MERCH (Collab with Beautiful Equations) ►https://beautifulequations.net/pages/dr-trefor COURSE PLAYLISTS: ►DISCRETE MATH: https://www.youtube.com/playlist?list=PLHXZ9OQGMqxersk8fUxiUMSIx0DBqsKZS ►LINEAR ALGEBRA: https://www.youtube.com/playlist?list=PLHXZ9OQGMqxfUl0tcqPNTJsb7R6BqSLo6 ►CALCULUS I: https://www.youtube.com/playlist?list=PLHXZ9OQGMqxfT9RMcReZ4WcoVILP4k6-m ► CALCULUS II: https://www.youtube.com/playlist?list=PLHXZ9OQGMqxc4ySKTIW19TLrT91Ik9M4n ►MULTIVARIABLE CALCULUS (Calc III): https://www.youtube.com/playlist?list=PLHXZ9OQGMqxc_CvEy7xBKRQr6I214QJcd ►VECTOR CALCULUS (Calc IV) https://www.youtube.com/playlist?list=PLHXZ9OQGMqxfW0GMqeUE1bLKaYor6kbHa ►DIFFERENTIAL EQUATIONS: https://www.youtube.com/playlist?list=PLHXZ9OQGMqxde-SlgmWlCmNHroIWtujBw ►LAPLACE TRANSFORM: https://www.youtube.com/watch?v=xeeM3TT4Zgg&list=PLHXZ9OQGMqxcJXnLr08cyNaup4RDsbAl1 OTHER PLAYLISTS: ► Learning Math Series https://www.youtube.com/watch?v=LPH2lqis3D0&list=PLHXZ9OQGMqxfSkRtlL5KPq6JqMNTh_MBw ►Cool Math Series: https://www.youtube.com/playlist?list=PLHXZ9OQGMqxelE_9RzwJ-cqfUtaFBpiho BECOME A MEMBER: ►Join: https://www.youtube.com/channel/UC9rTsvTxJnx1DNrDA3Rqa6A/join SOCIALS: ►Twitter (math based): http://twitter.com/treforbazett ►Instagram (photography based): http://instagram.com/treforphotography

Comment