mod color and font family of subject
This commit is contained in:
parent
6a9a84c3b7
commit
cf66f2cf23
|
@ -1,5 +1,6 @@
|
|||
\documentclass[DIV=15,12pt,headheight=10pt,pagenumber=no,enlargefirstpage,firstfoot=false]{scrlttr2}
|
||||
|
||||
\usepackage{xcolor}
|
||||
\usepackage[utf8]{inputenc}
|
||||
% \usepackage[lf]{venturis}
|
||||
\usepackage[T1]{fontenc}
|
||||
|
@ -9,9 +10,13 @@
|
|||
\usepackage{ragged2e}
|
||||
\usepackage{graphicx}
|
||||
\newcounter{cnt}
|
||||
\usepackage{fontspec}
|
||||
\definecolor{dpsgblue}{HTML}{003056}
|
||||
|
||||
\newfontfamily\arvo{Arvo}
|
||||
\addtokomafont{subject}{\arvo\large\color{dpsgblue}}
|
||||
|
||||
% -------------------------- Calculation of table --------------------------
|
||||
\def\inc{\stepcounter{cnt}\thecnt}
|
||||
\gdef\TotalHT{0}
|
||||
\newcommand{\product}[2]{%
|
||||
#1 & \FPmul\temp{#2}{1}\FPround\temp{\temp}{2}\temp
|
||||
|
|
Loading…
Reference in New Issue