<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.rasmusen.org/rasmapedia/index.php?action=history&amp;feed=atom&amp;title=Coding</id>
	<title>Coding - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.rasmusen.org/rasmapedia/index.php?action=history&amp;feed=atom&amp;title=Coding"/>
	<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Coding&amp;action=history"/>
	<updated>2026-04-13T20:27:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Coding&amp;diff=373&amp;oldid=prev</id>
		<title>Rasmusen p1vaim: Created page with &quot;Use simple, basic, commands in general. REsort to fancy commands that do a lot at once only if you have a good reason, not just to write shorter or neater loking or fancier or...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Coding&amp;diff=373&amp;oldid=prev"/>
		<updated>2020-10-08T14:59:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Use simple, basic, commands in general. REsort to fancy commands that do a lot at once only if you have a good reason, not just to write shorter or neater loking or fancier or...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Use simple, basic, commands in general. REsort to fancy commands that do a lot at once only if you have a good reason, not just to write shorter or neater loking or fancier or more elegant code. Elegant code is a snobbish disaster, if &amp;quot;elegant&amp;quot; means &amp;quot;short&amp;quot; as opposed to &amp;quot;quick-running&amp;quot;. LaTex is a good exmaple. You can use \section{Section}, or you can use \noindent {\bf Section 1} . Why use the latter? --Because then you know what section it is, rather than having it automatically labelled. If you delete a section, you do not WANT automatic relabellnig. It isn't worth the hassle. &lt;br /&gt;
&lt;br /&gt;
\begin{THeorem} jkjlkj \end{Theorem} good example. Again, you don't want automatic renumbering. For EQUATIONS you do, because you do change the number of them a lot. And for page numbers.  But not sections.&lt;br /&gt;
&lt;br /&gt;
An exception is if youre actually typsetting a book. Then, you want to be ae to change the style throughout all at once. &lt;br /&gt;
&lt;br /&gt;
Do not format a paper for a particular jouirnal. Format it the way you think a working paper ought to be for the reader. THen change it at the last stage, after th epaper is accepted, to fit house style. &lt;br /&gt;
&lt;br /&gt;
Courier is good for making something look unfinished, which often you do want, with working papers for example. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
$$ &amp;lt;br&amp;gt;&lt;br /&gt;
 y = x^2&amp;lt;br&amp;gt;&lt;br /&gt;
 $$ &lt;br /&gt;
&lt;br /&gt;
versus&lt;br /&gt;
&lt;br /&gt;
\begin{equation} \nolabel&amp;lt;br&amp;gt;&lt;br /&gt;
y = x^2&amp;lt;br&amp;gt;&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Rasmusen p1vaim</name></author>
		
	</entry>
</feed>