mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Rename moderncvcolors from .tex to .sty for MiKTeX compatibility (#200)
* rename moderncvcolors from .tex to .sty for MiKTeX compatibility * added changelog entry to document the file change
This commit is contained in:
parent
d6d3ef7f13
commit
1472e001c5
13 changed files with 62 additions and 45 deletions
|
|
@ -1,4 +1,5 @@
|
|||
version next
|
||||
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
|
||||
- Fix error when omitting the photo in contemporary style (#201)
|
||||
|
||||
version 2.4.1 (18 Jul 2024)
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{black}% black
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{lightblue}% light blue
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{burgundy}% burgundy
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{green}% green
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{darkgrey}% dark grey
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{orange}% orange
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{purple}% purple
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% color scheme definition
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\colorlet{color0}{black}% black
|
||||
\colorlet{color1}{red}% red
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
%% start of file `moderncvcolors.sty'.
|
||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com)
|
||||
%% Copyright 2024-2024 moderncv maintainers (github.com/moderncv).
|
||||
%
|
||||
% This work may be distributed and/or modified under the
|
||||
% conditions of the LaTeX Project Public License version 1.3c,
|
||||
% available at http://www.latex-project.org/lppl/.
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% identification
|
||||
%-------------------------------------------------------------------------------
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{moderncvcolors}[2024-07-18 v2.4.1 modern curriculum vitae and letter base colors]
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% built-in colors
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
@ -33,3 +47,5 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
|
||||
% \definecolor{tsinghua}{HTML}{791CB5}
|
||||
|
||||
%% end of file `moderncvcolors.sty'.
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% set colors
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\providecolor{orcid}{named}{default-socialicon-color}
|
||||
\providecolor{researchgate}{named}{default-socialicon-color}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% set colors
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{moderncvcolors.tex}
|
||||
\usepackage{moderncvcolors}
|
||||
|
||||
\providecolor{address}{named}{default-socialicon-color}
|
||||
\providecolor{mobilephone}{named}{default-socialicon-color}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue