ATAR Notes: Forum

VCE Stuff => VCE Mathematics/Science/Technology => VCE Subjects + Help => VCE Mathematics => Topic started by: Thu Thu Train on December 07, 2011, 06:15:52 pm

Title: List of LaTeX Resources
Post by: Thu Thu Train on December 07, 2011, 06:15:52 pm
Hi guys,
If you plan on studying Science/Engineering (Especially areas like physics and mathematics) then LaTeX is an important thing to know.
Sometimes I notice that some of you don't post your questions using LaTeX and you're the worst people on the planet (really). So I've decided to compile a list of resources to help YOU get better at LaTeX.
 
Useful links

Software

That's just about all I can think of at the moment. Got anything else to add? Put it in a reply and I'll add it to this post.

Oh yeah and don't forget:
MyNameisBob for national mod!


EDIT: Merged with Mao's sticky.
Title: Re: List of LaTeX Resources. (Because you all suck)
Post by: TrueTears on December 07, 2011, 06:20:52 pm
beast.

miktex and texniccenter is a must have for all of you science kids!



this is my personal layout that i use for texniccenter ;) good for maths assignments etc etc

Quote
\documentclass[a4paper]{article}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{fancyhdr}
\usepackage{multicol}
\usepackage[top=2.5cm,bottom=2.5cm,left=2cm,right=2cm]{geometry}

\pagestyle{fancy}
\setlength{\parskip}{0.4cm}
\fancyhead{}
\fancyfoot{}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{}

\title{This is your title}
\author{This is the author name}

\begin{document}

\begin{flushleft}

\end{flushleft}

\end{document}
Title: Re: List of LaTeX Resources. (Because you all suck)
Post by: funkyducky on December 07, 2011, 07:34:48 pm
Incidentally, downloaded lyx and miktex about 3 hours ago... it's awesome.
Title: Re: List of LaTeX Resources. (Because you all suck)
Post by: transgression on December 07, 2011, 07:43:05 pm
I don't know whether I'm more disturbed by your avatar, the fact that you want national mod or the lack of LaTex use on the forum
Title: Re: List of LaTeX Resources. (Because you all suck)
Post by: Lasercookie on December 07, 2011, 07:49:15 pm
I don't know whether I'm more disturbed by your avatar, the fact that you want national mod or the lack of LaTex use on the forum
I'm more disturbed/surprised by the fact that the post contained useful information.
Title: Re: List of LaTeX Resources. (Because you all suck)
Post by: Camo on December 07, 2011, 07:58:02 pm
Yeah he wants Nat Mod bad.
Title: Re: List of LaTeX Resources. (Because you all suck)
Post by: b^3 on December 07, 2011, 08:03:00 pm
Yeah he wants Nat Mod bad.
Remember our escape protocol if it actually happens.
Title: Re: List of LaTeX Resources. (Because you all suck)
Post by: Mao on December 08, 2011, 01:23:07 am
I use:
http://mao.id.au/?p=322 for the template
http://latex.knobs-dials.com/ for reference
and
http://www.tug.org/texworks/ as my editor of choice

Mac users should get http://www.tug.org/mactex/2011/

Personal opinions of other editors, LyX is terrible (bloaty, requires too much mouse), TexnicCenter is equally as bad (bad UI, too much space taken up by crap). TeXworks is light and clean, color codes reasonably well, more polished than other minimalistic editors, but sometimes craps itself on dual monitor displays.
Title: Re: List of LaTeX Resources. (Because you all suck)
Post by: Thu Thu Train on December 08, 2011, 02:17:14 am
TeXWorks is the one that comes with MiKTeX I believe. It's the one I use anyway.