src/Pure/Thy/latex.ML
Thu, 22 Oct 2015 22:38:08 +0200 wenzelm more robust ASCII output: avoid ligatures of quotes;
Sun, 18 Oct 2015 20:48:24 +0200 wenzelm tuned signature;
Sun, 18 Oct 2015 20:28:29 +0200 wenzelm clarified control antiquotations: decode control symbol to get name;
Sun, 18 Oct 2015 17:24:24 +0200 wenzelm support control symbol antiquotations;
Sat, 17 Oct 2015 20:27:12 +0200 wenzelm clarified Latex.environment;
Thu, 15 Oct 2015 21:17:41 +0200 wenzelm clarified modules;
Tue, 13 Oct 2015 21:27:30 +0200 wenzelm tuned signature (cf. XML.trim_blanks);
Mon, 12 Oct 2015 17:06:49 +0200 wenzelm allow control symbols within markup body;
Wed, 25 Mar 2015 11:39:52 +0100 wenzelm tuned signature;
Tue, 09 Dec 2014 22:13:48 +0100 wenzelm imitate command markup and rendering of Isabelle/jEdit in HTML output;
Wed, 03 Dec 2014 11:37:51 +0100 wenzelm clarified token kind;
Sun, 30 Nov 2014 12:46:16 +0100 wenzelm tuned signature -- prefer Input.source;
Sun, 30 Nov 2014 12:24:56 +0100 wenzelm more abstract type Input.source;
Tue, 11 Nov 2014 18:16:25 +0100 wenzelm more position information, e.g. relevant for errors in generated ML source;
Sun, 02 Nov 2014 16:09:35 +0100 wenzelm more flexibile \setisabellecontext, independently of header;
Sat, 01 Nov 2014 15:01:41 +0100 wenzelm command-line terminator ";" is no longer accepted;
Mon, 20 Oct 2014 22:46:17 +0200 wenzelm avoid odd ligatures;
Mon, 20 Oct 2014 16:52:36 +0200 wenzelm official support for "tt" style variants, avoid fragile \verb in LaTeX;
Sat, 01 Mar 2014 22:46:31 +0100 wenzelm clarified language markup: added "delimited" property;
Tue, 25 Feb 2014 21:32:26 +0100 wenzelm back to Markup.command for actual tokens (amending 4a4e5686e091) -- avoid conflict of jEdit token marker with Rendering.text_colors;
Tue, 25 Feb 2014 17:03:55 +0100 wenzelm clarified token markup: keyword1/keyword2 is for syntax, and "command" the entity kind;
Sat, 18 Jan 2014 19:15:12 +0100 wenzelm support for nested text cartouches;
Fri, 23 Aug 2013 15:36:54 +0200 wenzelm discontinued unused antiquotation blocks;
Mon, 26 Nov 2012 21:10:42 +0100 wenzelm more uniform Symbol.is_ascii_identifier in ML/Scala;
Sun, 25 Nov 2012 19:49:24 +0100 wenzelm Isabelle-specific implementation of quasi-abstract markup elements -- back to module arrangement before d83797ef0d2d;
Mon, 24 Sep 2012 17:28:36 +0200 wenzelm more explicit keyword1/keyword2 markup -- avoid potential conflict with input token markup produced by Token_Marker;
Wed, 12 Sep 2012 12:09:40 +0200 wenzelm discontinued experiment with literal replacement text in PDF (cf. b646316f8b3c, 2ff10e613689);
Tue, 31 Jul 2012 20:09:30 +0200 wenzelm more portable hex_nibble: avoid disagreement of Poly/ML and SML/NJ on StringCvt.HEX;
Sun, 04 Mar 2012 16:02:14 +0100 wenzelm clarified command span: include trailing whitespace/comments and thus reduce number of ignored spans with associated transactions and states (factor 2);
Mon, 28 Nov 2011 22:05:32 +0100 wenzelm separate module for concrete Isabelle markup;
Fri, 08 Jul 2011 16:13:34 +0200 wenzelm discontinued special treatment of hard tabulators;
Mon, 20 Jun 2011 23:21:24 +0200 wenzelm more tolerant Symbol.decode;
Fri, 08 Apr 2011 16:34:14 +0200 wenzelm discontinued special treatment of structure Lexicon;
Sat, 13 Nov 2010 19:21:53 +0100 wenzelm simplified/robustified treatment of malformed symbols, which are now fully internalized (total Symbol.explode etc.);
Sun, 07 Nov 2010 22:51:16 +0100 wenzelm basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
Thu, 23 Sep 2010 16:38:55 +0200 haftmann removed superfluous output_typewriter from cs 65064e8f269
Thu, 16 Sep 2010 17:31:51 +0200 haftmann added output_typewriter from doc-src/more_antiquote.ML
Thu, 24 Jun 2010 21:57:18 +0200 wenzelm explicit treatment of UTF8 character sequences as Isabelle symbols;
Mon, 17 May 2010 15:11:25 +0200 wenzelm renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
Sun, 22 Mar 2009 20:49:47 +0100 wenzelm simplified Antiquote.read (again);
Fri, 20 Mar 2009 20:21:38 +0100 wenzelm Antiquote.read: argument for reporting text;
Thu, 19 Mar 2009 16:56:51 +0100 wenzelm parameterized datatype antiquote and read operation;
Thu, 19 Mar 2009 15:44:14 +0100 wenzelm Antiquote.Text: keep full position information;
Wed, 18 Mar 2009 21:55:38 +0100 wenzelm de-camelized Symbol_Pos;
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Fri, 02 Jan 2009 22:54:04 +0100 wenzelm Markup.no_output;
Fri, 26 Sep 2008 19:07:56 +0200 wenzelm eliminated polymorphic equality;
Fri, 15 Aug 2008 15:50:52 +0200 wenzelm renamed T.source_of' to T.source_position_of;
Thu, 14 Aug 2008 19:52:40 +0200 wenzelm antiquotes: proper SymbolPos decoding, adapted Antiquote.read/Antiq;
Sat, 09 Aug 2008 22:43:46 +0200 wenzelm unified Args.T with OuterLex.token, renamed some operations;
Thu, 07 Aug 2008 19:21:43 +0200 wenzelm simplified Antiquote signature;
Thu, 07 Aug 2008 13:45:09 +0200 wenzelm Antiquote.read/read_arguments;
Wed, 06 Aug 2008 00:12:21 +0200 wenzelm adapted Antiq;
Tue, 24 Jun 2008 19:43:20 +0200 wenzelm Antiquote.Open/Close;
Tue, 10 Jul 2007 16:45:06 +0200 wenzelm Markup.add_mode;
Sat, 07 Jul 2007 00:15:02 +0200 wenzelm simplified pretty token metric: type int;
Thu, 12 Apr 2007 15:01:13 +0200 wenzelm output_basic: added isaantiq markup (only inside verbatim tokens);
Tue, 14 Mar 2006 22:06:33 +0100 wenzelm Output.add_mode: keyword component;
Thu, 01 Sep 2005 15:58:10 +0200 wenzelm removed obsolete 'symbols' mode;
Mon, 29 Aug 2005 16:18:07 +0200 wenzelm delimiter markup for verbatim tokens;
less more (0) -100 -60 tip