scholarmarkdown 2.1.0 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,9 @@
1
+ @import "acm.scss";
2
+ @import "shared.scss";
3
+ @import "shared_override.scss";
4
+
5
+ header {
6
+ .actions, .context {
7
+ display: none;
8
+ }
9
+ }
@@ -0,0 +1,46 @@
1
+ @mixin clearfix {
2
+ &:after {
3
+ content: "";
4
+ display: table;
5
+ clear: both;
6
+ }
7
+ }
8
+
9
+ @font-face {
10
+ font-family: 'Linux Libertine';
11
+ src: url('../fonts/LinLibertine_R.woff') format('woff');
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ }
15
+ @font-face {
16
+ font-family: 'Linux Libertine';
17
+ src: url('../fonts/LinLibertine_RB.woff') format('woff');
18
+ font-weight: bold;
19
+ font-style: normal;
20
+ }
21
+ @font-face {
22
+ font-family: 'Linux Biolinum';
23
+ src: url('../fonts/LinBiolinum_R.woff') format('woff');
24
+ font-weight: normal;
25
+ font-style: normal;
26
+ }
27
+ @font-face {
28
+ font-family: 'Linux Biolinum';
29
+ src: url('../fonts/LinBiolinum_RB.woff') format('woff');
30
+ font-weight: bold;
31
+ font-style: normal;
32
+ }
33
+ .printfont1 {
34
+ font-family: "Linux Libertine", sans-serif;
35
+ }
36
+ .printfont2 {
37
+ font-family: "Linux Libertine", sans-serif;
38
+ font-weight: bold;
39
+ }
40
+ .printfont3 {
41
+ font-family: "Linux Biolinum", sans-serif;
42
+ }
43
+ .printfont4 {
44
+ font-family: "Linux Biolinum", sans-serif;
45
+ font-weight: bold;
46
+ }
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: scholarmarkdown 2.1.0 ruby lib
5
+ # stub: scholarmarkdown 2.2.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "scholarmarkdown".freeze
9
- s.version = "2.1.0"
9
+ s.version = "2.2.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Ruben Taelman".freeze]
14
- s.date = "2019-01-02"
14
+ s.date = "2019-01-08"
15
15
  s.email = "rubensworks@gmail.com".freeze
16
16
  s.executables = ["generate-scholarmarkdown".freeze]
17
17
  s.extra_rdoc_files = [
@@ -41,8 +41,18 @@ Gem::Specification.new do |s|
41
41
  "bin/template/content/styles/reset.scss",
42
42
  "bin/template/content/styles/screen.scss",
43
43
  "bin/template/content/styles/shared.scss",
44
+ "bin/template/content/styles/shared_override.scss",
44
45
  "bin/template/layouts/default.html.erb",
45
46
  "bin/template/nanoc.yaml",
47
+ "bin/template_override_acm/content/abstract.md",
48
+ "bin/template_override_acm/content/fonts/LinBiolinum_R.woff",
49
+ "bin/template_override_acm/content/fonts/LinBiolinum_RB.woff",
50
+ "bin/template_override_acm/content/fonts/LinLibertine_R.woff",
51
+ "bin/template_override_acm/content/fonts/LinLibertine_RB.woff",
52
+ "bin/template_override_acm/content/index.md.erb",
53
+ "bin/template_override_acm/content/styles/acm.scss",
54
+ "bin/template_override_acm/content/styles/print.scss",
55
+ "bin/template_override_acm/content/styles/shared_override.scss",
46
56
  "lib/scholarmarkdown.rb",
47
57
  "lib/scholarmarkdown/citationstyles/lncs-custom.csl",
48
58
  "lib/scholarmarkdown/filter/acronym.rb",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scholarmarkdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruben Taelman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-02 00:00:00.000000000 Z
11
+ date: 2019-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -209,8 +209,18 @@ files:
209
209
  - bin/template/content/styles/reset.scss
210
210
  - bin/template/content/styles/screen.scss
211
211
  - bin/template/content/styles/shared.scss
212
+ - bin/template/content/styles/shared_override.scss
212
213
  - bin/template/layouts/default.html.erb
213
214
  - bin/template/nanoc.yaml
215
+ - bin/template_override_acm/content/abstract.md
216
+ - bin/template_override_acm/content/fonts/LinBiolinum_R.woff
217
+ - bin/template_override_acm/content/fonts/LinBiolinum_RB.woff
218
+ - bin/template_override_acm/content/fonts/LinLibertine_R.woff
219
+ - bin/template_override_acm/content/fonts/LinLibertine_RB.woff
220
+ - bin/template_override_acm/content/index.md.erb
221
+ - bin/template_override_acm/content/styles/acm.scss
222
+ - bin/template_override_acm/content/styles/print.scss
223
+ - bin/template_override_acm/content/styles/shared_override.scss
214
224
  - lib/scholarmarkdown.rb
215
225
  - lib/scholarmarkdown/citationstyles/lncs-custom.csl
216
226
  - lib/scholarmarkdown/filter/acronym.rb