Suchen

Results for Autohotkey

Deleting complete lines in TeXworks / ganze Zeilen löschen in TeXworks

What I really like in Emacs is the Ctrl+k key combination to delete the rest of the line. As I wanted this feature in TeXworks as well, where I usually set the cursor to the beginning of the line anyway I decided to implement a little Autohotkey script to do this. As I do not […]

Equipping TeXworks with a ‚duplicate this line‘ feature / Zeilen duplizieren in TeXworks

I really like TeXworks but miss some of the functions other editors provide. Notepad++ for example has a nice „duplicate this line“ feature available via Ctrl+D that I’d like to use in TeXworks as well. Thanks to Autohotkey this is quite simple (also thanks to the posting from www.autohotkey.com/board/topic/19002-duplicate-line/) ^d:: SetKeyDelay, -1 Temp := ClipboardAll […]

Slides for the German LaTeX Introductory Course in Gießen

Here are the slides I used in my LaTeX introductory course at University of Gießen. Intro-Current-Complete (PDF) Additional materials: Files fom the course (without the JPEG) BibLaTeX & Biber workflow Autohotkey articles

LaTeX @ GUUG 2012

Am 28.02.2012 werde ich auf der Frühjahrstagung der German Unix Users Group (GUUG) ein mehrstündiges LaTeX-Tutorial halten. Beginnend bei den absoluten Grundlagen („Hello LaTeX!“) schauen wir uns verschiedene Klassen an, erstellen kleinere und größere Dokumente. Agenda Installation (falls notwendig) Geschichte von LaTeX Autokey/Autohotkey Grundlegende Dokumentenklassen Die KOMA-Klassen Listen und Aufzählungen Tabellen Mathematiksatz, Bibliografien Präsentationen Briefe […]

Tastaturkürzel für TeX mit ac’tivaid – Teil 2

Für die Definition von Datumswerten bringt ac’tivaid bereits ein vordefiniertes morgen# mit, das das morgige Datum ausgibt. Ausgehend davon habe ich mir auf ü#, üü#, ä#, ää# und ö# und öö# verschiedene Daten gelegt. So gibt ä# das aktuelle Datum in der Form TT.MM.JJJJ aus, ää# in der ISO-Notation JJJJMMTT. Morgen = %A_Now% EnvAdd, Morgen, […]

Skriptsprachen zur Windows-Automation

Neben Powershell gibt es noch eine Reihe anderer Skriptsprachen, mit denen sich immer wiederkehrende Aufgaben unter Windows bequemer erledigen lassen: AutoIt AutoHotkey, das auch von der c’t Toolsammlung ac’tivAid genutzt wird