src/Pure/Thy/latex.ML
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;
Sun, 28 Aug 2005 16:04:53 +0200 wenzelm output_basic: handle AltString token;
Tue, 16 Aug 2005 13:42:52 +0200 wenzelm eliminated datatype token;
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Tue, 22 Jun 2004 09:51:23 +0200 wenzelm tuned output;
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Sun, 20 Jun 2004 09:26:48 +0200 wenzelm Symbol.encode_raw;
Sat, 12 Jun 2004 22:45:46 +0200 wenzelm added output_known_symbols; tuned;
Sun, 06 Jun 2004 18:35:11 +0200 wenzelm no token translation / setup for Latex;
Sat, 05 Jun 2004 13:07:31 +0200 wenzelm Symbol.decode;
Sat, 29 May 2004 15:08:21 +0200 wenzelm handle raw symbols; Output.add_mode;
Mon, 26 Apr 2004 15:01:05 +0200 wenzelm use Syntax.is_ascii_identifier;
Fri, 16 Apr 2004 18:45:56 +0200 berghofe Replaced quote by Library.quote, since quote now refers to Symbol.quote
Wed, 14 Apr 2004 12:19:16 +0200 schirmer * raw control symbols are of the form \<^raw:...> now.
Tue, 27 Jan 2004 09:44:14 +0100 schirmer \<^raw...> does no longer print an additional space.
Mon, 26 Jan 2004 10:34:02 +0100 schirmer * Support for raw latex output in control symbols: \<^raw...>
Sun, 21 Oct 2001 19:40:39 +0200 wenzelm flag_markup;
Wed, 10 Oct 2001 18:41:13 +0200 berghofe Exported output_symbols.
Wed, 31 Jan 2001 22:16:22 +0100 wenzelm strip_blanks moved to General/symbol.ML;
Sun, 21 Jan 2001 19:55:25 +0100 wenzelm setuo indent: \isaindent;
Sat, 04 Nov 2000 18:42:29 +0100 wenzelm isamarkup: handle % in input;
Wed, 18 Oct 2000 23:27:16 +0200 wenzelm \isabellecontext: output_syms;
Tue, 10 Oct 2000 23:44:44 +0200 wenzelm fully enclose "\isadigit{...}";
Mon, 11 Sep 2000 17:37:09 +0200 wenzelm define \isabellecontext;
Wed, 30 Aug 2000 17:54:05 +0200 wenzelm token trans: removed \mbox to achieve proper italic correction;
Mon, 28 Aug 2000 20:32:55 +0200 wenzelm added tex_trailer;
Mon, 21 Aug 2000 18:38:27 +0200 wenzelm more \isachars;
Sat, 19 Aug 2000 12:49:19 +0200 wenzelm output \isachar;
Tue, 08 Aug 2000 16:57:44 +0200 wenzelm token translation: enclose "\\mbox{" "}";
Thu, 03 Aug 2000 00:44:08 +0200 wenzelm improved output of space symbol;
Mon, 26 Jun 2000 00:23:17 +0200 wenzelm tuned;
Sun, 25 Jun 2000 23:55:22 +0200 wenzelm adapted to improved presentation;
Tue, 06 Jun 2000 20:31:22 +0200 wenzelm session.tex: nsert blank lines in order to guarantee new paragraphs
Wed, 24 May 2000 19:09:36 +0200 wenzelm proper token_translation for latex mode;
less more (0) -60 tip