Enter Unicode mathematical symbols conveniently
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I want to conveniently enter Unicode symbols such as greek letters μ, ξ, ... and mathematical symbols such as ∀, ∃, ...
Using the character map is not convenient.
I would prefer to enter something like delta and have it converted to δ by pressing TAB or any other key similar to many LaTeX editors.
The background is, that I want to use eclipse for editing Julia code. But being able to do this with the operating system is better than making eclipse do that.
Autokey-gtk seems to do what I want. But I cant get it to run. Crashes each time an event is triggered.
unicode unicode-entry
|
show 3 more comments
I want to conveniently enter Unicode symbols such as greek letters μ, ξ, ... and mathematical symbols such as ∀, ∃, ...
Using the character map is not convenient.
I would prefer to enter something like delta and have it converted to δ by pressing TAB or any other key similar to many LaTeX editors.
The background is, that I want to use eclipse for editing Julia code. But being able to do this with the operating system is better than making eclipse do that.
Autokey-gtk seems to do what I want. But I cant get it to run. Crashes each time an event is triggered.
unicode unicode-entry
If you use Atom, there is github.com/JunoLab/atom-latex-completions.
– edwinksl
May 31 '17 at 21:47
It should be possible to replace the unicode number in/usr/share/X11/locale/en_US.UTF-8/Compose
with the latex command. (One day I'm going to try.)
– Primo Petri
Jun 2 '17 at 15:09
1
Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.
– Kalle
Jun 5 '17 at 20:28
If you want to set up something withxdotool
, my answer here could be useful
– wjandrea
Feb 25 at 1:28
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
Feb 25 at 1:29
|
show 3 more comments
I want to conveniently enter Unicode symbols such as greek letters μ, ξ, ... and mathematical symbols such as ∀, ∃, ...
Using the character map is not convenient.
I would prefer to enter something like delta and have it converted to δ by pressing TAB or any other key similar to many LaTeX editors.
The background is, that I want to use eclipse for editing Julia code. But being able to do this with the operating system is better than making eclipse do that.
Autokey-gtk seems to do what I want. But I cant get it to run. Crashes each time an event is triggered.
unicode unicode-entry
I want to conveniently enter Unicode symbols such as greek letters μ, ξ, ... and mathematical symbols such as ∀, ∃, ...
Using the character map is not convenient.
I would prefer to enter something like delta and have it converted to δ by pressing TAB or any other key similar to many LaTeX editors.
The background is, that I want to use eclipse for editing Julia code. But being able to do this with the operating system is better than making eclipse do that.
Autokey-gtk seems to do what I want. But I cant get it to run. Crashes each time an event is triggered.
unicode unicode-entry
unicode unicode-entry
edited Feb 28 at 10:12
Kalle
asked May 29 '17 at 19:46
KalleKalle
138213
138213
If you use Atom, there is github.com/JunoLab/atom-latex-completions.
– edwinksl
May 31 '17 at 21:47
It should be possible to replace the unicode number in/usr/share/X11/locale/en_US.UTF-8/Compose
with the latex command. (One day I'm going to try.)
– Primo Petri
Jun 2 '17 at 15:09
1
Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.
– Kalle
Jun 5 '17 at 20:28
If you want to set up something withxdotool
, my answer here could be useful
– wjandrea
Feb 25 at 1:28
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
Feb 25 at 1:29
|
show 3 more comments
If you use Atom, there is github.com/JunoLab/atom-latex-completions.
– edwinksl
May 31 '17 at 21:47
It should be possible to replace the unicode number in/usr/share/X11/locale/en_US.UTF-8/Compose
with the latex command. (One day I'm going to try.)
– Primo Petri
Jun 2 '17 at 15:09
1
Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.
– Kalle
Jun 5 '17 at 20:28
If you want to set up something withxdotool
, my answer here could be useful
– wjandrea
Feb 25 at 1:28
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
Feb 25 at 1:29
If you use Atom, there is github.com/JunoLab/atom-latex-completions.
– edwinksl
May 31 '17 at 21:47
If you use Atom, there is github.com/JunoLab/atom-latex-completions.
– edwinksl
May 31 '17 at 21:47
It should be possible to replace the unicode number in
/usr/share/X11/locale/en_US.UTF-8/Compose
with the latex command. (One day I'm going to try.)– Primo Petri
Jun 2 '17 at 15:09
It should be possible to replace the unicode number in
/usr/share/X11/locale/en_US.UTF-8/Compose
with the latex command. (One day I'm going to try.)– Primo Petri
Jun 2 '17 at 15:09
1
1
Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.
– Kalle
Jun 5 '17 at 20:28
Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.
– Kalle
Jun 5 '17 at 20:28
If you want to set up something with
xdotool
, my answer here could be useful– wjandrea
Feb 25 at 1:28
If you want to set up something with
xdotool
, my answer here could be useful– wjandrea
Feb 25 at 1:28
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
Feb 25 at 1:29
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
Feb 25 at 1:29
|
show 3 more comments
1 Answer
1
active
oldest
votes
If you use Visual Studio Code, install latex-input
extension.
It works as following:
This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.
– Kalle
Feb 28 at 21:01
looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal
– Yrogirg
Feb 28 at 22:13
nice way to demonstrate it!
– muclux
Mar 3 at 6:47
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f920141%2fenter-unicode-mathematical-symbols-conveniently%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you use Visual Studio Code, install latex-input
extension.
It works as following:
This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.
– Kalle
Feb 28 at 21:01
looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal
– Yrogirg
Feb 28 at 22:13
nice way to demonstrate it!
– muclux
Mar 3 at 6:47
add a comment |
If you use Visual Studio Code, install latex-input
extension.
It works as following:
This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.
– Kalle
Feb 28 at 21:01
looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal
– Yrogirg
Feb 28 at 22:13
nice way to demonstrate it!
– muclux
Mar 3 at 6:47
add a comment |
If you use Visual Studio Code, install latex-input
extension.
It works as following:
If you use Visual Studio Code, install latex-input
extension.
It works as following:
answered Feb 28 at 16:18
Ping Chu HungPing Chu Hung
69719
69719
This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.
– Kalle
Feb 28 at 21:01
looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal
– Yrogirg
Feb 28 at 22:13
nice way to demonstrate it!
– muclux
Mar 3 at 6:47
add a comment |
This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.
– Kalle
Feb 28 at 21:01
looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal
– Yrogirg
Feb 28 at 22:13
nice way to demonstrate it!
– muclux
Mar 3 at 6:47
This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.
– Kalle
Feb 28 at 21:01
This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.
– Kalle
Feb 28 at 21:01
looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal
– Yrogirg
Feb 28 at 22:13
looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal
– Yrogirg
Feb 28 at 22:13
nice way to demonstrate it!
– muclux
Mar 3 at 6:47
nice way to demonstrate it!
– muclux
Mar 3 at 6:47
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f920141%2fenter-unicode-mathematical-symbols-conveniently%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you use Atom, there is github.com/JunoLab/atom-latex-completions.
– edwinksl
May 31 '17 at 21:47
It should be possible to replace the unicode number in
/usr/share/X11/locale/en_US.UTF-8/Compose
with the latex command. (One day I'm going to try.)– Primo Petri
Jun 2 '17 at 15:09
1
Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.
– Kalle
Jun 5 '17 at 20:28
If you want to set up something with
xdotool
, my answer here could be useful– wjandrea
Feb 25 at 1:28
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
Feb 25 at 1:29