jekyll-theme-docgen 1.1.2 → 1.2.3

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.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +47 -0
  3. data/_includes/break +1 -0
  4. data/_includes/head-docgen.html +17 -0
  5. data/_includes/page-break-docgen +1 -0
  6. data/_layouts/404-docgen.html +39 -0
  7. data/_layouts/default-docgen.html +14 -0
  8. data/_layouts/default.html +4 -15
  9. data/_layouts/index-docgen.html +46 -0
  10. data/_layouts/latex-docgen.html +4 -0
  11. data/_layouts/latex.html +2 -2
  12. data/_layouts/mla-docgen.html +30 -0
  13. data/_layouts/mla.html +2 -2
  14. data/_sass/{docgen-default.scss → docgen/default-docgen.scss} +3 -1
  15. data/_sass/docgen/docgen/_api.scss +76 -0
  16. data/_sass/docgen/{_base.scss → docgen/_base.scss} +33 -7
  17. data/_sass/docgen/{_layout.scss → docgen/_layout.scss} +0 -0
  18. data/_sass/docgen/{_syntax-highlighting.scss → docgen/_syntax-highlighting.scss} +0 -0
  19. data/_sass/docgen/{_utils.scss → docgen/_utils.scss} +0 -0
  20. data/_sass/docgen/fonts/computer-modern.scss +22 -0
  21. data/_sass/docgen/fonts/source-code-pro.scss +240 -0
  22. data/_sass/docgen/latex-docgen.scss +43 -0
  23. data/_sass/docgen/mla-docgen.scss +21 -0
  24. data/_sass/docgen/slides-docgen.scss +2 -0
  25. data/assets/docgen/css/default-style-docgen.scss +4 -0
  26. data/assets/docgen/css/latex-style-docgen.scss +4 -0
  27. data/assets/docgen/css/mla-style-docgen.scss +4 -0
  28. data/assets/fonts/computer-modern/SIL Open Font License.txt b/data/assets/docgen/fonts/computer-modern/SIL Open Font → License.txt +0 -0
  29. data/assets/{fonts → docgen/fonts}/computer-modern/cmunbx.ttf +0 -0
  30. data/assets/{fonts → docgen/fonts}/computer-modern/cmunrm.ttf +0 -0
  31. data/assets/docgen/fonts/computer-modern/cmuntb.ttf +0 -0
  32. data/assets/{fonts → docgen/fonts}/computer-modern/cmunti.ttf +0 -0
  33. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Black.eot +0 -0
  34. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-BlackIt.eot +0 -0
  35. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Bold.eot +0 -0
  36. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-BoldIt.eot +0 -0
  37. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-ExtraLight.eot +0 -0
  38. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-ExtraLightIt.eot +0 -0
  39. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-It.eot +0 -0
  40. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Light.eot +0 -0
  41. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-LightIt.eot +0 -0
  42. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Medium.eot +0 -0
  43. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-MediumIt.eot +0 -0
  44. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Regular.eot +0 -0
  45. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-Semibold.eot +0 -0
  46. data/assets/docgen/fonts/source-code-pro/EOT/SourceCodePro-SemiboldIt.eot +0 -0
  47. data/assets/docgen/fonts/source-code-pro/LICENSE.txt +93 -0
  48. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Black.otf +0 -0
  49. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-BlackIt.otf +0 -0
  50. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Bold.otf +0 -0
  51. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-BoldIt.otf +0 -0
  52. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-ExtraLight.otf +0 -0
  53. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-ExtraLightIt.otf +0 -0
  54. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-It.otf +0 -0
  55. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Light.otf +0 -0
  56. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-LightIt.otf +0 -0
  57. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Medium.otf +0 -0
  58. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-MediumIt.otf +0 -0
  59. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Regular.otf +0 -0
  60. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-Semibold.otf +0 -0
  61. data/assets/docgen/fonts/source-code-pro/OTF/SourceCodePro-SemiboldIt.otf +0 -0
  62. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Black.ttf +0 -0
  63. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-BlackIt.ttf +0 -0
  64. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Bold.ttf +0 -0
  65. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-BoldIt.ttf +0 -0
  66. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-ExtraLight.ttf +0 -0
  67. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-ExtraLightIt.ttf +0 -0
  68. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-It.ttf +0 -0
  69. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Light.ttf +0 -0
  70. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-LightIt.ttf +0 -0
  71. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Medium.ttf +0 -0
  72. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-MediumIt.ttf +0 -0
  73. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Regular.ttf +0 -0
  74. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-Semibold.ttf +0 -0
  75. data/assets/docgen/fonts/source-code-pro/TTF/SourceCodePro-SemiboldIt.ttf +0 -0
  76. metadata +77 -27
  77. data/_includes/head.html +0 -13
  78. data/_layouts/docgen-index.html +0 -25
  79. data/_layouts/slides.html +0 -4
  80. data/_sass/docgen-latex.scss +0 -69
  81. data/_sass/docgen-mla.scss +0 -2
  82. data/_sass/docgen-slides.scss +0 -2
  83. data/_sass/docgen/_api.scss +0 -14
  84. data/assets/css/default-style.scss +0 -3
  85. data/assets/css/latex-style.scss +0 -3
  86. data/assets/css/mla-style.scss +0 -3
  87. data/assets/css/slides-style.scss +0 -3
