Skip to content

Commit 0dad21f

Browse files
GAPgap
authored andcommitted
This is hopefully a consistent set of changes towards version 1.0.
Mainly documentation is missing. Some technical cleanup, testing of the BibXMLext concept. git-svn-id: path/gapdoc/trunk@103
1 parent 6fc1ada commit 0dad21f

30 files changed

+2685
-288
lines changed

CHANGES

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
CHANGES
22

3-
0.99999 -> 0.999999
3+
0.99999 -> 1.0
4+
5+
- Changed the status of the package from "deposited" to "accepted".
6+
7+
- Removed some pre-GAP 4.4 syntax.
8+
9+
- The default LaTeX markup for <A>, <Arg> is now by slanted typewriter
10+
font.
11+
12+
- The internal encoding for the parsed data is now UTF-8, this is also
13+
recommended for input (all GAPDoc files are now in UTF-8 encoding).
14+
15+
- Introduced unicode characters and strings as GAP objects and de- and
16+
encoding of these from and to GAP strings in UTF-8 or ISO-8859 encodings.
17+
18+
- New element <Ignore Remark="...">. Can be used everywhere (e.g., for
19+
additional data like source code, or to comment non finished parts of
20+
the document).
21+
22+
- ParseTreeXMLString can use the improved information from ComposedXMLString
23+
to give better error messages in case of parsing errors. This uses the new
24+
function OriginalPositionComposedXML.
25+
26+
- ComposedXMLString can now return information about the original file and
27+
line number of any text in the composed XML document.
428

529
- Improved the documentation which markup is allowed in attribute values
630
(recursively substituted entities). Improved the code to handle all

TODO

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11

22
Some reminders for the authors
33

4-
$Id: TODO,v 1.7 2006-05-26 14:35:59 gap Exp $
4+
$Id: TODO,v 1.8 2007-01-31 13:45:09 gap Exp $
5+
6+
- use InfoClass(es) instead of Print's
7+
8+
- MakeDocDoc: only pdf-version from LaTeX
9+
10+
- document SetGapDocLaTeXOptions
11+
12+
- document StringBibAs..., change doc for <Bibliography>
13+
14+
- remove mention of DeclarePackageAutoDocumentation and so on.
515

616
- maybe add links to "the" example in the reference section of doc?
717
(not so sure, if this is necessary).
@@ -10,7 +20,8 @@
1020
are handled correctly.
1121

1222
- should the bibliography and the index appear in the table of contents?
13-
(if yes, in all output versions)
23+
(if yes, in all output versions)
24+
[use: \addcontentsline{toc}{section}{References} ?]
1425

1526
- consider http://psyx.org/hermes/doc.html for translations from LaTeX to
1627
MathML.

0 commit comments

Comments
 (0)