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













12















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















12















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













12












12








12


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

















  • 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










5 Answers
5






active

oldest

votes


















16














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


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






























    0














    Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?





    share























      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

























      5 Answers
      5






      active

      oldest

      votes








      5 Answers
      5






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      16














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


      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















      16














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


      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













      16












      16








      16







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


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


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












      • 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





















              0














              Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?





              share



























                0














                Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?





                share

























                  0












                  0








                  0







                  Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?





                  share













                  Finding this now, the ti packages mentioned here give french versions (2ndc??) Any English?






                  share











                  share


                  share










                  answered 6 mins ago









                  NightsNights

                  83




                  83



























                      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

                      How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

                      152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

                      Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"