scholarmarkdown 3.2.0 → 3.2.1

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: cec69f4990a673477274c4af11574e14dc5ce096c205b9cb2ab59bdacdf61c5c
4
- data.tar.gz: 963c55f0975cf3193eb1a092e9b22b2e862c8c0b3257193a571ec139d5099733
3
+ metadata.gz: daa1c061f1cb03ec250d7bce7ac1b5f635e62593bb30ebd041f043081904c193
4
+ data.tar.gz: 2fe295f2d334a4030d9cbb707305407a9336da15017b5bf2a571c81f72e5805d
5
5
  SHA512:
6
- metadata.gz: d37732ccd2553b95985441ac17594d1625a9cfcc79e51b4212905e1350817a51cf2baa0dde4a2ee40087daf1bb7236f6353f8dd43397d6337b315a2d8c51e24a
7
- data.tar.gz: b732a6bdf3c3a544160f7511f3984f696eb9b9b03e96a6c3ec7fc2ecd4d2765797b50ffe24f8e08935277639ac9f1ee565d94dd6e22e20d36ba9730e6bd570f5
6
+ metadata.gz: d6f233911c02d22f1b5fed92b2ab20f51b913ab6de4235e5fa9b38460c925ea892ccebc2842f9787df388565529645da7ff00fcdb038537945929e587ccb96eb
7
+ data.tar.gz: 74c1c75a103e81c8cb368cc0fbe9ab41da08bc6d060e7cadd42e1d37a381a17df8300b0d1e0e6229eebf70a6561b1ff05026aa86813c5943a227ea502ae90aec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0
1
+ 3.2.1
@@ -57,7 +57,7 @@ display:block;
57
57
  }
58
58
 
59
59
  #affiliations {
60
- display:none;
60
+
61
61
  }
62
62
 
63
63
  .author-org {
@@ -298,10 +298,13 @@ counter-reset:sub-sub-sub-section;
298
298
  main section:not([id=abstract]):not([id=document-status]):not([id=keywords]):not([id=references]):not([id=categories-and-subject-descriptors]):not([id=general-terms]):not([id=appendix]):not([id=contact-us]):not([id^=table-of-]) > h2:before {
299
299
  content:counter(section) "\00a0\00a0\00a0\00a0";
300
300
  }
301
- section > h3:before {
301
+ main section h2:before {
302
+ content:counter(section) "\00a0\00a0\00a0";
303
+ }
304
+ main section h3:before {
302
305
  content:counter(section) "." counter(sub-section) "\00a0\00a0\00a0";
303
306
  }
304
- section > h4:before {
307
+ main section h4:before {
305
308
  content:counter(section)"." counter(sub-section) "." counter(sub-sub-section) "\00a0\00a0\00a0";
306
309
  }
307
310
 
@@ -557,6 +560,7 @@ font-family:Helvetica, Arial, sans-serif;
557
560
 
558
561
  #authors {
559
562
  position:relative;
563
+ font-size:1.2em;
560
564
  }
561
565
 
562
566
  #author-name,
@@ -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 3.2.0 ruby lib
5
+ # stub: scholarmarkdown 3.2.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "scholarmarkdown".freeze
9
- s.version = "3.2.0"
9
+ s.version = "3.2.1"
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 = "2022-10-31"
14
+ s.date = "2023-11-24"
15
15
  s.email = "rubensworks@gmail.com".freeze
16
16
  s.executables = ["generate-scholarmarkdown".freeze]
17
17
  s.extra_rdoc_files = [
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: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruben Taelman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puma