Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
86e3afd3
Commit
86e3afd3
authored
Jan 31, 2005
by
Jay Belanger
Browse files
(math-read-big-expr): Make LaTeX the default TeX mode.
parent
316fc0cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/calc/calc-ext.el
lisp/calc/calc-ext.el
+5
-5
No files found.
lisp/calc/calc-ext.el
View file @
86e3afd3
...
...
@@ -2947,13 +2947,13 @@ calc-kill calc-kill-region calc-yank))))
(
setq
str
(
concat
(
substring
str
0
(
match-beginning
0
))
(
substring
str
(
match-end
0
)))))
(
if
(
string-match
"\\\\[^ \n|]"
str
)
(
if
(
eq
calc-language
'tex
)
(
if
(
eq
calc-language
'
la
tex
)
(
math-read-expr
str
)
(
let
((
calc-language
'tex
)
(
let
((
calc-language
'
la
tex
)
(
calc-language-option
nil
)
(
math-expr-opers
(
get
'tex
'math-oper-table
))
(
math-expr-function-mapping
(
get
'tex
'math-function-table
))
(
math-expr-variable-mapping
(
get
'tex
'math-variable-table
)))
(
math-expr-opers
(
get
'
la
tex
'math-oper-table
))
(
math-expr-function-mapping
(
get
'
la
tex
'math-function-table
))
(
math-expr-variable-mapping
(
get
'
la
tex
'math-variable-table
)))
(
math-read-expr
str
)))
(
let
((
math-read-big-lines
nil
)
(
pos
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment