# HG changeset patch # User wenzelm # Date 1377457029 -7200 # Node ID 1943db7bc34c14fb9a2783f35e7d4f5752cd3eb8 # Parent 2ddc5e788f7c4478f8b5700574c949eea4003936 discontinued rendering of obsolete \, \, \; diff -r 2ddc5e788f7c -r 1943db7bc34c etc/symbols --- a/etc/symbols Sun Aug 25 20:43:10 2013 +0200 +++ b/etc/symbols Sun Aug 25 20:57:09 2013 +0200 @@ -320,11 +320,8 @@ \ code: 0x0000ae \ code: 0x0000ad group: punctuation \ code: 0x0000af group: punctuation -\ code: 0x0000b9 group: digit \ code: 0x0000bc group: digit -\ code: 0x0000b2 group: digit \ code: 0x0000bd group: digit -\ code: 0x0000b3 group: digit \ code: 0x0000be group: digit \ code: 0x0000aa \ code: 0x0000ba diff -r 2ddc5e788f7c -r 1943db7bc34c lib/texinputs/isabellesym.sty --- a/lib/texinputs/isabellesym.sty Sun Aug 25 20:43:10 2013 +0200 +++ b/lib/texinputs/isabellesym.sty Sun Aug 25 20:57:09 2013 +0200 @@ -322,13 +322,9 @@ \newcommand{\isasymangle}{\isamath{\angle}} \newcommand{\isasymcopyright}{\isatext{\rm\copyright}} \newcommand{\isasymregistered}{\isatext{\rm\textregistered}} -\newcommand{\isasymhyphen}{\isatext{\rm-}} \newcommand{\isasyminverse}{\isamath{{}^{-1}}} -\newcommand{\isasymonesuperior}{\isamath{{}^1}} \newcommand{\isasymonequarter}{\isatext{\rm\textonequarter}} %requires textcomp -\newcommand{\isasymtwosuperior}{\isamath{{}^2}} \newcommand{\isasymonehalf}{\isatext{\rm\textonehalf}} %requires textcomp -\newcommand{\isasymthreesuperior}{\isamath{{}^3}} \newcommand{\isasymthreequarters}{\isatext{\rm\textthreequarters}} %requires textcomp \newcommand{\isasymordfeminine}{\isatext{\rm\textordfeminine}} \newcommand{\isasymordmasculine}{\isatext{\rm\textordmasculine}} @@ -342,6 +338,7 @@ \newcommand{\isasymcent}{\isatext{\textcent}} %requires textcomp \newcommand{\isasymcurrency}{\isatext{\textcurrency}} %requires textcomp \newcommand{\isasymdegree}{\isatext{\rm\textdegree}} %requires textcomp +\newcommand{\isasymhyphen}{\isatext{\rm-}} \newcommand{\isasymamalg}{\isamath{\amalg}} \newcommand{\isasymmho}{\isamath{\mho}} %requires amssymb \newcommand{\isasymlozenge}{\isamath{\lozenge}} %requires amssymb diff -r 2ddc5e788f7c -r 1943db7bc34c src/Pure/Thy/html.ML --- a/src/Pure/Thy/html.ML Sun Aug 25 20:43:10 2013 +0200 +++ b/src/Pure/Thy/html.ML Sun Aug 25 20:57:09 2013 +0200 @@ -77,13 +77,10 @@ ("\\", (1, "¯")), ("\\", (1, "°")), ("\\", (1, "±")), - ("\\", (1, "²")), - ("\\", (1, "³")), ("\\", (1, "´")), ("\\", (1, "¶")), ("\\", (1, "·")), ("\\", (1, "¸")), - ("\\", (1, "¹")), ("\\", (1, "º")), ("\\", (1, "»")), ("\\", (1, "¼")), diff -r 2ddc5e788f7c -r 1943db7bc34c src/Tools/WWW_Find/www/find_theorems.js --- a/src/Tools/WWW_Find/www/find_theorems.js Sun Aug 25 20:43:10 2013 +0200 +++ b/src/Tools/WWW_Find/www/find_theorems.js Sun Aug 25 20:57:09 2013 +0200 @@ -167,7 +167,6 @@ utf8['\\'] = 'โ„ง'; utf8['\\'] = '๐’ช'; utf8['\\'] = '๐”ฏ'; -utf8['\\'] = 'ยฒ'; utf8['\\'] = 'โ†ผ'; utf8['\\'] = 'ฯ€'; utf8['\\'] = '๐—„'; @@ -188,7 +187,6 @@ utf8['\\'] = '๐”ฆ'; utf8['\\'] = 'โ†ฉ'; utf8['\\

'] = '๐’ซ'; -utf8['\\'] = 'ยณ'; utf8['\\'] = 'ฮต'; utf8['\\'] = '๐”ถ'; utf8['\\'] = '๐—'; @@ -231,7 +229,6 @@ utf8['\\'] = '๐’ฑ'; utf8['\\'] = '๐”ฐ'; utf8['\\'] = 'โŠต'; -utf8['\\'] = 'ยน'; utf8['\\'] = '๐–ป'; utf8['\\'] = 'โ‡ƒ'; utf8['\\'] = 'โ‹…';