diff --git a/latex/removing-numbers-from-section-headings.md b/latex/removing-numbers-from-section-headings.md new file mode 100644 index 0000000..5e67dba --- /dev/null +++ b/latex/removing-numbers-from-section-headings.md @@ -0,0 +1,4 @@ +You can put a `*` to remove numbers from section headings in LaTeX. Example: +``` +\section*{Section Title} +```