From bf4d24d7b91686c313498d2e59a93cc21e7c6925 Mon Sep 17 00:00:00 2001 From: hackbard Date: Fri, 17 Jan 2014 09:44:11 +0100 Subject: [PATCH] changes to cv: MacOs->OSX + Mekfile adapted --- cv/Makefile | 8 +++++++- cv/cv.tex | 4 ++-- cv/cv_german.tex | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/cv/Makefile b/cv/Makefile index 2542848..39231d6 100644 --- a/cv/Makefile +++ b/cv/Makefile @@ -3,7 +3,7 @@ LATEX = latex BIBTEX = bibtex DVIPDF = dvipdf -SRC = cv.tex app_uu.tex references.tex app_mpi.tex +SRC = cv_german.tex cv.tex app_uu.tex references.tex app_mpi.tex app_kuka.tex PDF = $(SRC:%.tex=%.pdf) all: $(PDF) @@ -14,6 +14,12 @@ cv.dvi: cv.tex $(LATEX) $< $(LATEX) $< +cv_german.dvi: cv_german.tex + $(LATEX) $< + $(BIBTEX) cv_german + $(LATEX) $< + $(LATEX) $< + %.dvi: %.tex $(LATEX) $< diff --git a/cv/cv.tex b/cv/cv.tex index 0665f9b..51f8cab 100644 --- a/cv/cv.tex +++ b/cv/cv.tex @@ -132,14 +132,14 @@ \section{Computer literacy} \begin{tabular}{r|p{11cm}} -\textsc{Operating systems} & Linux, Unix, Windows, MacOS (ordered by competence)\\ +\textsc{Operating systems} & Linux, Unix, Windows, OS X (ordered by competence)\\ %\multicolumn{2}{c}{}\\ %this clears the space between two jobs \textsc{Programming} & C, Fortran, C++, RISC Assembler (Atmel, Mips), VHDL\\ %\multicolumn{2}{c}{}\\ %this clears the space between two jobs \textsc{High Performance Computing} & POSIX Threads, OpenMP, MPI, LoadLeveler, Grid Engine\\ %, PBS\\ %\multicolumn{2}{c}{}\\ %this clears the space between two jobs -\textsc{Scripting} & Bash, Sed, Awk, Make\\ +\textsc{Scripting} & Bash, Sed, Awk, Make, Lua\\ %\multicolumn{2}{c}{}\\ %this clears the space between two jobs \textsc{Revision control} & CVS, Git, SVN\\ %\multicolumn{2}{c}{}\\ %this clears the space between two jobs diff --git a/cv/cv_german.tex b/cv/cv_german.tex index 325a850..0044837 100644 --- a/cv/cv_german.tex +++ b/cv/cv_german.tex @@ -132,14 +132,14 @@ \section{Computerkenntnisse} \begin{tabular}{r|p{11cm}} -\textsc{Betriebssysteme} & Linux, Unix, Windows, MacOS (geordnet nach Kompetenz)\\ +\textsc{Betriebssysteme} & Linux, Unix, Windows, OS X (geordnet nach Kompetenz)\\ %\multicolumn{2}{c}{}\\ %this clears the space between two jobs \textsc{Programmierung} & C, Fortran, C++, RISC Assembler (Atmel, Mips), VHDL\\ \textsc{Hochleistungsrechnen} & POSIX Threads, OpenMP, MPI, LoadLeveler, Grid Engine, PBS\\ %\multicolumn{2}{c}{}\\ %this clears the space between two jobs -\textsc{Skriptsprachen} & Bash, Sed, Awk, Make\\ +\textsc{Skriptsprachen} & Bash, Sed, Awk, Make, Lua\\ %\multicolumn{2}{c}{}\\ %this clears the space between two jobs \textsc{Revisionskontrolle} & CVS, Git, SVN\\ %\multicolumn{2}{c}{}\\ %this clears the space between two jobs -- 2.20.1