Compare commits

...

2 Commits

Author SHA1 Message Date
Emmanuel Viennet 21adab834c bug fix in build script 2021-05-19 10:11:36 +02:00
Emmanuel Viennet 52b7ec3d10 typos 2021-05-19 10:00:19 +02:00
3 changed files with 7 additions and 11 deletions

View File

@ -7,7 +7,7 @@ usage() {
exit 1
}
[ $# != 2 ] || [ $# != 3 ] || usage
CCN=""
CCN="--acd"
if [ "$1" == "--ccn" ]
then
CCN="--ccn"

View File

@ -2,16 +2,6 @@
\usepackage{fontspec}
\usepackage{helvet}
%\usepackage{fontspec}
%\setmainfont[Path=fonts/,
% BoldItalicFont=ArialBoldItalic.ttf,
% BoldFont =ArialBold.ttf,
% ItalicFont =ArialItalic.ttf]{ArialRegular.ttf}
%\usepackage[LUC,T2A,T1]{fontenc}%
%\usepackage[utf8]{inputenc}
\usepackage{arevtext}
\usepackage{tgtermes} % tgadventor} % https://tug.org/FontCatalogue/seriffonts.html
%\usepackage[condensed]{tgheros}

View File

@ -28,6 +28,12 @@ parser.add_argument(
action="store_true",
help="génère éléments pour version CCN (moins de détails)"
)
parser.add_argument(
"-i",
"--acd",
action="store_true",
help="génère éléments pour version ACD (tous les détails) (par défaut)"
)
args = parser.parse_args()
Config.ROOT = args.root
Config.ccn = args.ccn