metanorma-iso 1.0.4 → 1.0.5

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
  SHA256:
3
- metadata.gz: '07499247abd9fb32513b4866fe1ed231c89ab893d360ed817cd215361c31aac1'
4
- data.tar.gz: 0e72da21b9efc829e6868edaacaf430bccfc816588ad0b209fe7ed3fdb077e74
3
+ metadata.gz: 932837d78e5f5e676cd66f18e7948f57e443e99af6dca94c1cdb053504d249e4
4
+ data.tar.gz: d824e7df7806e7776191ee92abd420c72964e6ee40bf3508bca350549431496b
5
5
  SHA512:
6
- metadata.gz: c0c76bae355c918ed8dc336e6f00a2145621d7c2c1382331b486381ffc2f57071777d8dd582754c021ec3dfdc45820ec3122c1034ea36048e14fafc1a3505420
7
- data.tar.gz: c178a3832ede766c0aea9662284179def0fe8df3c45994de3b396714688c06d0170cf29e0dcc8f1351f4885428a9ee7013d9f7d7898f49cbbbd849e4192e7436
6
+ metadata.gz: 46ecdb8635447944f351a4a171768fe74e7e29469133a5e57e9f3ceff279ec9fd83a4a9d17ccb9cecf2be287af66fc344d44b00ce0b5eadb9d70be9bf18733ab
7
+ data.tar.gz: 40c7b4b7e14522adf2fcee0648390692dd40693dede0f9124d5d1e9445dcbc2029d358d43fdb775dea2412565c7a3016e59d37a9a01a9360593aa034e9132e7d
@@ -840,6 +840,7 @@ which adheres with ISO formatting requirements. Recommend against overriding thi
840
840
  `:htmlintropage`:: HTML template for introductory section. Defaults to built in template. Recommend against overriding this.
841
841
 
842
842
  `:scripts`:: Javascript scripts for HTML output. Defaults to built in scripts. Recommend against overriding this.
843
+ `:scripts-pdf`:: Javascript scripts for HTML > PDF output. Defaults to built in scripts. Recommend against overriding this.
843
844
 
844
845
  `:wordstylesheet`:: Primary SCSS stylesheet to use for Word output. Defaults to built in stylesheet,
845
846
  which adheres with ISO formatting requirements. Recommend against overriding this.
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module ISO
3
- VERSION = "1.0.4".freeze
3
+ VERSION = "1.0.5".freeze
4
4
  end
5
5
  end
@@ -59,10 +59,10 @@ time, mark, audio, video {
59
59
 
60
60
 
61
61
  html, body, div, span, applet, object, iframe,
62
- p, blockquote, pre,
63
- a, abbr, acronym, address, big, cite, code,
64
- del, dfn, em, img, ins, kbd, q, s, samp,
65
- small, strike, strong, sub, sup, tt, var,
62
+ p, blockquote,
63
+ a, abbr, acronym, address, big, cite,
64
+ del, dfn, em, img, ins, q, s,
65
+ small, strike, strong, sub, sup, var,
66
66
  b, u, i, center,
67
67
  dl, dt, dd, ol, ul, li,
68
68
  fieldset, form, label, legend,
@@ -74,6 +74,10 @@ time, mark, audio, video {
74
74
  font-family: $bodyfont;
75
75
  }
76
76
 
77
+ code, pre, tt, kbd, samp {
78
+ font-family: $monospacefont;
79
+ }
80
+
77
81
  h1, h2, h3, h4, h5, h6, .h2Annex {
78
82
  font-family: $headerfont;
79
83
  }
@@ -279,7 +283,7 @@ p.Terms {
279
283
 
280
284
  /* Navigation*/
281
285
 
282
- @media (min-width: 768px) {
286
+ @media screen and (min-width: 768px) {
283
287
  nav {
284
288
  position: fixed;
285
289
  top: 0;
@@ -331,7 +335,7 @@ p.Terms {
331
335
  }
332
336
  }
333
337
 
334
- @media (max-width: 768px) {
338
+ @media screen and (max-width: 768px) {
335
339
  #toc {
336
340
  padding: 0 1.5em 0 1.5em;
337
341
  overflow: visible;
@@ -802,477 +806,3 @@ font-weight: 600;
802
806
 
803
807
 
804
808
 
805
-
806
- /* Old CSS
807
- p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
808
- margin-top: 0cm;
809
- margin-right: 0cm;
810
- margin-bottom: 12.0pt;
811
- margin-left: 0cm;
812
- text-align: justify;
813
- line-height: 12.0pt;
814
- tab-stops: 20.15pt;
815
- font-size: 12.0pt;
816
- font-family: "Cambria", serif; }
817
-
818
- p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
819
- margin-top: 0cm;
820
- margin-right: 0cm;
821
- margin-bottom: 12.0pt;
822
- margin-left: 0cm;
823
- text-align: justify;
824
- line-height: 12.0pt;
825
- tab-stops: 20.15pt;
826
- font-size: 10.0pt;
827
- font-family: "Cambria", serif;
828
- font-weight: bold;
829
- }
830
-
831
- p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode {
832
- margin-top: 0cm;
833
- margin-right: 0cm;
834
- margin-bottom: 12.0pt;
835
- margin-left: 0cm;
836
- text-align: left;
837
- line-height: 12.0pt;
838
- tab-stops: 20.15pt;
839
- font-size: 9.0pt;
840
- font-family: "Courier New", monospace; }
841
-
842
- p.Biblio, li.Biblio, div.Biblio {
843
- margin-top: 0cm;
844
- margin-right: 0cm;
845
- margin-bottom: 12.0pt;
846
- margin-left: 33.15pt;
847
- text-indent: -33.15pt;
848
- tab-stops: 33.15pt;
849
- line-height: 12.0pt;
850
- font-size: 11.0pt;
851
- font-family: "Cambria", serif; }
852
-
853
- p.FigureTitle {
854
- margin-top: 0cm;
855
- margin-right: 0cm;
856
- margin-bottom: 6.0pt;
857
- margin-left: 0cm;
858
- text-align: center;
859
- line-height: 12.0pt;
860
- page-break-before: avoid;
861
- tab-stops: 20.15pt;
862
- font-size: 11.0pt;
863
- font-family: "Cambria", serif;
864
- font-weight: bold; }
865
-
866
- p.TableTitle {
867
- margin-top: 0cm;
868
- margin-right: 0cm;
869
- margin-bottom: 6.0pt;
870
- margin-left: 0cm;
871
- text-align: center;
872
- page-break-after: avoid;
873
- line-height: 12.0pt;
874
- tab-stops: 20.15pt;
875
- font-size: 11.0pt;
876
- font-weight: bold;
877
- font-family: "Cambria", serif; }
878
-
879
- p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote {
880
- margin-top: 0cm;
881
- margin-right: 0cm;
882
- margin-bottom: 12.0pt;
883
- margin-left: 0cm;
884
- text-align: justify;
885
- line-height: 12.0pt;
886
- tab-stops: 20.15pt;
887
- font-size: 10.0pt;
888
- font-family: "Cambria", serif; }
889
-
890
- /* may need to be revised *//*
891
- p.ANNEX, li.ANNEX, div.ANNEX {
892
- margin-top: 0cm;
893
- margin-right: 0cm;
894
- margin-bottom: 24.0pt;
895
- margin-left: 0cm;
896
- text-align: center;
897
- text-indent: 0cm;
898
- line-height: 15.5pt;
899
- page-break-before: always;
900
- page-break-after: avoid;
901
- tab-stops: 20.15pt;
902
- font-size: 14.0pt;
903
- font-family: "Cambria", serif;
904
- font-weight: bold; }
905
-
906
- p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
907
- margin-top: 0cm;
908
- margin-right: 0cm;
909
- margin-bottom: 15.5pt;
910
- margin-left: 0cm;
911
- text-align: center;
912
- line-height: 15.5pt;
913
- tab-stops: 20.15pt;
914
- font-size: 14.0pt;
915
- font-family: "Cambria", serif;
916
- font-weight: bold; }
917
-
918
- p.Definition, li.Definition, div.Definition {
919
- margin-top: 0cm;
920
- margin-right: 0cm;
921
- margin-bottom: 12.0pt;
922
- margin-left: 0cm;
923
- text-align: justify;
924
- line-height: 12.0pt;
925
- tab-stops: 20.15pt;
926
- font-size: 11.0pt;
927
- font-family: "Cambria", serif; }
928
-
929
- p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
930
- margin-top: 0cm;
931
- margin-right: 0cm;
932
- margin-bottom: 15.5pt;
933
- margin-left: 0cm;
934
- text-align: justify;
935
- line-height: 15.5pt;
936
- page-break-before: always;
937
- page-break-after: avoid;
938
- tab-stops: 20.15pt;
939
- font-size: 14.0pt;
940
- font-family: "Cambria", serif;
941
- font-weight: bold; }
942
-
943
- p.IntroTitle, li.IntroTitle, div.IntroTitle {
944
- margin-top: 0cm;
945
- margin-right: 0cm;
946
- margin-bottom: 15.5pt;
947
- margin-left: 0cm;
948
- text-align: justify;
949
- line-height: 15.5pt;
950
- page-break-after: avoid;
951
- tab-stops: 20.15pt;
952
- font-size: 14.0pt;
953
- page-break-before: always;
954
- font-family: "Cambria", serif;
955
- font-weight: bold; }
956
-
957
- p.Terms, li.Terms, div.Terms {
958
- margin: 0cm;
959
- margin-bottom: .0001pt;
960
- line-height: 12.0pt;
961
- page-break-after: avoid;
962
- tab-stops: 20.15pt;
963
- font-size: 11.0pt;
964
- font-family: "Cambria", serif;
965
- font-weight: bold; }
966
-
967
- p.AltTerms, li.AltTerms, div.AltTerms {
968
- margin: 0cm;
969
- margin-bottom: .0001pt;
970
- line-height: 12.0pt;
971
- page-break-after: avoid;
972
- tab-stops: 20.15pt;
973
- font-size: 11.0pt;
974
- font-family: "Cambria", serif; }
975
-
976
- p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms {
977
- margin: 0cm;
978
- margin-bottom: .0001pt;
979
- line-height: 12.0pt;
980
- page-break-after: avoid;
981
- tab-stops: 20.15pt;
982
- font-size: 11.0pt;
983
- font-family: "Cambria", serif; }
984
-
985
- p.TermNum, li.TermNum, div.TermNum {
986
- margin: 0cm;
987
- margin-bottom: .0001pt;
988
- line-height: 12.0pt;
989
- page-break-after: avoid;
990
- tab-stops: 20.15pt;
991
- font-size: 11.0pt;
992
- font-family: "Cambria", serif;
993
- font-weight: bold; }
994
-
995
- p.zzContents, li.zzContents, div.zzContents {
996
- margin-top: 48.0pt;
997
- margin-right: 0cm;
998
- margin-bottom: 15.5pt;
999
- margin-left: 0cm;
1000
- line-height: 15.5pt;
1001
- page-break-before: always;
1002
- page-break-after: avoid;
1003
- tab-stops: 20.15pt;
1004
- font-size: 14.0pt;
1005
- font-family: "Cambria", serif;
1006
- font-weight: bold; }
1007
-
1008
- p.zzCopyright, li.zzCopyright, div.zzCopyright {
1009
- margin-top: 0cm;
1010
- margin-right: 14.2pt;
1011
- margin-bottom: 12.0pt;
1012
- margin-left: 14.2pt;
1013
- text-align: justify;
1014
- line-height: 12.0pt;
1015
- tab-stops: 20.15pt 25.7pt 481.15pt;
1016
- border: none;
1017
- padding: 0cm;
1018
- font-size: 11.0pt;
1019
- font-family: "Cambria", serif; }
1020
-
1021
- p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
1022
- margin-top: 20.0pt;
1023
- margin-right: 0cm;
1024
- margin-bottom: 38.0pt;
1025
- margin-left: 0cm;
1026
- line-height: 17.5pt;
1027
- tab-stops: 20.15pt;
1028
- font-size: 16.0pt;
1029
- font-family: "Cambria", serif;
1030
- font-weight: bold; }
1031
-
1032
- p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
1033
- margin-top: 0pt;
1034
- margin-right: 0cm;
1035
- margin-bottom: 18.0pt;
1036
- margin-left: 0cm;
1037
- line-height: 17.5pt;
1038
- tab-stops: 20.15pt;
1039
- font-size: 16.0pt;
1040
- font-family: "Cambria", serif;
1041
- font-weight: bold; }
1042
-
1043
- p.Quote, li.Quote, div.Quote {
1044
- margin-top: 0cm;
1045
- margin-right: 36.0pt;
1046
- margin-bottom: 0cm;
1047
- margin-left: 36.0pt;
1048
- text-align: justify;
1049
- line-height: 12.0pt;
1050
- tab-stops: 20.15pt;
1051
- font-size: 11.0pt;
1052
- font-family: "Cambria", serif; }
1053
-
1054
- p.QuoteAttribution {
1055
- text-align: right; }
1056
-
1057
- p.Admonition, li.Admonition, div.Admonition {
1058
- border: none;
1059
- padding: 0cm;
1060
- font-size: 12.0pt;
1061
- font-family: "Cambria", serif;
1062
- font-weight: bold; }
1063
-
1064
- p.Code, li.Code, div.Code {
1065
- margin: 0cm;
1066
- margin-bottom: .0001pt;
1067
- line-height: 10.0pt;
1068
- tab-stops: 20.15pt;
1069
- font-size: 9.0pt;
1070
- font-family: "Courier New", monospace; }
1071
-
1072
- p.Formula, li.Formula, div.Formula {
1073
- margin-top: 0cm;
1074
- margin-right: 0cm;
1075
- margin-bottom: 11.0pt;
1076
- margin-left: 20.15pt;
1077
- line-height: 12.0pt;
1078
- tab-stops: right 487.45pt;
1079
- font-size: 11.0pt;
1080
- font-family: "Cambria", serif; }
1081
-
1082
- table.dl {
1083
- margin-top: 0cm;
1084
- margin-right: 0cm;
1085
- margin-bottom: 11.0pt;
1086
- margin-left: 20.15pt; }
1087
-
1088
- .h2Annex {
1089
- margin-top: 3.0pt;
1090
- margin-right: 0cm;
1091
- margin-bottom: 12.0pt;
1092
- margin-left: 0cm;
1093
- text-indent: 0cm;
1094
- line-height: 12.5pt;
1095
- page-break-after: avoid;
1096
- tab-stops: 27.0pt 35.0pt;
1097
- font-size: 12.0pt;
1098
- font-family: "Cambria", serif;
1099
- font-weight: bold; }
1100
-
1101
- ol {
1102
- margin-bottom: 0cm; }
1103
-
1104
- ul {
1105
- margin-bottom: 0cm; }
1106
-
1107
- table.MsoISOTable {
1108
- border-collapse: collapse;
1109
- border: solid windowtext 2pt;
1110
- font-size: 10.0pt;
1111
- font-family: "Cambria", serif; }
1112
-
1113
- table.MsoISOTable tr {
1114
- page-break-inside: avoid; }
1115
-
1116
- table.MsoISOTable th {
1117
- border: solid windowtext 1pt;
1118
- padding: 0cm 2.85pt 0cm 2.85pt; }
1119
-
1120
- table.MsoISOTable td {
1121
- border: solid windowtext 1pt;
1122
- padding: 0cm 2.85pt 0cm 2.85pt; }
1123
-
1124
- table.MsoTableGrid {
1125
- border: solid windowtext 1.0pt;
1126
- font-size: 10.0pt;
1127
- font-family: "Cambria", serif; }
1128
-
1129
- td {
1130
- page-break-inside: avoid; }
1131
-
1132
- tr {
1133
- page-break-after: avoid; }
1134
-
1135
- span.stem {
1136
- font-family: "Cambria Math",serif;
1137
- font-style: italic; }
1138
-
1139
- div.formula {
1140
- tab-stops: right 487.45pt; }
1141
-
1142
- body {
1143
- tab-interval: 36.0pt; }
1144
-
1145
- dt {
1146
- page-break-inside: avoid;
1147
- page-break-after: avoid; }
1148
-
1149
- .coverpage_docnumber {
1150
- text-align: right;
1151
- font-size: 14.0pt;
1152
- font-weight: bold; }
1153
-
1154
- .coverpage_techcommittee {
1155
- text-align: right; }
1156
-
1157
- .coverpage_docstage {
1158
- text-align: center;
1159
- font-size: 30.0pt;
1160
- color: #485094; }
1161
-
1162
- div.doctitle {
1163
- margin-top: 100.0pt;
1164
- text-align: left;
1165
- font-size: 16.0pt; }
1166
-
1167
- div.coverpage_warning {
1168
- border: solid windowtext 1.0pt #485094;
1169
- padding: 1.0pt 4.0pt 1.0pt 4.0pt #485094;
1170
- margin-left: 4.25pt;
1171
- margin-right: 4.25pt; }
1172
-
1173
- .coverpage_warning {
1174
- color: #485094;
1175
- font-size: 10.0pt; }
1176
-
1177
- .coverpage {
1178
- text-align: center;
1179
- margin: 2em 0; }
1180
-
1181
- .coverpage-logo {
1182
- color: #485094; }
1183
-
1184
- .coverpage-tc-name {
1185
- color: #485094;
1186
- font-size: 1.2em;
1187
- line-height: 1.2em;
1188
- margin: 0.25em 0; }
1189
-
1190
- .coverpage-doc-identity {
1191
- background-color: #485094;
1192
- color: white;
1193
- font-size: 2em;
1194
- line-height: 2em;
1195
- margin: 0.5em 0; }
1196
-
1197
- .coverpage-title {
1198
- font-weight: 400; }
1199
-
1200
- .coverpage-title .title-second {
1201
- display: none; }
1202
-
1203
- .coverpage-stage-block {
1204
- font-style: italic;
1205
- font-size: 1.25em;
1206
- font-weight: 600; }
1207
-
1208
- .coverpage-warning {
1209
- border-top: solid 1px #f36f36;
1210
- border-bottom: solid 1px #f36f36;
1211
- margin: 1em 2em;
1212
- color: #485094;
1213
- padding: 1em; }
1214
-
1215
- .coverpage-warning .title {
1216
- color: #f36f36;
1217
- font-weight: 500; }
1218
-
1219
- .coverpage-warning .content {
1220
- font-style: italic; }
1221
-
1222
- .copyright {
1223
- padding: 1em; }
1224
-
1225
- .copyright .name {
1226
- color: #485094;
1227
- font-weight: 600; }
1228
-
1229
- .copyright .address {
1230
- color: #485094; }
1231
-
1232
- div.rule {
1233
- width: 100%;
1234
- height: 1px;
1235
- background-color: #485094;
1236
- margin: 2em 0; }
1237
-
1238
- #toc-list ul {
1239
- margin-bottom: 0.25em; }
1240
-
1241
- #toc-list li {
1242
- list-style-type: none; }
1243
-
1244
- .MsoTocTextSpan {
1245
- color: windowtext;
1246
- display: none;
1247
- text-decoration: none;
1248
- text-underline: none; }
1249
-
1250
- a.TableFootnoteRef {
1251
- vertical-align: super; }
1252
-
1253
- aside {
1254
- font-size: 10.0pt; }
1255
-
1256
- /*
1257
- div.example {
1258
- border:solid black .25pt;
1259
-
1260
- padding:10pt;
1261
-
1262
- margin:10pt;
1263
-
1264
- }
1265
- *//*
1266
- div.example {
1267
- margin-left: 70.9pt;
1268
- text-indent: -70.9pt; }
1269
-
1270
- p.example, li.example, div.example, td.example, td.example p {
1271
- margin: 0in;
1272
- margin-bottom: .0001pt;
1273
- font-size: 10.0pt;
1274
- font-family: "Cambria", serif; }
1275
-
1276
- span.note_label, span.example_label, td.example_label, td.note_label {
1277
- font-size: 10.0pt;
1278
- font-family: "Cambria", serif; }*/