-
Notifications
You must be signed in to change notification settings - Fork 2
/
TexAct.History
executable file
·144 lines (85 loc) · 6.18 KB
/
TexAct.History
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
--------------------------------------------------------------------------------
2012
28 Apr - Package TexAct excised from xTensor, with initial version 0.3.0.
4 May - TexPrint functionality for SymH objects was removed from SymManipulator, and a new improved code was written in TexAct.
5 May * Released in xAct 1.0.4.
17 October - Added TexMatrix. Fixed TexFactor[-1]
13 December - Added spaces after indices with backslash to avoid problems like "\alphab".
--------------------------------------------------------------------------------
2013
27 Jan * Released with version 0.3.1.
1 Feb Added TexIndexForm and fixed bug with coloured indices.
19 June Added $TexSmallFractionExponent
8 July Added the option TexBreakBy -> "TexPoint" to TexBreak
9 July Added TexPrintAlignedEquations
18 July - Fixed TexBreak so it only breaks at bracket level 0. -TeXForm crashes when given a StyleBox, so now we remove style boxes before passing anything to TexForm. This also gives a better fix for the problem with the coloured indices.
-FormatTexBasis introduced.
12 September - Changed $TexInitLatexCode to TexInitLatexCode[] which produces the initial lines of .tex output from $TexInitLatexClassCode, and the lists $TexInitLatexPackages, $TexInitLatexExtraCode
13 September - Added TexView.
16 September - Improved TexView, introduced TexPrintAlignedExpressions and made it possible to use latextextwidth for line breaking parameters.
24 October - Added handling of Hold expressions.
7 December - Added Factorials, Pochhammer symbols and Binomials.
7 December * Released with version 0.3.3.
--------------------
2014
23 March - Added support for SeriesData and Color support. Also inequalities and equalities with several terms are now possible.
29 March - Changed the way parenthesis levels are computed. This gives the correct behaviour and the code is passed through the Tex function only once. The old behaviour can still be used with TexPrint[expr,ParenthesisOldStyle].
2 June - Added TexPort. It does the same things as TexView, but does not open the file.
23 July - Fixed incompatibility for SubsetQ in Mathematica 10.
7 August - Fixed problem with SeriesData when expanding at infinity.
- Tex widths where previously measured in inline mode, now it is done in display mode.
7 September - Simplified output for functions in the private list $TrigFuncs, i.e. classical way of writing arguments and powers of functions.
13-24 September - Support for xTerior.
28 September * Released with version 0.3.5.
--------------------
2015
14 May - Fixed missing || for SymH objects that needs several sets of ||.
16 May - Fixed extra space in Lie derivative, and TexFix for matrices.
18 May - Fixed pdflatex path for linux and nonstopmode.
20 July - Added TexOverline etc and changed how these things are constructed from corresponding PrintAs versions.
10 August - Changed so for instance TexColor["a", Red] can be used after EnableTexColor[].
23 August * Released with version 0.3.7.
--------------------
2016
6 March - Fixed an issue with TexBreakBy -> "Character" when the string is too long, but nowhere to break it.
12 August - Made OrderedPlus public, introduced ToOrderedPlus to specify term ordering before printing.
21 September - Introduced the option Labels to TexPrintAlignedEquations which can add the equation names as tex labels.
- Added error messages to detect if pdflatex was not found.
4 October - fixed a new bug in TexPrintAlignedEquations.
--------------------
2017
6 March - Changed handling of TexOrnament. Now strings beginning with "\!" are transformed into thier corresponding expressions like subscripts etc. These are then interpreted by Tex.
18 August - Fixed pdflatex path for Mac.
24 September - Added option TexBreakInParenthesis for TexBreak.
--------------------
2018
11 February - Rewrote TexBreak and TexPrintAlignedEquations so TexPrintAlignedEquations only calls TexWidths once.
TexLabelName now extracts the name of special characters to create labels accepted by LaTeX.
22 February - Added $TexNoSumInNumerator. If set to True Tex will move all sums in numerators out of fractions.
24 February - Change handling of strings beginning with "\!" again. Now such strings are converted into proper boxes via the well hidden function FrontEndExecute[FrontEnd`UndocumentedTestFEParserPacket[str, False]].
25 February - Added the $TexViewInternal. If this is set to True, TexView uses $TexInitLatexInternalClassCode instead of $TexInitLatexClassCode and imports the .pdf into Mathematica instead of an external viewer. However, importing pdf files only works on some combinations of OS and Mathematica versions, so it might very well not work on your system. $TexInitLatexExtraCode = {"\\pdfminorversion=3"}; can help in a few cases.
28 February - Parenthesis styles can now be adjusted with OpenParenthesis and CloseParenthesis for each level.
--------------------
2019
19 September - Added support for integer values for TexBreakInParenthesis. This now allows for specification of a parenthesis depth where linebreaking is prohibited.
31 October - Fixed problem with the InertHead Tex output. The cell was not an initialization cell.
--------------------
2020
19 February - Fixed an issue with LD_LIBRARY_PATH on some Linux distributions. Thanks Guillaume Faye for reporting this. If you have a linux system that worked before, but fails now try setting
xAct`TexAct`Private`$LinuxStdLib = False and contact Thomas.
11 December - Added support for Unequal.
--------------------
2021
21 January - Added several functions for typesetting of matrices.
19 February - Added support for InterpretationBox, Subscript, Superscript and Subsuperscript.
9 October - TexBreak "Character" failed if no splittable positions found - now fixed.
TexBreak can now break between \{ \} but not { }.
Fractions with OrderedPlus starting with - now prints much better.
28 October - Added option LastPunctuation for TexPrintAlignedEquations and improved automatic label generation.
--------------------
2021
27 October - Added more trig functions and Rule.
- Added support for more special symbols and boxes.
--------------------
2024
5 April - Added $TexViewResolution to set the image resolution for TexView if If $TexViewInternal==True is used.