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













13















How can you typeset keys to get the impression of a Calculator?



Remark: This question is a split-of Keyboard Font for LaTeX










share|improve this question

























  • In case you also need to draw a screen: tex.stackexchange.com/a/70532/1871

    – alfC
    Jan 22 '15 at 1:51
















13















How can you typeset keys to get the impression of a Calculator?



Remark: This question is a split-of Keyboard Font for LaTeX










share|improve this question

























  • In case you also need to draw a screen: tex.stackexchange.com/a/70532/1871

    – alfC
    Jan 22 '15 at 1:51














13












13








13


3






How can you typeset keys to get the impression of a Calculator?



Remark: This question is a split-of Keyboard Font for LaTeX










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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










4 Answers
4






active

oldest

votes


















17














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:



enter image description here



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}


enter image description here



Some examples for the Touche-macro:
enter image description here




graph35 - Casio calculators



Actually (2018-03-24) one model is available: graph35+.






share|improve this answer


























  • 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 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











  • @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



















3














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).






share|improve this answer


























  • 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



















2














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)






share|improve this answer





















  • 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



















2














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






share|improve this answer
























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    17














    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:



    enter image description here



    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}


    enter image description here



    Some examples for the Touche-macro:
    enter image description here




    graph35 - Casio calculators



    Actually (2018-03-24) one model is available: graph35+.






    share|improve this answer


























    • 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 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











    • @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
















    17














    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:



    enter image description here



    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}


    enter image description here



    Some examples for the Touche-macro:
    enter image description here




    graph35 - Casio calculators



    Actually (2018-03-24) one model is available: graph35+.






    share|improve this answer


























    • 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 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











    • @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














    17












    17








    17







    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:



    enter image description here



    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}


    enter image description here



    Some examples for the Touche-macro:
    enter image description here




    graph35 - Casio calculators



    Actually (2018-03-24) one model is available: graph35+.






    share|improve this answer















    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:



    enter image description here



    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}


    enter image description here



    Some examples for the Touche-macro:
    enter image description here




    graph35 - Casio calculators



    Actually (2018-03-24) one model is available: graph35+.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    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 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











    • @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 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 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











    3














    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).






    share|improve this answer


























    • 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
















    3














    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).






    share|improve this answer


























    • 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














    3












    3








    3







    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).






    share|improve this answer















    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).







    share|improve this answer














    share|improve this answer



    share|improve this answer








    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



















    • 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











    2














    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)






    share|improve this answer





















    • 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
















    2














    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)






    share|improve this answer





















    • 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














    2












    2








    2







    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)






    share|improve this answer















    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)







    share|improve this answer














    share|improve this answer



    share|improve this answer








    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














    • 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











    2














    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






    share|improve this answer




























      2














      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






      share|improve this answer


























        2












        2








        2







        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






        share|improve this answer













        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







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 20 '15 at 9:54









        DE SOUSA PhilippeDE SOUSA Philippe

        412




        412






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

            Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

            Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...