diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..667ebca --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,112 @@ | |||
1 | --- | ||
2 | author: | ||
3 | - Robert Alessi | ||
4 | title: 'The icite package – README file' | ||
5 | --- | ||
6 | |||
7 | Overview | ||
8 | ======== | ||
9 | |||
10 | `icite` is designed to produce from BibTeX or BibLaTeX bibliographical | ||
11 | databases the different indices of authors and works cited which are | ||
12 | called \emph{indices locorum citatorum}. It relies on a specific | ||
13 | `\icite` command and can operate with either BibTeX or BibLaTeX. | ||
14 | |||
15 | License and disclamer | ||
16 | ===================== | ||
17 | |||
18 | icite – Indices locorum citatorum | ||
19 | |||
20 | Copyright ⓒ 2019 Robert Alessi | ||
21 | |||
22 | Please send error reports and suggestions for improvements to Robert | ||
23 | Alessi: | ||
24 | |||
25 | - email: <alessi@robertalessi.net> | ||
26 | |||
27 | - website: <http://www.robertalessi.net/icite> | ||
28 | |||
29 | - comments, feature requests, bug reports: | ||
30 | <https://gitlab.com/ralessi/icite/issues> | ||
31 | |||
32 | This program is free software: you can redistribute it and/or modify it | ||
33 | under the terms of the GNU General Public License as published by the | ||
34 | Free Software Foundation, either version 3 of the License, or (at your | ||
35 | option) any later version. | ||
36 | |||
37 | This program is distributed in the hope that it will be useful, but | ||
38 | WITHOUT ANY WARRANTY; without even the implied warranty of | ||
39 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General | ||
40 | Public License for more details. | ||
41 | |||
42 | You should have received a copy of the GNU General Public License along | ||
43 | with this program. If not, see <http://www.gnu.org/licenses/>. | ||
44 | |||
45 | This release of icite consists of the following source files: | ||
46 | |||
47 | - `icite.dtx` | ||
48 | |||
49 | - `icite.ins` | ||
50 | |||
51 | - `Makefile` | ||
52 | |||
53 | License applicable to the documentation | ||
54 | --------------------------------------- | ||
55 | |||
56 | Copyright ⓒ 2019 Robert Alessi | ||
57 | |||
58 | The documentation file `icite.pdf` that is generated from the | ||
59 | `icite.dtx` source file is licensed under the Creative Commons | ||
60 | Attribution-ShareAlike 4.0 International License. To view a copy of this | ||
61 | license, visit <http://creativecommons.org/licenses/by-sa/4.0/> or send | ||
62 | a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. | ||
63 | |||
64 | Installation | ||
65 | ============ | ||
66 | |||
67 | 1. Run `'latex icite.ins'` to produce the `icite.sty` | ||
68 | file; | ||
69 | |||
70 | 2. To finish the installation you have to move the `icite.sty` file into | ||
71 | a directory where LaTeX can find them. See the FAQ on `texfaq.org` | ||
72 | at <https://texfaq.org/FAQ-inst-wlcf> for more on this. | ||
73 | |||
74 | Development, Git Repository | ||
75 | =========================== | ||
76 | |||
77 | Browse the code | ||
78 | --------------- | ||
79 | |||
80 | You can browse icite repository on the web: | ||
81 | <http://git.robertalessi.net/icite> | ||
82 | |||
83 | From this page, you can download all the releases of `icite`. For | ||
84 | instructions on how to install `icite`, please see above. | ||
85 | |||
86 | Comments, Feature requests, Bug Reports | ||
87 | --------------------------------------- | ||
88 | |||
89 | <https://gitlab.com/ralessi/icite/issues> | ||
90 | |||
91 | Download the repository | ||
92 | ----------------------- | ||
93 | |||
94 | `icite` development is facilitated by git, a distributed version | ||
95 | control system. You will need to install git (most GNU/Linux | ||
96 | distributions package it in their repositories). | ||
97 | |||
98 | Use this command to download the repository | ||
99 | |||
100 | git clone http://git.robertalessi.net/icite | ||
101 | |||
102 | A new directory named icite will have been created, containing | ||
103 | `icite`. | ||
104 | |||
105 | Git hosting | ||
106 | ----------- | ||
107 | |||
108 | Make an account on <https://gitlab.com> and navigate (while logged in) | ||
109 | to <https://gitlab.com/ralessi/icite>. Click *Fork* and you will | ||
110 | have in your account your own repository of `icite` where you will | ||
111 | be able to make whatever changes you like to. | ||
112 | |||