softcover 1.5.4 → 1.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95a45fce7eae8e93eb3b0a56703d497fb40e2e4c772eac4603065ee7ccf39cf4
4
- data.tar.gz: de8f8449d1b3a7f44b3cad3e9904a71c4bc4b2ce8cb0954b204a35fdfdc90b97
3
+ metadata.gz: 665cf6f126171374c693d0338805c3c0078d0f4dae65e1e4e58bde9259adbca0
4
+ data.tar.gz: 4f4423c45c2d8968cc00aea576d5789eacdb1f9e617008a4b3449f8102539d50
5
5
  SHA512:
6
- metadata.gz: 1fe24f58b5de598b545a56df146a3e4ed42b7932b67a3cb74189cb50e4282630be43832bce6072c59a47abe2063ca9c0df09f168ec6087648a0f8be77445a8e6
7
- data.tar.gz: 7d51446cf004542c57149fe3fc6a0378dacaf33a4784f49a4e8f42c9b1853a6f48d9253e25dc6869b37fe63a67f46ab72166469fea25445f1ec8d974ec7b2128
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}
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "1.5.4"
2
+ VERSION = "1.5.5"
3
3
  end
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
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-08-11 00:00:00.000000000 Z
12
+ date: 2018-09-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: polytexnic