NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
We have TeX, which comes with \def. def defines stuff, no matter what.
Then, there was LaTeX2e, which give somehow a fail-back mechanism. f a command is already defined, an error, or a warning is issued.
Later, there was LaTeX3, coming with even more commands.
What to choose? Depends ... Suppoters sometimes use what they need, just to get the job done. It is not always the best solution.
Stuff like \newcolumntype build on top of def, and newcommand and ...
What to choose when and where, almost impossible to know for a newcommer. No, sorry, impossible to know. Best way is to read and learn, just as i am doing right now.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
LaTexLearner wrote:What is the best way to insert links into these posts?
I usually type the text for the link (or copy the text from the title of a page), double click it so it's highlighted, and click the [b]URL[/b] button above the edit field. Then I add the actual link by inserting =http://.. so in the edit field a link looks like:
LaTexLearner wrote:recommends the following be learned first \newcommand
Yes, it should be one of the first macros. LaTeX beginners are usually authors, not programmers. An author should learn how to use a document class, and how to customize the document using class settings. With KOMA-Script classes, very many things can be customized by class options already. Then, an author may add his or her own macros for text pieces and especially for certain markup / formatting. This is not yet the hacking or programming stage, so you don't need \newlenght or such. Then \renewcommand can be useful in addition, to redefine something existing which you would like to modify for your document requirements.
LaTexLearner wrote:What is the best way to insert links into these posts?
I usually type the text for the link (or copy the text from the title of a page), double click it so it's highlighted, and click the [b]URL[/b] button above the edit field. Then I add the actual link by inserting =http://.. so in the edit field a link looks like:
LaTexLearner wrote:
recommends the following be learned first \newcommand
Yes, it should be one of the first macros. LaTeX beginners are usually authors, not programmers. An author should learn how to use a document class, and how to customize the document using class settings. With KOMA-Script classes, very many things can be customized by class options already....
The standard classes like article, report and book (and letter) come with some options the user can set.
KOMA has equivalent classes, but heavily, heavily extended. Most of the options can be changed mid-document without much effort using a pretty simple key-value interface.
It will be worth taking a look, though the manual (scrguien) is huge. It has to be huge due to the many many predefined and changeable settings.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p