@jpetit/toolkit 3.0.12 → 3.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -1,8 +1,27 @@
1
1
  % \usepackage{html}
2
2
 
3
- \usepackage{mathpazo}
4
- \usepackage{helvet}
5
- \usepackage{courier}
3
+ % added for xelatex
4
+ \usepackage{fontspec}
5
+ \setmainfont{texgyrepagella-regular.otf}[
6
+ BoldFont=texgyrepagella-bold.otf,
7
+ ItalicFont=texgyrepagella-italic.otf,
8
+ BoldItalicFont=texgyrepagella-bolditalic.otf
9
+ ]
10
+ \setsansfont{texgyreheros-regular.otf}[
11
+ BoldFont=texgyreheros-bold.otf,
12
+ ItalicFont=texgyreheros-italic.otf,
13
+ BoldItalicFont=texgyreheros-bolditalic.otf
14
+ ]
15
+ \setmonofont{texgyrecursor-regular.otf}[
16
+ BoldFont=texgyrecursor-bold.otf,
17
+ ItalicFont=texgyrecursor-italic.otf,
18
+ BoldItalicFont=texgyrecursor-bolditalic.otf
19
+ ]
20
+
21
+ %remove for xelatex
22
+ %\usepackage{mathpazo}
23
+ %\usepackage{helvet}
24
+ %\usepackage{courier}
6
25
 
7
26
  \usepackage{mdwlist}
8
27
  \usepackage{shortvrb}
@@ -14,7 +33,7 @@
14
33
  \usepackage{geometry}
15
34
  \usepackage{moreverb}
16
35
  \usepackage{multicol}
17
- \usepackage[utf8]{inputenc}
36
+ %\usepackage[utf8]{inputenc} %remove for xelatex
18
37
  \usepackage{listings}
19
38
  \usepackage{textcomp}
20
39
  \usepackage{chessboard}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jpetit/toolkit",
3
3
  "description": "Toolkit to prepare problems for Jutge.org",
4
- "version": "3.0.12",
4
+ "version": "3.0.13",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },