softcover 1.5.4 → 1.5.5
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 665cf6f126171374c693d0338805c3c0078d0f4dae65e1e4e58bde9259adbca0
|
|
4
|
+
data.tar.gz: 4f4423c45c2d8968cc00aea576d5789eacdb1f9e617008a4b3449f8102539d50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8d99c27f6ae1c690d8d4b997b3de89be6771da438a023ca67178782d82a819ba06b8f186be433232160aa02c8d51590ca011adf31de201cf8e42715cfa2ca75
|
|
7
|
+
data.tar.gz: bad7117ea5b589da90eaef084354da81be201bba0636e56ae652d3700a3e544f98c5a0f4f4bf2c3d3dbac2cd04adcca4b81d927a7c267f833b18ddcc156ccd1a
|
|
@@ -165,8 +165,8 @@
|
|
|
165
165
|
\newunicodechar{↵}{\returnkey}
|
|
166
166
|
\newunicodechar{⌫}{\delkey}
|
|
167
167
|
\newunicodechar{␣}{\textvisiblespace}
|
|
168
|
-
\newunicodechar{—}{
|
|
169
|
-
\newunicodechar{–}{
|
|
168
|
+
\newunicodechar{—}{\textemdash}
|
|
169
|
+
\newunicodechar{–}{\textendash}
|
|
170
170
|
\newunicodechar{™}{\texttrademark}
|
|
171
171
|
\newunicodechar{©}{\copyright}
|
|
172
172
|
\newunicodechar{®}{\textregistered}
|
|
@@ -165,8 +165,8 @@
|
|
|
165
165
|
\newunicodechar{↵}{\returnkey}
|
|
166
166
|
\newunicodechar{⌫}{\delkey}
|
|
167
167
|
\newunicodechar{␣}{\textvisiblespace}
|
|
168
|
-
\newunicodechar{—}{
|
|
169
|
-
\newunicodechar{–}{
|
|
168
|
+
\newunicodechar{—}{\textemdash}
|
|
169
|
+
\newunicodechar{–}{\textendash}
|
|
170
170
|
\newunicodechar{™}{\texttrademark}
|
|
171
171
|
\newunicodechar{©}{\copyright}
|
|
172
172
|
\newunicodechar{®}{\textregistered}
|
|
@@ -190,6 +190,8 @@
|
|
|
190
190
|
\newunicodechar{Ī}{\={I}}
|
|
191
191
|
\newunicodechar{Ō}{\={O}}
|
|
192
192
|
\newunicodechar{Ū}{\={U}}
|
|
193
|
+
\newunicodechar{«}{\guillemotleft}
|
|
194
|
+
\newunicodechar{»}{\guillemotright}
|
|
193
195
|
|
|
194
196
|
\usepackage{latex_styles/language_customization}
|
|
195
197
|
|
|
@@ -205,6 +207,15 @@
|
|
|
205
207
|
\let\PYZsq\textquotesingle}
|
|
206
208
|
\endgroup
|
|
207
209
|
|
|
210
|
+
% Add smallcaps
|
|
211
|
+
\usepackage{fontspec}
|
|
212
|
+
\setmainfont[ItalicFont = Times Italic,
|
|
213
|
+
BoldFont = Times Bold,
|
|
214
|
+
BoldItalicFont = Times Bold Italic,
|
|
215
|
+
SmallCapsFont=Bodoni 72 Smallcaps]
|
|
216
|
+
{Times}
|
|
217
|
+
\setmonofont{Courier}
|
|
218
|
+
|
|
208
219
|
% Include custom commands.
|
|
209
220
|
\usepackage{latex_styles/custom}
|
|
210
221
|
\usepackage{latex_styles/custom_pdf}
|
data/lib/softcover/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: softcover
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Hartl
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-09-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: polytexnic
|