softcover 0.9.18 → 0.9.19

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
  SHA1:
3
- metadata.gz: 531f889f5bf63c6fc0c12b8cdb08c24ef92bb36e
4
- data.tar.gz: dc18ec5efb0c1676a79011c13db4ace245bd22a4
3
+ metadata.gz: 823bafdb9d41d399e628fe4882c089518e55cc55
4
+ data.tar.gz: 79d9a81b06660f55136c960f0bef0a42345ebafb
5
5
  SHA512:
6
- metadata.gz: 140e2871521c5451ba12c29003aef212d3178c77a8d0a0300ab29a9c0db74f4d6c26b28beef554216aa55957af97b3d8c691f7747c9273a0d180b35afd564442
7
- data.tar.gz: f0e06518ea8ff6ec2dcf9130ebb2ebaafb8e2ca4586f61ae6202ce49bedbaa8ab478856f256bcb0f035e2643da7413190c18028bc7bdc86d471f6631f9a76a52
6
+ metadata.gz: 64718ee9693c5164ea3f78ab303f3614aad9c87cfd11f1e01caca5a239812f89787ff477fb8b074deb19d2e332ded3d6050139c0a950ee56d0fe0cb494821dfa
7
+ data.tar.gz: c8257d9531a8ed66e456c026a7b9e6f7121b56c1ba891566ec4f8ae3ae82c194a3dc04557682204ea9073dd6e517b6e344c426bbb8fed05af8d707513e362508
@@ -1,7 +1,7 @@
1
1
  # A chapter
2
2
  \label{cha:a_chapter}
3
3
 
4
- This is the first paragraph of the Softcover Markdown template. It shows how to write a document in Markdown, a lightweight markup language, augmented with the [kramdown](http://kramdown.rubyforge.org/) converter and some custom extensions, including support for embedded \PolyTeX, a subset of the powerful \LaTeX\ typesetting system. For more information, see [*The Softcover Book*](http://manual.softcover.io/book). To learn how to easily publish (and optionally sell) documents produced with Softcover, visit [Softcover.io](http://softcover.io/). Softcover is currently in private beta; go to [Softcover.io](http://softcover.io/) to get an invitation.
4
+ This is the first paragraph of the Softcover Markdown template produced with the \softcover\ command-line interface. It shows how to write a document in Markdown, a lightweight markup language, augmented with the [kramdown](http://kramdown.rubyforge.org/) converter and some custom extensions, including support for embedded \PolyTeX, a subset of the powerful \LaTeX\ typesetting system. For more information, see [*The Softcover Book*](http://manual.softcover.io/book). To learn how to easily publish (and optionally sell) documents produced with Softcover, visit [Softcover.io](http://softcover.io/). Softcover is currently in private beta; go to [Softcover.io](http://softcover.io/) to get an invitation.
5
5
 
6
6
  This is the *second* paragraph, showing how to emphasize text.[^sample-footnote] You can also make text **bold** or _emphasize a second way_.
7
7
 
@@ -13,3 +13,7 @@
13
13
  % Convert '\bfi{text}' to '\textbf{\textit{text}}' (boldface italic):
14
14
  %
15
15
  % \newcommand{\bfi}[1]{\textbf{\textit{{#1}}}}
16
+
17
+ % Include a command for the sake of the test suite.
18
+ \newcommand{\softcover}{\texttt{softcover}}
19
+
@@ -159,8 +159,7 @@
159
159
  \let'\textquotesingle
160
160
  \let\PYZsq\textquotesingle}
161
161
  \endgroup
162
- \endinput
163
162
 
164
- % Add custom commands.
163
+ % Include custom commands.
165
164
  \usepackage{latex_styles/custom}
166
165
  \usepackage{latex_styles/custom_pdf}
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "0.9.18"
2
+ VERSION = "0.9.19"
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.9.18
4
+ version: 0.9.19
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: 2014-05-24 00:00:00.000000000 Z
12
+ date: 2014-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: polytexnic