@@ -0,0 +1,22 @@
1
+ $docgen-asset-url: "#{$site-baseurl}/assets/docgen";
2
+
3
+ @font-face { // Declaring font faces for LaTeX font
4
+ font-family: "Computer Modern";
5
+ src: url('#{$docgen-asset-url}/fonts/computer-modern/cmunrm.ttf');
6
+ }
7
+ @font-face {
8
+ font-family: "Computer Modern";
9
+ src: url('#{$docgen-asset-url}/fonts/computer-modern/cmunbx.ttf');
10
+ font-weight: bold;
11
+ }
12
+ @font-face {
13
+ font-family: "Computer Modern";
14
+ src: url('#{$docgen-asset-url}/fonts/computer-modern/cmunti.ttf');
15
+ font-style: italic;
16
+ }
17
+
18
+ @font-face {
19
+ font-family: "Computer Modern Typewriter";
20
+ src: url('#{$docgen-asset-url}/fonts/computer-modern/cmuntb.ttf');
21
+ }
22
+
@@ -0,0 +1,240 @@
1
+ // Taken unceremoniously from https://github.com/adobe-fonts/source-code-pro
2
+ $docgen-asset-url: "#{$site-baseurl}/assets/docgen";
3
+ /*
4
+ Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/),
5
+ with Reserved Font Name 'Source'. All Rights Reserved.
6
+ Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
7
+
8
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
9
+
10
+ This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
11
+
12
+
13
+ -----------------------------------------------------------
14
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
15
+ -----------------------------------------------------------
16
+
17
+ PREAMBLE
18
+ The goals of the Open Font License (OFL) are to stimulate worldwide
19
+ development of collaborative font projects, to support the font creation
20
+ efforts of academic and linguistic communities, and to provide a free and
21
+ open framework in which fonts may be shared and improved in partnership
22
+ with others.
23
+
24
+ The OFL allows the licensed fonts to be used, studied, modified and
25
+ redistributed freely as long as they are not sold by themselves. The
26
+ fonts, including any derivative works, can be bundled, embedded,
27
+ redistributed and/or sold with any software provided that any reserved
28
+ names are not used by derivative works. The fonts and derivatives,
29
+ however, cannot be released under any other type of license. The
30
+ requirement for fonts to remain under this license does not apply
31
+ to any document created using the fonts or their derivatives.
32
+
33
+ DEFINITIONS
34
+ "Font Software" refers to the set of files released by the Copyright
35
+ Holder(s) under this license and clearly marked as such. This may
36
+ include source files, build scripts and documentation.
37
+
38
+ "Reserved Font Name" refers to any names specified as such after the
39
+ copyright statement(s).
40
+
41
+ "Original Version" refers to the collection of Font Software components as
42
+ distributed by the Copyright Holder(s).
43
+
44
+ "Modified Version" refers to any derivative made by adding to, deleting,
45
+ or substituting -- in part or in whole -- any of the components of the
46
+ Original Version, by changing formats or by porting the Font Software to a
47
+ new environment.
48
+
49
+ "Author" refers to any designer, engineer, programmer, technical
50
+ writer or other person who contributed to the Font Software.
51
+
52
+ PERMISSION & CONDITIONS
53
+ Permission is hereby granted, free of charge, to any person obtaining
54
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
55
+ redistribute, and sell modified and unmodified copies of the Font
56
+ Software, subject to the following conditions:
57
+
58
+ 1) Neither the Font Software nor any of its individual components,
59
+ in Original or Modified Versions, may be sold by itself.
60
+
61
+ 2) Original or Modified Versions of the Font Software may be bundled,
62
+ redistributed and/or sold with any software, provided that each copy
63
+ contains the above copyright notice and this license. These can be
64
+ included either as stand-alone text files, human-readable headers or
65
+ in the appropriate machine-readable metadata fields within text or
66
+ binary files as long as those fields can be easily viewed by the user.
67
+
68
+ 3) No Modified Version of the Font Software may use the Reserved Font
69
+ Name(s) unless explicit written permission is granted by the corresponding
70
+ Copyright Holder. This restriction only applies to the primary font name as
71
+ presented to the users.
72
+
73
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
74
+ Software shall not be used to promote, endorse or advertise any
75
+ Modified Version, except to acknowledge the contribution(s) of the
76
+ Copyright Holder(s) and the Author(s) or with their explicit written
77
+ permission.
78
+
79
+ 5) The Font Software, modified or unmodified, in part or in whole,
80
+ must be distributed entirely under this license, and must not be
81
+ distributed under any other license. The requirement for fonts to
82
+ remain under this license does not apply to any document created
83
+ using the Font Software.
84
+
85
+ TERMINATION
86
+ This license becomes null and void if any of the above conditions are
87
+ not met.
88
+
89
+ DISCLAIMER
90
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
91
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
92
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
93
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
94
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
95
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
96
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
97
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
98
+ OTHER DEALINGS IN THE FONT SOFTWARE.
99
+ */
100
+
101
+
102
+ @font-face{
103
+ font-family: 'Source Code Pro';
104
+ font-weight: 200;
105
+ font-style: normal;
106
+ font-stretch: normal;
107
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-ExtraLight.eot') format('embedded-opentype'),
108
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-ExtraLight.otf') format('opentype'),
109
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-ExtraLight.ttf') format('truetype');
110
+ }
111
+
112
+ @font-face{
113
+ font-family: 'Source Code Pro';
114
+ font-weight: 200;
115
+ font-style: italic;
116
+ font-stretch: normal;
117
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-ExtraLightIt.eot') format('embedded-opentype'),
118
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-ExtraLightIt.otf') format('opentype'),
119
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-ExtraLightIt.ttf') format('truetype');
120
+ }
121
+
122
+ @font-face{
123
+ font-family: 'Source Code Pro';
124
+ font-weight: 300;
125
+ font-style: normal;
126
+ font-stretch: normal;
127
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Light.eot') format('embedded-opentype'),
128
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Light.otf') format('opentype'),
129
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Light.ttf') format('truetype');
130
+ }
131
+
132
+ @font-face{
133
+ font-family: 'Source Code Pro';
134
+ font-weight: 300;
135
+ font-style: italic;
136
+ font-stretch: normal;
137
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-LightIt.eot') format('embedded-opentype'),
138
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-LightIt.otf') format('opentype'),
139
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-LightIt.ttf') format('truetype');
140
+ }
141
+
142
+ @font-face{
143
+ font-family: 'Source Code Pro';
144
+ font-weight: 400;
145
+ font-style: normal;
146
+ font-stretch: normal;
147
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Regular.eot') format('embedded-opentype'),
148
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Regular.otf') format('opentype'),
149
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Regular.ttf') format('truetype');
150
+ }
151
+
152
+ @font-face{
153
+ font-family: 'Source Code Pro';
154
+ font-weight: 400;
155
+ font-style: italic;
156
+ font-stretch: normal;
157
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-It.eot') format('embedded-opentype'),
158
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-It.otf') format('opentype'),
159
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-It.ttf') format('truetype');
160
+ }
161
+
162
+ @font-face{
163
+ font-family: 'Source Code Pro';
164
+ font-weight: 500;
165
+ font-style: normal;
166
+ font-stretch: normal;
167
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Medium.eot') format('embedded-opentype'),
168
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Medium.otf') format('opentype'),
169
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Medium.ttf') format('truetype');
170
+ }
171
+
172
+ @font-face{
173
+ font-family: 'Source Code Pro';
174
+ font-weight: 500;
175
+ font-style: italic;
176
+ font-stretch: normal;
177
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-MediumIt.eot') format('embedded-opentype'),
178
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-MediumIt.otf') format('opentype'),
179
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-MediumIt.ttf') format('truetype');
180
+ }
181
+
182
+ @font-face{
183
+ font-family: 'Source Code Pro';
184
+ font-weight: 600;
185
+ font-style: normal;
186
+ font-stretch: normal;
187
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Semibold.eot') format('embedded-opentype'),
188
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Semibold.otf') format('opentype'),
189
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Semibold.ttf') format('truetype');
190
+ }
191
+
192
+ @font-face{
193
+ font-family: 'Source Code Pro';
194
+ font-weight: 600;
195
+ font-style: italic;
196
+ font-stretch: normal;
197
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-SemiboldIt.eot') format('embedded-opentype'),
198
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-SemiboldIt.otf') format('opentype'),
199
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-SemiboldIt.ttf') format('truetype');
200
+ }
201
+
202
+ @font-face{
203
+ font-family: 'Source Code Pro';
204
+ font-weight: 700;
205
+ font-style: normal;
206
+ font-stretch: normal;
207
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Bold.eot') format('embedded-opentype'),
208
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Bold.otf') format('opentype'),
209
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Bold.ttf') format('truetype');
210
+ }
211
+
212
+ @font-face{
213
+ font-family: 'Source Code Pro';
214
+ font-weight: 700;
215
+ font-style: italic;
216
+ font-stretch: normal;
217
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-BoldIt.eot') format('embedded-opentype'),
218
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-BoldIt.otf') format('opentype'),
219
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-BoldIt.ttf') format('truetype');
220
+ }
221
+
222
+ @font-face{
223
+ font-family: 'Source Code Pro';
224
+ font-weight: 900;
225
+ font-style: normal;
226
+ font-stretch: normal;
227
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-Black.eot') format('embedded-opentype'),
228
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-Black.otf') format('opentype'),
229
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-Black.ttf') format('truetype');
230
+ }
231
+
232
+ @font-face{
233
+ font-family: 'Source Code Pro';
234
+ font-weight: 900;
235
+ font-style: italic;
236
+ font-stretch: normal;
237
+ src: url('#{$docgen-asset-url}/fonts/source-code-pro/EOT/SourceCodePro-BlackIt.eot') format('embedded-opentype'),
238
+ url('#{$docgen-asset-url}/fonts/source-code-pro/OTF/SourceCodePro-BlackIt.otf') format('opentype'),
239
+ url('#{$docgen-asset-url}/fonts/source-code-pro/TTF/SourceCodePro-BlackIt.ttf') format('truetype');
240
+ }
@@ -0,0 +1,43 @@
1
+ $base-font-family: "Computer Modern", sans-serif;
2
+ $code-font-family: "Computer Modern Typewriter", Consolas, Monaco;
3
+ $code-block-background-color: white !default;
4
+ $syntax-highlighting-background-color: white !default;
5
+ @import "fonts/computer-modern", "default-docgen";
6
+
7
+ // Set page margins for printer
8
+ @page {
9
+ margin: 20mm 20mm;
10
+ }
11
+
12
+ pre {
13
+ $offset: 15px;
14
+ $blur-radius: 15px;
15
+ $spread-radius: -10px;
16
+ $type: inset;
17
+ $shadow-color: $code-block-border-color;
18
+ @include shadow(
19
+ $type
20
+ $offset*-1 $offset
21
+ $blur-radius $spread-radius $shadow-color,
22
+
23
+ $type
24
+ $offset $offset*-1
25
+ $blur-radius $spread-radius $shadow-color
26
+ );
27
+ }
28
+
29
+ pre, code {
30
+ @include relative-font-size(1);
31
+ }
32
+
33
+ @media print {
34
+ // main > {
35
+ // ol, ul {
36
+ // margin-left: -$spacing-unit / 2;
37
+ // }
38
+ // }
39
+
40
+ .page-content {
41
+ margin: 0 auto;
42
+ }
43
+ }
@@ -0,0 +1,21 @@
1
+
2
+ $base-font-family: "Times New Roman", Georgia;
3
+ @import "default-docgen";
4
+
5
+ h1, h2 {
6
+ text-align: center;
7
+ }
8
+
9
+ p {
10
+ text-indent: 2em;
11
+ line-height: 2em;
12
+ margin-bottom: 0;
13
+ }
14
+
15
+ p.mla-title {
16
+ text-align: center;
17
+ }
18
+
19
+ p.noindent {
20
+ text-indent: 0;
21
+ }
@@ -0,0 +1,2 @@
1
+
2
+ @import "default-docgen";
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+ $site-baseurl: "{{ site.baseurl }}";
4
+ @import "docgen/default-docgen";
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+ $site-baseurl: "{{ site.baseurl }}";
4
+ @import "docgen/latex-docgen";
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+ $site-baseurl: "{{ site.baseurl }}";
4
+ @import "docgen/mla-docgen";
@@ -0,0 +1,93 @@
1
+ Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+
5
+ This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.