new feature color for text color
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
\DeclareStringOption[1.0]{bgopacity} % background image opacity (1.0 = 100% visible, 0.0 = invisible), default 1.0
|
||||
\DeclareStringOption[1.0]{qrbgopacity} % QR code background opacity (1.0 = white solid, 0.0 = transparent), default 1.0
|
||||
\DeclareStringOption[de]{lang}
|
||||
\DeclareStringOption[black]{color}
|
||||
\DeclareBoolOption[true]{crlf} % use CRLF line endings in vCard (iOS compatibility)
|
||||
\DeclareComplementaryOption{nocrlf}{crlf}\DeclareBoolOption[true]{address}
|
||||
\DeclareComplementaryOption{noaddress}{address}
|
||||
@@ -71,6 +72,7 @@
|
||||
\RequirePackage{marvosym}
|
||||
\RequirePackage{fontawesome}
|
||||
\RequirePackage[final]{qrcode}
|
||||
\RequirePackage{xcolor}
|
||||
\RequirePackage{etoolbox}
|
||||
\RequirePackage{xstring} % for string length checking
|
||||
\RequirePackage{DejaVuSans}
|
||||
@@ -89,6 +91,7 @@
|
||||
\setlength{\parindent}{0pt}
|
||||
\renewcommand*\familydefault{\sfdefault}
|
||||
\setlength{\fboxsep}{0pt}
|
||||
\color{\BCQ@color}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
Reference in New Issue
Block a user