Michael F. Schönitzer commited on 2014-08-20 15:54:29
Zeige 3 geänderte Dateien mit 11 Einfügungen und 8 Löschungen.
... | ... |
@@ -8,6 +8,9 @@ |
8 | 8 |
\setlength{\columnsep}{1.5cm} |
9 | 9 |
\usepackage{titlesec} |
10 | 10 |
\titleformat*{\section}{\LARGE\bfseries\center} |
11 |
+\usepackage{color} |
|
12 |
+\definecolor{gray}{gray}{.5} |
|
13 |
+\setlength{\parindent}{0pt} |
|
11 | 14 |
|
12 | 15 |
\usepackage{hyperref} |
13 | 16 |
\hypersetup{ |
... | ... |
@@ -25,14 +28,14 @@ |
25 | 28 |
\pagestyle{empty} |
26 | 29 |
|
27 | 30 |
\newcommand{\software}[7]{ |
28 |
-\subsection*{#1 (#2)} |
|
31 |
+\subsection*{#1 \hfill \textcolor{gray}{#2}} |
|
29 | 32 |
#3 |
30 |
-\begin{compactitem}\medskip |
|
31 |
-\item \textbf{Betriebssystem:} #4 |
|
32 |
-\item \textbf{Lizenz:} #6 |
|
33 |
-\item \textbf{Deutschsprachig:} #7 |
|
34 |
-\item \textbf{Homepage:} \url{#5} |
|
35 |
-\end{compactitem} |
|
33 |
+\medskip |
|
34 |
+ |
|
35 |
+\textit{Betriebssystem:} \textbf{#4} \\ |
|
36 |
+\textit{Lizenz:} \textbf{#6} \\ |
|
37 |
+\textit{Deutschsprachig:} \textbf{#7} \\ |
|
38 |
+\textit{Homepage:} \textbf{\url{#5}} \\ |
|
36 | 39 |
} |
37 | 40 |
|
38 | 41 |
\newcommand{\thema}[1]{\twocolumn[{\section*{Freie Software-Auswahl: #1}}\bigskip]} |
39 | 42 |
\ No newline at end of file |