Draw calculator keys with LaTeX?Keyboard Font for LaTeXCalculator style base 10 notation in LaTeXTypesetting keys with TikZGood 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
A Journey Through Space and Time
How can I fix this gap between bookcases I made?
Infinite past with a beginning?
whey we use polarized capacitor?
N.B. ligature in Latex
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
Is it possible to do 50 km distance without any previous training?
Compute hash value according to multiplication method
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
I see my dog run
How is it possible to have an ability score that is less than 3?
TGV timetables / schedules?
Can I make popcorn with any corn?
Banach space and Hilbert space topology
Work Breakdown with Tikz
Download, install and reboot computer at night if needed
How long does it take to type this?
What Brexit solution does the DUP want?
Schwarzchild Radius of the Universe
How old can references or sources in a thesis be?
DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?
What makes Graph invariants so useful/important?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
What do you call a Matrix-like slowdown and camera movement effect?
Draw calculator keys with LaTeX?
Keyboard Font for LaTeXCalculator style base 10 notation in LaTeXTypesetting keys with TikZGood 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,49613050
6,49613050
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 |
5 Answers
5
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
usepackagebabel
usepackagetipfr
begindocument
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.
enddocument
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,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
|
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 |
Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
5 Answers
5
active
oldest
votes
5 Answers
5
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
usepackagebabel
usepackagetipfr
begindocument
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.
enddocument
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,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
|
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
usepackagebabel
usepackagetipfr
begindocument
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.
enddocument
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,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
|
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
usepackagebabel
usepackagetipfr
begindocument
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.
enddocument
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
usepackagebabel
usepackagetipfr
begindocument
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.
enddocument
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,49613050
6,49613050
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,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
|
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,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
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.8k11155313
52.8k11155313
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 |
Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?
add a comment |
Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?
add a comment |
Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?
Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?
answered 6 mins ago
NightsNights
83
83
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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