diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | about.html | 173 |
2 files changed, 1 insertions, 174 deletions
@@ -67,7 +67,7 @@ clean: | |||
67 | rm -rf * | 67 | rm -rf * |
68 | cp -p -r .backup/* . | 68 | cp -p -r .backup/* . |
69 | rm -rf .backup | 69 | rm -rf .backup |
70 | pandoc -s README.md -o about.html | 70 | pandoc README.md -o about.html |
71 | 71 | ||
72 | distclean: clean uninst | 72 | distclean: clean uninst |
73 | 73 | ||
@@ -1,174 +1,3 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | ||
3 | <head> | ||
4 | <meta charset="utf-8" /> | ||
5 | <meta name="generator" content="pandoc" /> | ||
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
7 | <meta name="author" content="Robert Alessi" /> | ||
8 | <title>The icite package – README file</title> | ||
9 | <style> | ||
10 | html { | ||
11 | line-height: 1.5; | ||
12 | font-family: Georgia, serif; | ||
13 | font-size: 20px; | ||
14 | color: #1a1a1a; | ||
15 | background-color: #fdfdfd; | ||
16 | } | ||
17 | body { | ||
18 | margin: 0 auto; | ||
19 | max-width: 36em; | ||
20 | padding-left: 50px; | ||
21 | padding-right: 50px; | ||
22 | padding-top: 50px; | ||
23 | padding-bottom: 50px; | ||
24 | hyphens: auto; | ||
25 | overflow-wrap: break-word; | ||
26 | text-rendering: optimizeLegibility; | ||
27 | font-kerning: normal; | ||
28 | } | ||
29 | @media (max-width: 600px) { | ||
30 | body { | ||
31 | font-size: 0.9em; | ||
32 | padding: 1em; | ||
33 | } | ||
34 | h1 { | ||
35 | font-size: 1.8em; | ||
36 | } | ||
37 | } | ||
38 | @media print { | ||
39 | body { | ||
40 | background-color: transparent; | ||
41 | color: black; | ||
42 | font-size: 12pt; | ||
43 | } | ||
44 | p, h2, h3 { | ||
45 | orphans: 3; | ||
46 | widows: 3; | ||
47 | } | ||
48 | h2, h3, h4 { | ||
49 | page-break-after: avoid; | ||
50 | } | ||
51 | } | ||
52 | p { | ||
53 | margin: 1em 0; | ||
54 | } | ||
55 | a { | ||
56 | color: #1a1a1a; | ||
57 | } | ||
58 | a:visited { | ||
59 | color: #1a1a1a; | ||
60 | } | ||
61 | img { | ||
62 | max-width: 100%; | ||
63 | } | ||
64 | h1, h2, h3, h4, h5, h6 { | ||
65 | margin-top: 1.4em; | ||
66 | } | ||
67 | h5, h6 { | ||
68 | font-size: 1em; | ||
69 | font-style: italic; | ||
70 | } | ||
71 | h6 { | ||
72 | font-weight: normal; | ||
73 | } | ||
74 | ol, ul { | ||
75 | padding-left: 1.7em; | ||
76 | margin-top: 1em; | ||
77 | } | ||
78 | li > ol, li > ul { | ||
79 | margin-top: 0; | ||
80 | } | ||
81 | blockquote { | ||
82 | margin: 1em 0 1em 1.7em; | ||
83 | padding-left: 1em; | ||
84 | border-left: 2px solid #e6e6e6; | ||
85 | color: #606060; | ||
86 | } | ||
87 | code { | ||
88 | font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; | ||
89 | font-size: 85%; | ||
90 | margin: 0; | ||
91 | } | ||
92 | pre { | ||
93 | margin: 1em 0; | ||
94 | overflow: auto; | ||
95 | } | ||
96 | pre code { | ||
97 | padding: 0; | ||
98 | overflow: visible; | ||
99 | overflow-wrap: normal; | ||
100 | } | ||
101 | .sourceCode { | ||
102 | background-color: transparent; | ||
103 | overflow: visible; | ||
104 | } | ||
105 | hr { | ||
106 | background-color: #1a1a1a; | ||
107 | border: none; | ||
108 | height: 1px; | ||
109 | margin: 1em 0; | ||
110 | } | ||
111 | table { | ||
112 | margin: 1em 0; | ||
113 | border-collapse: collapse; | ||
114 | width: 100%; | ||
115 | overflow-x: auto; | ||
116 | display: block; | ||
117 | font-variant-numeric: lining-nums tabular-nums; | ||
118 | } | ||
119 | table caption { | ||
120 | margin-bottom: 0.75em; | ||
121 | } | ||
122 | tbody { | ||
123 | margin-top: 0.5em; | ||
124 | border-top: 1px solid #1a1a1a; | ||
125 | border-bottom: 1px solid #1a1a1a; | ||
126 | } | ||
127 | th { | ||
128 | border-top: 1px solid #1a1a1a; | ||
129 | padding: 0.25em 0.5em 0.25em 0.5em; | ||
130 | } | ||
131 | td { | ||
132 | padding: 0.125em 0.5em 0.25em 0.5em; | ||
133 | } | ||
134 | header { | ||
135 | margin-bottom: 4em; | ||
136 | text-align: center; | ||
137 | } | ||
138 | #TOC li { | ||
139 | list-style: none; | ||
140 | } | ||
141 | #TOC ul { | ||
142 | padding-left: 1.3em; | ||
143 | } | ||
144 | #TOC > ul { | ||
145 | padding-left: 0; | ||
146 | } | ||
147 | #TOC a:not(:hover) { | ||
148 | text-decoration: none; | ||
149 | } | ||
150 | code{white-space: pre-wrap;} | ||
151 | span.smallcaps{font-variant: small-caps;} | ||
152 | div.columns{display: flex; gap: min(4vw, 1.5em);} | ||
153 | div.column{flex: auto; overflow-x: auto;} | ||
154 | div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
155 | ul.task-list{list-style: none;} | ||
156 | ul.task-list li input[type="checkbox"] { | ||
157 | width: 0.8em; | ||
158 | margin: 0 0.8em 0.2em -1.6em; | ||
159 | vertical-align: middle; | ||
160 | } | ||
161 | .display.math{display: block; text-align: center; margin: 0.5rem auto;} | ||
162 | </style> | ||
163 | <!--[if lt IE 9]> | ||
164 | <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> | ||
165 | <![endif]--> | ||
166 | </head> | ||
167 | <body> | ||
168 | <header id="title-block-header"> | ||
169 | <h1 class="title">The icite package – README file</h1> | ||
170 | <p class="author">Robert Alessi</p> | ||
171 | </header> | ||
172 | <h1 id="overview">Overview</h1> | 1 | <h1 id="overview">Overview</h1> |
173 | <p><code>icite</code> is designed to produce from BibTeX or BibLaTeX | 2 | <p><code>icite</code> is designed to produce from BibTeX or BibLaTeX |
174 | bibliographical databases the different indices of authors and works | 3 | bibliographical databases the different indices of authors and works |
@@ -245,5 +74,3 @@ class="uri">https://git.sr.ht/~ralessi/icite</a>. Click <em>Clone repo | |||
245 | to your account</em> and you will have in your account your own | 74 | to your account</em> and you will have in your account your own |
246 | repository of <code>icite</code> where you will be able to make whatever | 75 | repository of <code>icite</code> where you will be able to make whatever |
247 | changes you like to.</p> | 76 | changes you like to.</p> |
248 | </body> | ||
249 | </html> | ||