(Deutsche Version weiter unten!)
I use a Windows XP computer with a 1.5 gigahertz processor …
So: My goal is to write the documentation of my bachelor’s thesis in LaTeX. I have never worked with it, and will now write down the learning process. (Sources are almost all in English)
I went to
Http://en.wikipedia.org/wiki/LaTeX
And found out that the TeXnicCenter is a LaTeX tool for Windows.
But first we have to download MiKTeX from
Http://www.miktex.org
I have downloaded MiKTex , but that was only the installer, which allows me to download the actual installation file(s) … I chose the recommended “basic” version.
After the files(75 MB) were downloaded to the folder (I created) on my desktop , I was asked to close the MiKTeX “Wizzard” (the installer I had previously downloaded) and start it again to begin the installation process – very user-friendly !
After the re-start, I accepted the license, and now it wants to “install MiKTeX”, I hit the “Next” Button. I left all the settings as they were and went through the installation process as “normal”.
Installation begins…
The installation is taking forever!
The installation of MiKTeX is still running, I am closing all other running Programs maybe that will speed it up…
I am back again (about 6 minutes went by)! The installation was successful.
Now I go to
Http://www.texniccenter.org/downloads.html
And download TeXnicCenter (5 MB) – it is much faster.
The installation ran as expected.
When you start it the first time, tool-tips are displayed, I leave them on and click “ok”. Then another “Wizard” opens and points out that I have to have MiKTeX installed – well, I do…
I’m supposed to specify the path to executables of MiKTeX, mine is:
C: \ Program Files \ MiKTeX 2.7 \ miktex \ bin
Postscript I don’t want as an output file (I want PDF!) so I skip the next point.
The configuration is now complete.
I create a new project under File-> New Project (somehow, the program is German …? – Never mind!)
I chose “Blank project”, I ‘m naming it “test” and storing it in the “My Documents” directory of windows. ” A blank file opens …
At
Http://en.wikibooks.org/wiki/LaTeX
there is a LaTeX wiki. Under “Contents” I click on “Absolute Beginners” and read it …
That was good, i can only recommended for you to read it yourself.
I copy
\documentclass{article}
\begin{document}
Hello world!
\end{document}
Into the empty file. In the menu i chose output-> define output profiles (Alt + F7)
At “Latex => DVI” I uncheck the box for “use (La) TeX in this profile.”
The same for “Latex => PS” (PostScript).
Only “Latex => PDF” I leave as is. I press OK.
And now I go to the output-> Create output (F7)
Something’s working … And already, I have a Test.PDF in the LaTeX directory under My Documents – not a nice one, but a solid one!
So now I am looking for a suitable template for my bachelor’s thesis
There are many templates, simply google and download it.
However, I will now probably need LaTeX more often (for presentations as well), so I’m going to read the LaTeX Wiki (see link above) from beginning to end
I hope this helps!
################################################
Ich benutze einen Windows XP Rechner mit 1,5 Gigahertz Prozessor…
Also: Mein Ziel ist es, die Dokumentation meiner Bachelor-Arbeit in LaTeX zu Schreiben. Ich habe noch nie damit gearbeitet und werde nun meinen Lernprozess nieder schreiben. (Quellen sind fast alle in Englischer Sprache)
Ich war auf
http://en.wikipedia.org/wiki/LaTeX
und habe dort heraus gefunden, dass es das Tool TeXnicCenter für Windows gibt.
Vorher muss man aber wohl noch MiKTeX
http://www.miktex.org
runterladen.
Ich habe MiKTex runter geladen, das war aber nur ein Installer, der erlaubt mir nun die tatsächliche Installationsdatei(en) herunter zu laden… ich wähle die empfohlene “Basis Version”.
Nachdem die Dateien in einen von mir erstellten Ordner auf dem Desktop herunter geladen sind (75 MB), werde ich aufgefordert den MiKTeX “Wizzard” (also das was ich vorher runtergeladen habe) zu beenden und ihn für die Installation nochmal zu starten – sehr Benutzerfreundlich!
Nach dem erneuten Start, akzeptiere ich die Lizenz, und nun will er “Install MiKTeX” machen, ich drücke auf “Weiter”. Ich lasse alle Einstellungen wie sie sind und gehe durch wie bei einem “normalen” Installationsvorgang.
Die Installation dauert ewig!
Die MiKTeX Installation läuft immernoch, ich schließe mal alle Programme, bis gleich…
Da bin ich wieder (ca. 6 Min. später)! Die Installation war erfolgreich.
Jetzt gehe ich auf
http://www.texniccenter.org/downloads.html
und lade mir TeXnicCenter runter (5 MB) das geht wesentlich schneller.
Die Installation war auch schneller und wie erwartet.
Beim ersten Start werden Tipps angezeigt die lasse ich erst einmal eingeschaltet. Danach kommt ein “Wizzard” der mich darauf aufmerksam macht, dass ich MiKTeX installiert haben sollte – hab ich ja jetzt…
Ich soll den Pfad zu den exe Dateien angeben das ist bei mir
C:\Programme\MiKTeX 2.7\miktex\bin
Post Script will ich nicht, ich will PDF, also überspringe ich den nächsten Punkt.
So, die Konfiguration ist jetzt fertig.
Ich erstelle ein neues Projekt unter Datei->Neues Projekt (irgendwie ist das Programm auf deutsch… ? – egal!)
Ein Leeres Projekt, ich nenne es Test und speichere es in “eigene Dateien”. Eine leere Datei ist zu sehen…
Unter
http://en.wikibooks.org/wiki/LaTeX
gibts eine LaTeX Wiki Dokumentation etc. Unter “Contents” klicke ich auf “Absolute Beginners” und lese mir das brav durch…
Das war gut und ist empfehlenswert um einen ersten Überblick zu bekommen.
Ich kopiere
\documentclass{article}
\begin{document}
Hello world!
\end{document}
in die leere Datei. Ich gehe im Menü unter Ausgabe->Ausgabeprofile Definieren (Alt+F7)
Unter “LaTeX=>DVI” mache ich das Häkchen weg bei “(La)TeX in diesem Profil verwenden”.
Das gleiche für “LaTeX=>PS” (Post Script).
Nur “LaTeX=>PDF” lasse ich wie gehabt. Ich drücke “OK”.
Und gehe nun zu Ausgabe->Ausgabe erstellen (F7)
Da rattert was… und schon habe ich eine Test.PDF im LaTeX Verzeichnis unter Eigene Dateien – keine schöne aber Egal!
So, jetzt suche ich mir ein passende Vorlage, für meine Bachelor-Arbeit
Vorlagen gibt es viele, einfach bei google eingeben und runterladen.
Allerdings werde ich LaTeX jetzt wohl öfters brauchen (auch für Präsentationen), also lese ich mir das LaTeX Wiki (Link siehe oben) mal von vorne nach hinten durch
Ich hoffe das hat geholfen!