Differences between revisions 8 and 20 (spanning 12 versions)
Revision 8 as of 2008-10-20 13:21:24
Size: 236
Editor: 209-142-131-35
Comment:
Revision 20 as of 2008-11-29 03:08:46
Size: 915
Editor: 209-142-131-35
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Welcome to the temporary starting page for the Computing Wiki. I'll be adding content shortly. Welcome to the Computing Wiki of Dr. A. This wiki is here for his classes and for personal projects.
Line 4: Line 4:
This wiki includes the ability to add LaTeX inline such as <<latex(\usepackage{dsfont} % $$\mathds{C}$$)>>.  * OnlineClasses contains links to Intro to Word Processing, Intro to Spreadsheets and Intro to Databases including general and specific FAQs.
 * UsingLatex contains information about different LaTeX tools and templates for you to get started with. These will be especially useful for any of my upper division computing classes.
 * ComputerTerms is a collection of definitions and explanations written during my own studies.
Line 6: Line 8:
Dr. A This wiki includes the ability to add <<latex(\LaTeX)>> inline, such as the symbol for complex numbers <<latex(\usepackage{dsfont} % $$\mathds{C}$$)>>.

The following is an example of including LaTeX in a page format.

{{{#!latex
Einstein developed the famous equation for converting matter to energy.
\begin{equation}
   E = MC^2
\end{equation}
}}}

Computing Wiki

Welcome to the Computing Wiki of Dr. A. This wiki is here for his classes and for personal projects.

  • OnlineClasses contains links to Intro to Word Processing, Intro to Spreadsheets and Intro to Databases including general and specific FAQs.

  • UsingLatex contains information about different LaTeX tools and templates for you to get started with. These will be especially useful for any of my upper division computing classes.

  • ComputerTerms is a collection of definitions and explanations written during my own studies.

This wiki includes the ability to add <<latex(\LaTeX)>> inline, such as the symbol for complex numbers <<latex(\usepackage{dsfont} % $$\mathds{C}$$)>>.

The following is an example of including LaTeX in a page format.

Einstein developed the famous equation for converting matter to energy.
\begin{equation}
   E = MC^2
\end{equation}

MyStartingPage (last edited 2024-09-19 13:28:31 by scot)