nameac
23-01-2013, 10:17
Hallo liebe Setzergemeinde,
ich versuche eine Tabelle zu erstellen leider will mir das nicht so ganz gelingen. Zum einen fehlen die Linien zwischen Spalten und Zeilen zum anderen bekomme ich die Spaltenbreite nicht so hin wie ich mir das vorstelle.
Die Einträge eins, zwei, drei sollen unter dem blauen Balken beginnen, wie das Datum und die Spalte Kenntnisse soll dann nach dem blauen Balken losgehen wie bei einem cventry das auch der Fall ist. Die Tabelle soll auch die Breite der Seite ausnutzen.
Weiter würde ich gerne \textbigcircle im Dokument verwenden, aber wenn ich das Paket textcomp einbinde, verändert sich die \textbullet in der Fußzeile. Ist es so gewollt das die textbullet in der Fußzeile grau ist und nicht blau?
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
% character encoding
\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
% adjust the page margins
\usepackage[scale=0.75]{geometry}
\usepackage{tabularx}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
% personal data
\firstname{John}
\familyname{Doe}
\title{Resumé title} % optional, remove / comment the line if not wanted
\address{street and number}{postcode city} % optional, remove / comment the line if not wanted
\mobile{+1~(234)~567~890} % optional, remove / comment the line if not wanted
\phone{+2~(345)~678~901} % optional, remove / comment the line if not wanted
\fax{+3~(456)~789~012} % optional, remove / comment the line if not wanted
\email{john@doe.org} % optional, remove / comment the line if not wanted
\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted
\extrainfo{additional information} % optional, remove / comment the line if not wanted
\quote{Some quote} % optional, remove / comment the line if not wanted
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
%----- resume ---------------------------------------------------------
\makecvtitle
\section{Education}
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{D escription} % arguments 3 to 6 can be left empty
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{D escription}
\section{Master thesis}
\cvitem{title}{\emph{Title}}
\cvitem{supervisors}{Supervisors}
\cvitem{description}{Short thesis abstract}
\section{Experience}
\subsection{Vocational}
\cventry{year--year}{Job title}{Employer}{City}{}{General description no longer than 1--2 lines.\newline{}%
Detailed achievements:%
\begin{itemize}%
\item Achievement 1;
\item Achievement 2, with sub-achievements:
\begin{itemize}%
\item Sub-achievement (a);
\item Sub-achievement (b), with sub-sub-achievements (don't do this!);
\begin{itemize}
\item Sub-sub-achievement i;
\item Sub-sub-achievement ii;
\item Sub-sub-achievement iii;
\end{itemize}
\item Sub-achievement (c);
\end{itemize}
\item Achievement 3.
\end{itemize}}
\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}
\subsection{Miscellaneous}
\cventry{year--year}{Job title}{Employer}{City}{}{Description}
\section{Computer skills}
\begin{tabular}{@{}p{\hintscolumnwidth}@{\hspace{\ separatorcolumnwidth}}|>{\ }m{5cm}|>{\centering\ }m{4cm}|>{\centering\ }m{2.9cm}|@{}m{0pt}}\cline{2-4}
%
%
& Kenntisse & Selbsteinschätzung\footnotemark[1] & Erfahrung in Jahren &\\\cline{1-4}
%
\raggedleft\small{eins} & Kenntisse A & 2 & 3 &\\\cline{2-4}
& Kenntisse A & 2 & 3 &\\\cline{2-4}
%
\raggedleft\small{zwei} & Kenntisse B & 2 & 3 &\\\cline{2-4}
& Kenntisse B & 2 & 3 &\\\cline{2-4}%
\raggedleft\small{drei} & Kenntisse C & 2 & 3 &\\\cline{2-4}%, MySQL\tm{}, HTML
& Kenntisse C & 2 & 3 &\\\cline{2-4}
& \multicolumn{4}{c}{\footnotemark[1] 1 = sehr gut, 2 = gut, 3 = durchschnittlich, 4 = befriedigend}\\
\end{tabular}\newline\newline\newline
%\makeletterclosing
%\clearpage\end{CJK*} % if you are typesetting your resume in Chinese using CJK; the \clearpage is required for fancyhdr to work correctly with CJK, though it kills the page numbering by making \lastpage undefined
\end{document}
ich versuche eine Tabelle zu erstellen leider will mir das nicht so ganz gelingen. Zum einen fehlen die Linien zwischen Spalten und Zeilen zum anderen bekomme ich die Spaltenbreite nicht so hin wie ich mir das vorstelle.
Die Einträge eins, zwei, drei sollen unter dem blauen Balken beginnen, wie das Datum und die Spalte Kenntnisse soll dann nach dem blauen Balken losgehen wie bei einem cventry das auch der Fall ist. Die Tabelle soll auch die Breite der Seite ausnutzen.
Weiter würde ich gerne \textbigcircle im Dokument verwenden, aber wenn ich das Paket textcomp einbinde, verändert sich die \textbullet in der Fußzeile. Ist es so gewollt das die textbullet in der Fußzeile grau ist und nicht blau?
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
% character encoding
\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
% adjust the page margins
\usepackage[scale=0.75]{geometry}
\usepackage{tabularx}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
% personal data
\firstname{John}
\familyname{Doe}
\title{Resumé title} % optional, remove / comment the line if not wanted
\address{street and number}{postcode city} % optional, remove / comment the line if not wanted
\mobile{+1~(234)~567~890} % optional, remove / comment the line if not wanted
\phone{+2~(345)~678~901} % optional, remove / comment the line if not wanted
\fax{+3~(456)~789~012} % optional, remove / comment the line if not wanted
\email{john@doe.org} % optional, remove / comment the line if not wanted
\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted
\extrainfo{additional information} % optional, remove / comment the line if not wanted
\quote{Some quote} % optional, remove / comment the line if not wanted
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
%----- resume ---------------------------------------------------------
\makecvtitle
\section{Education}
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{D escription} % arguments 3 to 6 can be left empty
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{D escription}
\section{Master thesis}
\cvitem{title}{\emph{Title}}
\cvitem{supervisors}{Supervisors}
\cvitem{description}{Short thesis abstract}
\section{Experience}
\subsection{Vocational}
\cventry{year--year}{Job title}{Employer}{City}{}{General description no longer than 1--2 lines.\newline{}%
Detailed achievements:%
\begin{itemize}%
\item Achievement 1;
\item Achievement 2, with sub-achievements:
\begin{itemize}%
\item Sub-achievement (a);
\item Sub-achievement (b), with sub-sub-achievements (don't do this!);
\begin{itemize}
\item Sub-sub-achievement i;
\item Sub-sub-achievement ii;
\item Sub-sub-achievement iii;
\end{itemize}
\item Sub-achievement (c);
\end{itemize}
\item Achievement 3.
\end{itemize}}
\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}
\subsection{Miscellaneous}
\cventry{year--year}{Job title}{Employer}{City}{}{Description}
\section{Computer skills}
\begin{tabular}{@{}p{\hintscolumnwidth}@{\hspace{\ separatorcolumnwidth}}|>{\ }m{5cm}|>{\centering\ }m{4cm}|>{\centering\ }m{2.9cm}|@{}m{0pt}}\cline{2-4}
%
%
& Kenntisse & Selbsteinschätzung\footnotemark[1] & Erfahrung in Jahren &\\\cline{1-4}
%
\raggedleft\small{eins} & Kenntisse A & 2 & 3 &\\\cline{2-4}
& Kenntisse A & 2 & 3 &\\\cline{2-4}
%
\raggedleft\small{zwei} & Kenntisse B & 2 & 3 &\\\cline{2-4}
& Kenntisse B & 2 & 3 &\\\cline{2-4}%
\raggedleft\small{drei} & Kenntisse C & 2 & 3 &\\\cline{2-4}%, MySQL\tm{}, HTML
& Kenntisse C & 2 & 3 &\\\cline{2-4}
& \multicolumn{4}{c}{\footnotemark[1] 1 = sehr gut, 2 = gut, 3 = durchschnittlich, 4 = befriedigend}\\
\end{tabular}\newline\newline\newline
%\makeletterclosing
%\clearpage\end{CJK*} % if you are typesetting your resume in Chinese using CJK; the \clearpage is required for fancyhdr to work correctly with CJK, though it kills the page numbering by making \lastpage undefined
\end{document}