mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
update package list with skillmatrix packages
This commit is contained in:
parent
f7ef9b4e77
commit
21071ab320
1 changed files with 67 additions and 8 deletions
|
|
@ -119,6 +119,66 @@
|
||||||
|
|
||||||
|
|
||||||
%my commands
|
%my commands
|
||||||
|
% automatically read known bugs file. works only for single ligned entries
|
||||||
|
% \newread\myread% Get a file handle grip called \myread
|
||||||
|
% \newcommand{\loaditemsfromfile}[2][enumerate]{%
|
||||||
|
% % \DeclareDocumentCommand\multiLineRead{}{}
|
||||||
|
% \IfFileExists{#2}{%
|
||||||
|
% \openin\myread=#2
|
||||||
|
% % \begingroup\endlinechar=-1
|
||||||
|
% \def\matchmarco{\par}
|
||||||
|
% \begin{#1} % Use an itemize enviroment with #1 as name of the env.
|
||||||
|
% \def\multiLineRead{}
|
||||||
|
% \loop\unless\ifeof\myread%
|
||||||
|
% % \renewcommand{\multiLineRead}{}
|
||||||
|
% \read\myread to \localvariable
|
||||||
|
% \loop\unless\ifx\localvariable\matchmacro\fi% infinite loop
|
||||||
|
% \ifeof\myread
|
||||||
|
% \else
|
||||||
|
% \ifx\localvariable\matchmacro\relax
|
||||||
|
% \def\multiLineRead{}
|
||||||
|
% \else
|
||||||
|
% \edef\multiLineRead{\multiLineRead,Test} %\localvariable
|
||||||
|
% \item \multiLineRead
|
||||||
|
% \fi
|
||||||
|
% \fi
|
||||||
|
% \repeat
|
||||||
|
% \repeat
|
||||||
|
% \end{#1} % close the environment
|
||||||
|
% % \endgroup
|
||||||
|
% \closein\myread% \close the file
|
||||||
|
% }{}%
|
||||||
|
% }
|
||||||
|
% consider using datatool
|
||||||
|
% https://packages.oth-regensburg.de/ctan/macros/latex/contrib/datatool/datatool-user.pdf
|
||||||
|
% \makeatletter
|
||||||
|
% \newread\myread
|
||||||
|
% \newcommand{\loaditemsfromfile}[2][enumerate]{%
|
||||||
|
% % \DeclareDocumentCommand\multiLineRead{}{}
|
||||||
|
% \IfFileExists{#2}{%
|
||||||
|
% \def\linetomatch{\endlinechar}% \edef is not required
|
||||||
|
% \openin\myread=#2
|
||||||
|
% \begingroup\endlinechar=-1
|
||||||
|
% \begin{#1} % Use an itemize enviroment with #1 as name of the env.
|
||||||
|
% \item TEst
|
||||||
|
% \@whilesw\unless\ifeof\myread\fi{%
|
||||||
|
% \read\myread to \dataline
|
||||||
|
% \noindent"\linetomatch"
|
||||||
|
% \ifx\dataline\linetomatch\relax
|
||||||
|
% \item equals
|
||||||
|
% \else
|
||||||
|
% \item does not equal "\dataline"
|
||||||
|
% \fi
|
||||||
|
% }%
|
||||||
|
% \end{#1}%
|
||||||
|
% \endgroup
|
||||||
|
% \closein\myread
|
||||||
|
% }{}%
|
||||||
|
% }%
|
||||||
|
% \makeatother
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\definecolor{cvblue}{rgb}{0.22,0.45,0.70}
|
\definecolor{cvblue}{rgb}{0.22,0.45,0.70}
|
||||||
\definecolor{cvgreen}{rgb}{0.35,0.70,0.30}
|
\definecolor{cvgreen}{rgb}{0.35,0.70,0.30}
|
||||||
\definecolor{cvred}{rgb}{0.95,0.20,0.20}
|
\definecolor{cvred}{rgb}{0.95,0.20,0.20}
|
||||||
|
|
@ -593,22 +653,21 @@ In addition to the packages that \Moderncv itself provides the following package
|
||||||
\code{academicons},
|
\code{academicons},
|
||||||
\code{tgpagella}, %
|
\code{tgpagella}, %
|
||||||
\code{ebgaramond}, %
|
\code{ebgaramond}, %
|
||||||
\code{kurier}. %
|
\code{kurier},
|
||||||
|
\code{multirow},
|
||||||
|
\code{arydshln}. %
|
||||||
|
|
||||||
Optionally \Code{lmodern} gets loaded as well if the packages is installed.
|
|
||||||
Note that the \Code{tweaklist} package has been altered for the development of \Moderncv and ships
|
Note that the \Code{tweaklist} package has been altered for the development of \Moderncv and ships
|
||||||
with \moderncv.
|
with \moderncv.
|
||||||
\todox{Add required packages of cvskillmatrix}
|
|
||||||
|
|
||||||
Most of the packages should be included in the \LaTeX\ distribution of your choice.
|
Most of the packages should be included in the \LaTeX\ distribution of your choice.
|
||||||
|
|
||||||
\subsection{Known conflicts with other packages}
|
\subsection{Known conflicts with other packages}
|
||||||
% \begin{enumerate}
|
\begin{enumerate}
|
||||||
% % \item The \Moderncv packages is incompatible with biber. Use
|
\item The \Moderncv packages is incompatible with biber.
|
||||||
% \end{enumerate}
|
\end{enumerate}
|
||||||
|
|
||||||
\subsection{Known bugs}
|
\subsection{Known bugs}
|
||||||
|
\input{known_bugs}
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue