octool 0.0.9 → 0.0.10

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: 5f2733d9e7a9f5a736a283139540cdae45cf887c2bd54e0de2461a30bc4602da
4
- data.tar.gz: 87854e857038bafc19bdcbb34e23fe8a58f9c0d9e7836d3297d50b3cbe032367
3
+ metadata.gz: 35ad41804c6a3eb09cde544a272ea3b6e9108355ce0d32799846335e6d3d6345
4
+ data.tar.gz: 8573306612f8760275735e38e12e4295ccfec60ed731569558d7386063086850
5
5
  SHA512:
6
- metadata.gz: adce4065a12f2de271ce3c5c3faf2ffb28b6bf5c652b95e6c62826fa327b8a08ef2b8b7ee85bf7674a116ff2ea85cc604e124f83107adff5bac53374992c18fa
7
- data.tar.gz: ed4f5e6de7c5463ae7a287bd3cf3189a393e6d458bd13813dfce82eab3c120031bbab94608b185bf2f5731664f9c32aeca767da8e0bcf01048b1f5beb75904a3
6
+ metadata.gz: 70a54c2b4a2224ee8933f2a09dd32d252c0ef18170a0e129fdeab5387eea01e42574ed40107efd80a5ca28648e9c0d52afa0d996d227d0fa28e0bfa3173c96e6
7
+ data.tar.gz: 352859097909847bf476ad7ab307eed31764ee0a41a388da32d9f112c47bacdacf155636ac7fb5e7eea89b9ba3c61348bf301459f45e81e2dca48b2e447b91b9
@@ -55,7 +55,7 @@ module OCTool
55
55
  out_path = File.join(@output_dir, "ssp.#{type}")
56
56
  print "Building #{out_path} ... "
57
57
  converter = pandoc.configure do
58
- from 'markdown'
58
+ from 'markdown+autolink_bare_uris'
59
59
  to type
60
60
  pdf_engine 'lualatex'
61
61
  toc
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OCTool
4
- VERSION = '0.0.9'
4
+ VERSION = '0.0.10'
5
5
  end
@@ -1,6 +1,6 @@
1
1
  == octool - Open Compliance Tool
2
2
 
3
- v0.0.9
3
+ v0.0.10
4
4
 
5
5
  === Global Options
6
6
  === --help
@@ -23,7 +23,6 @@ description: |
23
23
 
24
24
  fontsize: 11pt
25
25
  mainfont: NotoSans
26
- #monofont: NotoSansMono-ExtraCondensedLight
27
26
  monofont: NotoSansMono-ExtraCondensed
28
27
  mainfontoptions:
29
28
  - Numbers=Lowercase
@@ -54,6 +53,11 @@ geometry:
54
53
  - bottom=2cm
55
54
 
56
55
  header-includes:
56
+ - |
57
+ ```{=latex}
58
+ % https://ctan.org/pkg/metalogo?lang=en
59
+ \usepackage{metalogo}
60
+ ```
57
61
  - |
58
62
  ```{=latex}
59
63
  % https://github.com/jgm/pandoc/wiki/Pandoc-Tricks#left-aligning-tables-in-latex
@@ -208,3 +212,34 @@ a['satisfies'][1..].each do |s|
208
212
 
209
213
  <% end %>
210
214
  <% end %>
215
+
216
+
217
+ # Colophon
218
+
219
+ This document was typeset in NotoSans with \LuaTeX\.
220
+ The main body font is 11-point, and
221
+ code snippets use NotoSansMono-ExtraCondensed.
222
+
223
+ The Noto family of fonts is freely available and developed by Google,
224
+ which describes Noto as:
225
+
226
+ > When text is rendered by a computer, sometimes characters are displayed as
227
+ > "tofu". They are little boxes to indicate your device doesn't have a
228
+ > font to display the text.
229
+ >
230
+ > Google has been developing a font family called Noto, which aims to support
231
+ > all languages with a harmonious look and feel. Noto is Google's answer to
232
+ > tofu. The name noto is to convey the idea that Google's goal is to see
233
+ > "no more tofu". Noto has multiple styles and weights, and is freely
234
+ > available to all.
235
+
236
+ Core tools used to produce this document:
237
+
238
+ - [Docker](https://www.docker.com/) provides a repeatable environment in
239
+ which to run the tools.
240
+ - [OCTool](https://github.com/jumanjihouse/octool)
241
+ provides a schema and wrapper to express compliance data as configuration.
242
+ - [Pandoc](https://pandoc.org/) converts extended markdown to PDF output.
243
+ - [Python](https://www.python.org/) is a core language for automation.
244
+ - [Ruby](https://www.ruby-lang.org/en/) is a core language for automation.
245
+ - [TeXLive](https://www.tug.org/texlive/) provides the \TeX\ family of tools.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake