Draw calculator keys with LaTeX?Keyboard Font for LaTeXCalculator style base 10 notation in LaTeXTypesetting...
Is domain driven design an anti-SQL pattern?
Is there a way to make member function NOT callable from constructor?
Are objects structures and/or vice versa?
Hosting Wordpress in a EC2 Load Balanced Instance
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
What does it exactly mean if a random variable follows a distribution
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
Is there a name of the flying bionic bird?
Why do UK politicians seemingly ignore opinion polls on Brexit?
What's the difference between repeating elections every few years and repeating a referendum after a few years?
Doomsday-clock for my fantasy planet
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore
Crop image to path created in TikZ?
Patience, young "Padovan"
How to move the player while also allowing forces to affect it
Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?
New order #4: World
What is the meaning of "of trouble" in the following sentence?
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
How many letters suffice to construct words with no repetition?
Prime joint compound before latex paint?
"My colleague's body is amazing"
Draw calculator keys with LaTeX?
Keyboard Font for LaTeXCalculator style base 10 notation in LaTeXTypesetting keys with TikZ“draw calculator key” packages messing up fontsGood keyboard layouts for typing (La)TeXKeyboard Font for LaTeXHow can I optimize the keyboard for frequent LaTeX input?Serbian Cyrillic using LuaTeX and XeTeXHow to install and use the key fonts for a TI-Calculator in pdflatex or xelatexBest way to use Linux Biolinum Keyboard with fontspec?How can I visualize key press combinations?How to avoid repetitive strain injuries when using LaTeX daily?Alternative Font in LatexTexStudio doesn't recognize “ [ ” key
How can you typeset keys to get the impression of a Calculator?
Remark: This question is a split-of Keyboard Font for LaTeX
fonts keyboard
add a comment |
How can you typeset keys to get the impression of a Calculator?
Remark: This question is a split-of Keyboard Font for LaTeX
fonts keyboard
In case you also need to draw a screen: tex.stackexchange.com/a/70532/1871
– alfC
Jan 22 '15 at 1:51
add a comment |
How can you typeset keys to get the impression of a Calculator?
Remark: This question is a split-of Keyboard Font for LaTeX
fonts keyboard
How can you typeset keys to get the impression of a Calculator?
Remark: This question is a split-of Keyboard Font for LaTeX
fonts keyboard
fonts keyboard
edited Apr 13 '17 at 12:35
Community♦
1
1
asked Jan 1 '15 at 22:43
knutknut
6,51113050
6,51113050
In case you also need to draw a screen: tex.stackexchange.com/a/70532/1871
– alfC
Jan 22 '15 at 1:51
add a comment |
In case you also need to draw a screen: tex.stackexchange.com/a/70532/1871
– alfC
Jan 22 '15 at 1:51
In case you also need to draw a screen: tex.stackexchange.com/a/70532/1871
– alfC
Jan 22 '15 at 1:51
In case you also need to draw a screen: tex.stackexchange.com/a/70532/1871
– alfC
Jan 22 '15 at 1:51
add a comment |
4 Answers
4
active
oldest
votes
There are packages for it:
- http://www.ctan.org/pkg/tipfr
https://ctan.org/pkg/graph35 Draw keys and screen items of several Casio calculators
tipfr
Example from the doc:

A small example:
documentclass[11pt,english]{scrartcl}
usepackage{babel}
usepackage{tipfr}
begin{document}
Push
Touche[style=number, principal=1]
Touche[style=operation, principal=+]
Touche[style=number, principal=2]
Touche[style=function,principal={=},]
and you get the result 3.
end{document}

Some examples for the Touche-macro:

graph35 - Casio calculators
Actually (2018-03-24) one model is available: graph35+.
I like it! But why not give a MWE for people to copy and paste the code? The documentation had just snippets of code.
– DJP
Jan 2 '15 at 3:19
I downloaded the files from CTAN, put the style file in with the tex file but it wouldn't compile. The error message was: "newtxtt.sty not found". I googled and found a copy on the internet. Put that in the same file and again it wouldn't compile: "I do not know the /tcb/color key and I'm going to ignore it". The problem is line 14. Any idea how to continue?
– DJP
Jan 2 '15 at 3:31
@DJP newtxtt can be found on CTAN at ctan.org/pkg/newtxtt. With version 1.03 and 1.051 (the actual one) I get no error. I look for a MWE - actually I found a bug (?) in tipfr.sty with babel andshorthandon{;}(line 422 + 494) - I kep you informed.
– knut
Jan 2 '15 at 19:53
@DJP have you updated LaTeX on your computer? For example,newtxttis a fairly new addition.
– A.Ellett
Jan 2 '15 at 22:06
@knut I do have the updated newtxtt.sty file but I still can't compile your MWE. I get "./tipfr.sty:422: Package babel Error: I cannot switch `;' on or off--not a shorthand." and later: "l.422 shorthandon{;}". This sounds like the bug(?) you mention above.
– DJP
Jan 2 '15 at 22:33
|
show 3 more comments
shorthandon{} and shorthandoff{} do not make sense for French with LuaTeX or XeTeX as high punctuation characters (:;!?) are no longer made active with these engines.
I would suggest dropping the two commands shorthandon{;} and shorthandoff{;} in tipfr.sty and adding babel to the options of usetikzlibrary{...} on line 10, this should take care of ; characters when they happen to be active (in French with TeX or pdfTeX engines).
I made those changes and it's working for me! This will be a useful package to have. Thanks! +1.
– DJP
Jan 5 '15 at 18:42
1
This should be a comment rather than an answer.
– Werner
Jan 5 '15 at 18:53
1
+1 - although it should be a comment - but it really solve the problem.
– knut
Jan 5 '15 at 19:56
add a comment |
I can't write a comment because I haven't enough reputation so I use the answer box.
You can draw calculator's keys with the tipfr package. There is a update (see http://www.ctan.org/pkg/tipfr) : with the help of the previous answer, the problem you met is fixed.
The "principal" option can now be called with the "enter" style.
For example : Touche[style=enter,principal={=}] or Touche[style=enter,principal={EXE}]
I added a starred version to Calculatrice to draw a small calculator (see an example at the end of documentation)
1
Welcome to TeX.SX! If you elaborate on your answer it's more than a comment ;-)
– user31729
Jan 8 '15 at 11:48
+1 for the package and the quick solution of the problem. And for the info, why it's an answer and no comment ;)
– knut
Jan 8 '15 at 13:30
add a comment |
Now it exists a new package to draw keys of a scientific calculator. I used that calculator when I teached at Junior High School.
ticollege.sty : https://www.ctan.org/pkg/ticollege
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2ftex.stackexchange.com%2fquestions%2f220281%2fdraw-calculator-keys-with-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are packages for it:
- http://www.ctan.org/pkg/tipfr
https://ctan.org/pkg/graph35 Draw keys and screen items of several Casio calculators
tipfr
Example from the doc:

A small example:
documentclass[11pt,english]{scrartcl}
usepackage{babel}
usepackage{tipfr}
begin{document}
Push
Touche[style=number, principal=1]
Touche[style=operation, principal=+]
Touche[style=number, principal=2]
Touche[style=function,principal={=},]
and you get the result 3.
end{document}

Some examples for the Touche-macro:

graph35 - Casio calculators
Actually (2018-03-24) one model is available: graph35+.
I like it! But why not give a MWE for people to copy and paste the code? The documentation had just snippets of code.
– DJP
Jan 2 '15 at 3:19
I downloaded the files from CTAN, put the style file in with the tex file but it wouldn't compile. The error message was: "newtxtt.sty not found". I googled and found a copy on the internet. Put that in the same file and again it wouldn't compile: "I do not know the /tcb/color key and I'm going to ignore it". The problem is line 14. Any idea how to continue?
– DJP
Jan 2 '15 at 3:31
@DJP newtxtt can be found on CTAN at ctan.org/pkg/newtxtt. With version 1.03 and 1.051 (the actual one) I get no error. I look for a MWE - actually I found a bug (?) in tipfr.sty with babel andshorthandon{;}(line 422 + 494) - I kep you informed.
– knut
Jan 2 '15 at 19:53
@DJP have you updated LaTeX on your computer? For example,newtxttis a fairly new addition.
– A.Ellett
Jan 2 '15 at 22:06
@knut I do have the updated newtxtt.sty file but I still can't compile your MWE. I get "./tipfr.sty:422: Package babel Error: I cannot switch `;' on or off--not a shorthand." and later: "l.422 shorthandon{;}". This sounds like the bug(?) you mention above.
– DJP
Jan 2 '15 at 22:33
|
show 3 more comments
There are packages for it:
- http://www.ctan.org/pkg/tipfr
https://ctan.org/pkg/graph35 Draw keys and screen items of several Casio calculators
tipfr
Example from the doc:

A small example:
documentclass[11pt,english]{scrartcl}
usepackage{babel}
usepackage{tipfr}
begin{document}
Push
Touche[style=number, principal=1]
Touche[style=operation, principal=+]
Touche[style=number, principal=2]
Touche[style=function,principal={=},]
and you get the result 3.
end{document}

Some examples for the Touche-macro:

graph35 - Casio calculators
Actually (2018-03-24) one model is available: graph35+.
I like it! But why not give a MWE for people to copy and paste the code? The documentation had just snippets of code.
– DJP
Jan 2 '15 at 3:19
I downloaded the files from CTAN, put the style file in with the tex file but it wouldn't compile. The error message was: "newtxtt.sty not found". I googled and found a copy on the internet. Put that in the same file and again it wouldn't compile: "I do not know the /tcb/color key and I'm going to ignore it". The problem is line 14. Any idea how to continue?
– DJP
Jan 2 '15 at 3:31
@DJP newtxtt can be found on CTAN at ctan.org/pkg/newtxtt. With version 1.03 and 1.051 (the actual one) I get no error. I look for a MWE - actually I found a bug (?) in tipfr.sty with babel andshorthandon{;}(line 422 + 494) - I kep you informed.
– knut
Jan 2 '15 at 19:53
@DJP have you updated LaTeX on your computer? For example,newtxttis a fairly new addition.
– A.Ellett
Jan 2 '15 at 22:06
@knut I do have the updated newtxtt.sty file but I still can't compile your MWE. I get "./tipfr.sty:422: Package babel Error: I cannot switch `;' on or off--not a shorthand." and later: "l.422 shorthandon{;}". This sounds like the bug(?) you mention above.
– DJP
Jan 2 '15 at 22:33
|
show 3 more comments
There are packages for it:
- http://www.ctan.org/pkg/tipfr
https://ctan.org/pkg/graph35 Draw keys and screen items of several Casio calculators
tipfr
Example from the doc:

A small example:
documentclass[11pt,english]{scrartcl}
usepackage{babel}
usepackage{tipfr}
begin{document}
Push
Touche[style=number, principal=1]
Touche[style=operation, principal=+]
Touche[style=number, principal=2]
Touche[style=function,principal={=},]
and you get the result 3.
end{document}

Some examples for the Touche-macro:

graph35 - Casio calculators
Actually (2018-03-24) one model is available: graph35+.
There are packages for it:
- http://www.ctan.org/pkg/tipfr
https://ctan.org/pkg/graph35 Draw keys and screen items of several Casio calculators
tipfr
Example from the doc:

A small example:
documentclass[11pt,english]{scrartcl}
usepackage{babel}
usepackage{tipfr}
begin{document}
Push
Touche[style=number, principal=1]
Touche[style=operation, principal=+]
Touche[style=number, principal=2]
Touche[style=function,principal={=},]
and you get the result 3.
end{document}

Some examples for the Touche-macro:

graph35 - Casio calculators
Actually (2018-03-24) one model is available: graph35+.
edited Mar 24 '18 at 9:34
answered Jan 1 '15 at 22:43
knutknut
6,51113050
6,51113050
I like it! But why not give a MWE for people to copy and paste the code? The documentation had just snippets of code.
– DJP
Jan 2 '15 at 3:19
I downloaded the files from CTAN, put the style file in with the tex file but it wouldn't compile. The error message was: "newtxtt.sty not found". I googled and found a copy on the internet. Put that in the same file and again it wouldn't compile: "I do not know the /tcb/color key and I'm going to ignore it". The problem is line 14. Any idea how to continue?
– DJP
Jan 2 '15 at 3:31
@DJP newtxtt can be found on CTAN at ctan.org/pkg/newtxtt. With version 1.03 and 1.051 (the actual one) I get no error. I look for a MWE - actually I found a bug (?) in tipfr.sty with babel andshorthandon{;}(line 422 + 494) - I kep you informed.
– knut
Jan 2 '15 at 19:53
@DJP have you updated LaTeX on your computer? For example,newtxttis a fairly new addition.
– A.Ellett
Jan 2 '15 at 22:06
@knut I do have the updated newtxtt.sty file but I still can't compile your MWE. I get "./tipfr.sty:422: Package babel Error: I cannot switch `;' on or off--not a shorthand." and later: "l.422 shorthandon{;}". This sounds like the bug(?) you mention above.
– DJP
Jan 2 '15 at 22:33
|
show 3 more comments
I like it! But why not give a MWE for people to copy and paste the code? The documentation had just snippets of code.
– DJP
Jan 2 '15 at 3:19
I downloaded the files from CTAN, put the style file in with the tex file but it wouldn't compile. The error message was: "newtxtt.sty not found". I googled and found a copy on the internet. Put that in the same file and again it wouldn't compile: "I do not know the /tcb/color key and I'm going to ignore it". The problem is line 14. Any idea how to continue?
– DJP
Jan 2 '15 at 3:31
@DJP newtxtt can be found on CTAN at ctan.org/pkg/newtxtt. With version 1.03 and 1.051 (the actual one) I get no error. I look for a MWE - actually I found a bug (?) in tipfr.sty with babel andshorthandon{;}(line 422 + 494) - I kep you informed.
– knut
Jan 2 '15 at 19:53
@DJP have you updated LaTeX on your computer? For example,newtxttis a fairly new addition.
– A.Ellett
Jan 2 '15 at 22:06
@knut I do have the updated newtxtt.sty file but I still can't compile your MWE. I get "./tipfr.sty:422: Package babel Error: I cannot switch `;' on or off--not a shorthand." and later: "l.422 shorthandon{;}". This sounds like the bug(?) you mention above.
– DJP
Jan 2 '15 at 22:33
I like it! But why not give a MWE for people to copy and paste the code? The documentation had just snippets of code.
– DJP
Jan 2 '15 at 3:19
I like it! But why not give a MWE for people to copy and paste the code? The documentation had just snippets of code.
– DJP
Jan 2 '15 at 3:19
I downloaded the files from CTAN, put the style file in with the tex file but it wouldn't compile. The error message was: "newtxtt.sty not found". I googled and found a copy on the internet. Put that in the same file and again it wouldn't compile: "I do not know the /tcb/color key and I'm going to ignore it". The problem is line 14. Any idea how to continue?
– DJP
Jan 2 '15 at 3:31
I downloaded the files from CTAN, put the style file in with the tex file but it wouldn't compile. The error message was: "newtxtt.sty not found". I googled and found a copy on the internet. Put that in the same file and again it wouldn't compile: "I do not know the /tcb/color key and I'm going to ignore it". The problem is line 14. Any idea how to continue?
– DJP
Jan 2 '15 at 3:31
@DJP newtxtt can be found on CTAN at ctan.org/pkg/newtxtt. With version 1.03 and 1.051 (the actual one) I get no error. I look for a MWE - actually I found a bug (?) in tipfr.sty with babel and
shorthandon{;} (line 422 + 494) - I kep you informed.– knut
Jan 2 '15 at 19:53
@DJP newtxtt can be found on CTAN at ctan.org/pkg/newtxtt. With version 1.03 and 1.051 (the actual one) I get no error. I look for a MWE - actually I found a bug (?) in tipfr.sty with babel and
shorthandon{;} (line 422 + 494) - I kep you informed.– knut
Jan 2 '15 at 19:53
@DJP have you updated LaTeX on your computer? For example,
newtxtt is a fairly new addition.– A.Ellett
Jan 2 '15 at 22:06
@DJP have you updated LaTeX on your computer? For example,
newtxtt is a fairly new addition.– A.Ellett
Jan 2 '15 at 22:06
@knut I do have the updated newtxtt.sty file but I still can't compile your MWE. I get "./tipfr.sty:422: Package babel Error: I cannot switch `;' on or off--not a shorthand." and later: "l.422 shorthandon{;}". This sounds like the bug(?) you mention above.
– DJP
Jan 2 '15 at 22:33
@knut I do have the updated newtxtt.sty file but I still can't compile your MWE. I get "./tipfr.sty:422: Package babel Error: I cannot switch `;' on or off--not a shorthand." and later: "l.422 shorthandon{;}". This sounds like the bug(?) you mention above.
– DJP
Jan 2 '15 at 22:33
|
show 3 more comments
shorthandon{} and shorthandoff{} do not make sense for French with LuaTeX or XeTeX as high punctuation characters (:;!?) are no longer made active with these engines.
I would suggest dropping the two commands shorthandon{;} and shorthandoff{;} in tipfr.sty and adding babel to the options of usetikzlibrary{...} on line 10, this should take care of ; characters when they happen to be active (in French with TeX or pdfTeX engines).
I made those changes and it's working for me! This will be a useful package to have. Thanks! +1.
– DJP
Jan 5 '15 at 18:42
1
This should be a comment rather than an answer.
– Werner
Jan 5 '15 at 18:53
1
+1 - although it should be a comment - but it really solve the problem.
– knut
Jan 5 '15 at 19:56
add a comment |
shorthandon{} and shorthandoff{} do not make sense for French with LuaTeX or XeTeX as high punctuation characters (:;!?) are no longer made active with these engines.
I would suggest dropping the two commands shorthandon{;} and shorthandoff{;} in tipfr.sty and adding babel to the options of usetikzlibrary{...} on line 10, this should take care of ; characters when they happen to be active (in French with TeX or pdfTeX engines).
I made those changes and it's working for me! This will be a useful package to have. Thanks! +1.
– DJP
Jan 5 '15 at 18:42
1
This should be a comment rather than an answer.
– Werner
Jan 5 '15 at 18:53
1
+1 - although it should be a comment - but it really solve the problem.
– knut
Jan 5 '15 at 19:56
add a comment |
shorthandon{} and shorthandoff{} do not make sense for French with LuaTeX or XeTeX as high punctuation characters (:;!?) are no longer made active with these engines.
I would suggest dropping the two commands shorthandon{;} and shorthandoff{;} in tipfr.sty and adding babel to the options of usetikzlibrary{...} on line 10, this should take care of ; characters when they happen to be active (in French with TeX or pdfTeX engines).
shorthandon{} and shorthandoff{} do not make sense for French with LuaTeX or XeTeX as high punctuation characters (:;!?) are no longer made active with these engines.
I would suggest dropping the two commands shorthandon{;} and shorthandoff{;} in tipfr.sty and adding babel to the options of usetikzlibrary{...} on line 10, this should take care of ; characters when they happen to be active (in French with TeX or pdfTeX engines).
edited Jan 5 '15 at 18:33
Svend Tveskæg
20.8k1052142
20.8k1052142
answered Jan 5 '15 at 18:28
Daniel FlipoDaniel Flipo
33628
33628
I made those changes and it's working for me! This will be a useful package to have. Thanks! +1.
– DJP
Jan 5 '15 at 18:42
1
This should be a comment rather than an answer.
– Werner
Jan 5 '15 at 18:53
1
+1 - although it should be a comment - but it really solve the problem.
– knut
Jan 5 '15 at 19:56
add a comment |
I made those changes and it's working for me! This will be a useful package to have. Thanks! +1.
– DJP
Jan 5 '15 at 18:42
1
This should be a comment rather than an answer.
– Werner
Jan 5 '15 at 18:53
1
+1 - although it should be a comment - but it really solve the problem.
– knut
Jan 5 '15 at 19:56
I made those changes and it's working for me! This will be a useful package to have. Thanks! +1.
– DJP
Jan 5 '15 at 18:42
I made those changes and it's working for me! This will be a useful package to have. Thanks! +1.
– DJP
Jan 5 '15 at 18:42
1
1
This should be a comment rather than an answer.
– Werner
Jan 5 '15 at 18:53
This should be a comment rather than an answer.
– Werner
Jan 5 '15 at 18:53
1
1
+1 - although it should be a comment - but it really solve the problem.
– knut
Jan 5 '15 at 19:56
+1 - although it should be a comment - but it really solve the problem.
– knut
Jan 5 '15 at 19:56
add a comment |
I can't write a comment because I haven't enough reputation so I use the answer box.
You can draw calculator's keys with the tipfr package. There is a update (see http://www.ctan.org/pkg/tipfr) : with the help of the previous answer, the problem you met is fixed.
The "principal" option can now be called with the "enter" style.
For example : Touche[style=enter,principal={=}] or Touche[style=enter,principal={EXE}]
I added a starred version to Calculatrice to draw a small calculator (see an example at the end of documentation)
1
Welcome to TeX.SX! If you elaborate on your answer it's more than a comment ;-)
– user31729
Jan 8 '15 at 11:48
+1 for the package and the quick solution of the problem. And for the info, why it's an answer and no comment ;)
– knut
Jan 8 '15 at 13:30
add a comment |
I can't write a comment because I haven't enough reputation so I use the answer box.
You can draw calculator's keys with the tipfr package. There is a update (see http://www.ctan.org/pkg/tipfr) : with the help of the previous answer, the problem you met is fixed.
The "principal" option can now be called with the "enter" style.
For example : Touche[style=enter,principal={=}] or Touche[style=enter,principal={EXE}]
I added a starred version to Calculatrice to draw a small calculator (see an example at the end of documentation)
1
Welcome to TeX.SX! If you elaborate on your answer it's more than a comment ;-)
– user31729
Jan 8 '15 at 11:48
+1 for the package and the quick solution of the problem. And for the info, why it's an answer and no comment ;)
– knut
Jan 8 '15 at 13:30
add a comment |
I can't write a comment because I haven't enough reputation so I use the answer box.
You can draw calculator's keys with the tipfr package. There is a update (see http://www.ctan.org/pkg/tipfr) : with the help of the previous answer, the problem you met is fixed.
The "principal" option can now be called with the "enter" style.
For example : Touche[style=enter,principal={=}] or Touche[style=enter,principal={EXE}]
I added a starred version to Calculatrice to draw a small calculator (see an example at the end of documentation)
I can't write a comment because I haven't enough reputation so I use the answer box.
You can draw calculator's keys with the tipfr package. There is a update (see http://www.ctan.org/pkg/tipfr) : with the help of the previous answer, the problem you met is fixed.
The "principal" option can now be called with the "enter" style.
For example : Touche[style=enter,principal={=}] or Touche[style=enter,principal={EXE}]
I added a starred version to Calculatrice to draw a small calculator (see an example at the end of documentation)
edited Jan 8 '15 at 11:54
Claudio Fiandrino
52.8k11156313
52.8k11156313
answered Jan 8 '15 at 11:10
DE SOUSA PhilippeDE SOUSA Philippe
412
412
1
Welcome to TeX.SX! If you elaborate on your answer it's more than a comment ;-)
– user31729
Jan 8 '15 at 11:48
+1 for the package and the quick solution of the problem. And for the info, why it's an answer and no comment ;)
– knut
Jan 8 '15 at 13:30
add a comment |
1
Welcome to TeX.SX! If you elaborate on your answer it's more than a comment ;-)
– user31729
Jan 8 '15 at 11:48
+1 for the package and the quick solution of the problem. And for the info, why it's an answer and no comment ;)
– knut
Jan 8 '15 at 13:30
1
1
Welcome to TeX.SX! If you elaborate on your answer it's more than a comment ;-)
– user31729
Jan 8 '15 at 11:48
Welcome to TeX.SX! If you elaborate on your answer it's more than a comment ;-)
– user31729
Jan 8 '15 at 11:48
+1 for the package and the quick solution of the problem. And for the info, why it's an answer and no comment ;)
– knut
Jan 8 '15 at 13:30
+1 for the package and the quick solution of the problem. And for the info, why it's an answer and no comment ;)
– knut
Jan 8 '15 at 13:30
add a comment |
Now it exists a new package to draw keys of a scientific calculator. I used that calculator when I teached at Junior High School.
ticollege.sty : https://www.ctan.org/pkg/ticollege
add a comment |
Now it exists a new package to draw keys of a scientific calculator. I used that calculator when I teached at Junior High School.
ticollege.sty : https://www.ctan.org/pkg/ticollege
add a comment |
Now it exists a new package to draw keys of a scientific calculator. I used that calculator when I teached at Junior High School.
ticollege.sty : https://www.ctan.org/pkg/ticollege
Now it exists a new package to draw keys of a scientific calculator. I used that calculator when I teached at Junior High School.
ticollege.sty : https://www.ctan.org/pkg/ticollege
answered Feb 20 '15 at 9:54
DE SOUSA PhilippeDE SOUSA Philippe
412
412
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- 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%2ftex.stackexchange.com%2fquestions%2f220281%2fdraw-calculator-keys-with-latex%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
In case you also need to draw a screen: tex.stackexchange.com/a/70532/1871
– alfC
Jan 22 '15 at 1:51