aboutsummaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'about.html')
-rw-r--r--about.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/about.html b/about.html
index 7145067..bcba576 100644
--- a/about.html
+++ b/about.html
@@ -17,7 +17,7 @@
17<p><code>icite</code> is designed to produce from BibTeX or BibLaTeX bibliographical databases the different indices of authors and works cited which are called <em>indices locorum citatorum</em>. It relies on a specific <code>\icite</code> command and can operate with either BibTeX or BibLaTeX.</p> 17<p><code>icite</code> is designed to produce from BibTeX or BibLaTeX bibliographical databases the different indices of authors and works cited which are called <em>indices locorum citatorum</em>. It relies on a specific <code>\icite</code> command and can operate with either BibTeX or BibLaTeX.</p>
18<h1 id="license-and-disclamer">License and disclamer</h1> 18<h1 id="license-and-disclamer">License and disclamer</h1>
19<p>icite – Indices locorum citatorum</p> 19<p>icite – Indices locorum citatorum</p>
20<p>Copyright ⓒ 2019 Robert Alessi</p> 20<p>Copyright ⓒ 2019--2020 Robert Alessi</p>
21<p>Please send error reports and suggestions for improvements to Robert Alessi:</p> 21<p>Please send error reports and suggestions for improvements to Robert Alessi:</p>
22<ul> 22<ul>
23<li><p>email: <a href="mailto:alessi@robertalessi.net">alessi@robertalessi.net</a></p></li> 23<li><p>email: <a href="mailto:alessi@robertalessi.net">alessi@robertalessi.net</a></p></li>
@@ -30,15 +30,16 @@
30<p>This release of icite consists of the following source files:</p> 30<p>This release of icite consists of the following source files:</p>
31<ul> 31<ul>
32<li><p><code>icite.dtx</code></p></li> 32<li><p><code>icite.dtx</code></p></li>
33<li><p><code>icite.ins</code></p></li> 33<li><p><code>icite.ins</code> (As this file can be generated from <code>icite.dtx</code>, it is not included in CTAN repository, but it is included in the git repository mentioned below for easier installation.)</p></li>
34<li><p><code>Makefile</code></p></li> 34<li><p><code>Makefile</code></p></li>
35</ul> 35</ul>
36<h2 id="license-applicable-to-the-documentation">License applicable to the documentation</h2> 36<h2 id="license-applicable-to-the-documentation">License applicable to the documentation</h2>
37<p>Copyright ⓒ 2019 Robert Alessi</p> 37<p>Copyright ⓒ 2019--2020 Robert Alessi</p>
38<p>The documentation file <code>icite.pdf</code> that is generated from the <code>icite.dtx</code> source file is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit <a href="http://creativecommons.org/licenses/by-sa/4.0/" class="uri">http://creativecommons.org/licenses/by-sa/4.0/</a> or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> 38<p>The documentation file <code>icite.pdf</code> that is generated from the <code>icite.dtx</code> source file is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit <a href="http://creativecommons.org/licenses/by-sa/4.0/" class="uri">http://creativecommons.org/licenses/by-sa/4.0/</a> or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p>
39<h1 id="installation">Installation</h1> 39<h1 id="installation">Installation</h1>
40<ol style="list-style-type: decimal"> 40<ol style="list-style-type: decimal">
41<li><p>Run <code>'latex icite.ins'</code> to produce the <code>icite.sty</code> file;</p></li> 41<li><p>If <code>icite</code> was downloaded from CTAN, run <code>'lualatex --shell-escape icite.dtx'</code> to produce the <code>icite.sty</code> file.</p>
42<p>If <code>icite</code> was downloaded from the git repository mentioned above, Run <code>'latex icite.ins'</code> to produce the <code>icite.sty</code> file.</p></li>
42<li><p>To finish the installation you have to move the <code>icite.sty</code> file into a directory where LaTeX can find them. See the FAQ on <code>texfaq.org</code> at <a href="https://texfaq.org/FAQ-inst-wlcf" class="uri">https://texfaq.org/FAQ-inst-wlcf</a> for more on this.</p></li> 43<li><p>To finish the installation you have to move the <code>icite.sty</code> file into a directory where LaTeX can find them. See the FAQ on <code>texfaq.org</code> at <a href="https://texfaq.org/FAQ-inst-wlcf" class="uri">https://texfaq.org/FAQ-inst-wlcf</a> for more on this.</p></li>
43</ol> 44</ol>
44<h1 id="development-git-repository">Development, Git Repository</h1> 45<h1 id="development-git-repository">Development, Git Repository</h1>