Skip to content

Commit

Permalink
Add date to title page of generated PDF and HTML
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Fingerhut <[email protected]>
  • Loading branch information
jafingerhut committed Nov 5, 2024
1 parent 151b29e commit fb6b45c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions p4-16/spec/P4-16-spec.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= P4~16~ Language Specification : The P4 Language Consortium
:doctype: book
:revdate: {docdate}
:revnumber: v1.2.5
:imagesdir: resources/figs
:font-size: 10
Expand Down
5 changes: 5 additions & 0 deletions p4-16/spec/resources/fonts/verify-font
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'ttfunk'
require 'ttfunk/subset_collection'

ttf_subsets = TTFunk::SubsetCollection.new TTFunk::File.open ARGV[0]
(0...(ttf_subsets.instance_variable_get :@subsets).size).each {|idx| ttf_subsets[idx].encode }

0 comments on commit fb6b45c

Please sign in to comment.