softcover 0.7.3 → 0.7.4

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
  SHA1:
3
- metadata.gz: 6ce513334c4adcf117e5032746189b82b381d78a
4
- data.tar.gz: 38c1806030b94ace0b42e8ae6c8043f9447ac9b3
3
+ metadata.gz: bb3a8ac867feab04d85e376c1c07f1860b88cfc8
4
+ data.tar.gz: 544d163967fad019b93260917f56624b32514993
5
5
  SHA512:
6
- metadata.gz: fa051925adb46e6a9bf837d3769f846c99107231e028eb5ccf5ca17b6399f4344153553e79c379a0c013c600ed81692be71e58d4d197fe6fc8bfccef4f8cc278
7
- data.tar.gz: 93da1d391cea203e908b176951166ce6ffd2e7a9569c2618d9237297fb09d905d314666f814f6174704701cd9524fa619cac059f6bbe9b31df55ff5fb9efffa9
6
+ metadata.gz: 9a92960c2fa9fdbcd50c4ae68ab7b9454a7c0660dda62312f8d31e1c3096cd350085bc409dc17b5e92ee955238bd62bf2f3a177d7bf468ceaa97ea0ab9f908fa
7
+ data.tar.gz: 2cde2515a0144fc39b3995bda93e151db02b4641ae52705183adb8244724fffc9905cb4a64c98c6ac9f4956e45f8f906cb7fefe9147d35af99749a38964ec7b1
@@ -106,7 +106,7 @@
106
106
  }{\par\unskip\@minipagefalse\endMakeFramed}
107
107
 
108
108
  % Caption styling
109
- \usepackage[font=it]{caption}
109
+ \usepackage[font={it,small}]{caption}
110
110
 
111
111
  % Codelistings
112
112
  \newcounter{codelisting}
@@ -116,7 +116,7 @@
116
116
  % Codelisting captions
117
117
  \usepackage{caption}
118
118
  \DeclareCaptionFormat{listing}{\hspace{-0.2em}\colorbox[gray]{.85}{\hspace{0.1em}\parbox{0.997\textwidth}{#1#2#3}}\vspace{-1.3\baselineskip}}
119
- \captionsetup[listing]{format=listing,labelfont=bf,skip=16pt}
119
+ \captionsetup[listing]{format=listing,labelfont=bf,skip=16pt,font={rm,normalsize}}
120
120
  \DeclareCaptionType{listing}
121
121
  \newcommand{\codecaption}[1]{\captionof{listing}{#1}}
122
122
 
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "0.7.3"
2
+ VERSION = "0.7.4"
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: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hartl