Need a program to create this table please (urgent)












0














enter image description here



Need a program to create this table please (urgent)










share|improve this question









New contributor




Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Could you show us a MWE of what you have tried so far?
    – Raaja
    24 mins ago










  • Comprehensive list of tools that simplify the generation of LaTeX tables
    – leandriis
    15 mins ago










  • It is easy to make it in LaTeX, but what do you mean by "program"?
    – JouleV
    15 mins ago
















0














enter image description here



Need a program to create this table please (urgent)










share|improve this question









New contributor




Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Could you show us a MWE of what you have tried so far?
    – Raaja
    24 mins ago










  • Comprehensive list of tools that simplify the generation of LaTeX tables
    – leandriis
    15 mins ago










  • It is easy to make it in LaTeX, but what do you mean by "program"?
    – JouleV
    15 mins ago














0












0








0


0





enter image description here



Need a program to create this table please (urgent)










share|improve this question









New contributor




Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











enter image description here



Need a program to create this table please (urgent)







tables






share|improve this question









New contributor




Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 27 mins ago









moewe

85.9k9109331




85.9k9109331






New contributor




Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 27 mins ago









Кайс Ламамра

41




41




New contributor




Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    Could you show us a MWE of what you have tried so far?
    – Raaja
    24 mins ago










  • Comprehensive list of tools that simplify the generation of LaTeX tables
    – leandriis
    15 mins ago










  • It is easy to make it in LaTeX, but what do you mean by "program"?
    – JouleV
    15 mins ago














  • 1




    Could you show us a MWE of what you have tried so far?
    – Raaja
    24 mins ago










  • Comprehensive list of tools that simplify the generation of LaTeX tables
    – leandriis
    15 mins ago










  • It is easy to make it in LaTeX, but what do you mean by "program"?
    – JouleV
    15 mins ago








1




1




Could you show us a MWE of what you have tried so far?
– Raaja
24 mins ago




Could you show us a MWE of what you have tried so far?
– Raaja
24 mins ago












Comprehensive list of tools that simplify the generation of LaTeX tables
– leandriis
15 mins ago




Comprehensive list of tools that simplify the generation of LaTeX tables
– leandriis
15 mins ago












It is easy to make it in LaTeX, but what do you mean by "program"?
– JouleV
15 mins ago




It is easy to make it in LaTeX, but what do you mean by "program"?
– JouleV
15 mins ago










2 Answers
2






active

oldest

votes


















1














It is easy to make it in LaTeX.



If you get trouble in latex code use this link https://www.tablesgenerator.com/



documentclass{article}
usepackage{colortbl}
definecolor{light-gray}{gray}{0.95}

begin{document}
begin{tabular}{|c|c|c|}
hline
cellcolor{light-gray}Bandes & cellcolor{light-gray}Fr'equences & cellcolor{light-gray}Longueurs d'onde\
cellcolor{light-gray} & cellcolor{light-gray}F(GHz) & cellcolor{light-gray}$lambda$ cm\ hline
X & 8-12.5 & 2.45-3.75\ hline
C & 4-8 & 3.75-7.5\ hline
S & 2-4 & 7.5-15\ hline
L & 1-2 & 15-30\ hline
P & 0.3-1 & 30-100\ hline
end{tabular}
end{document}




share





























    1














    documentclass{scrartcl}
    usepackage[T1]{fontenc}
    usepackage[table]{xcolor}
    usepackage{array,ragged2e}
    begin{document}

    renewcommandarraystretch{1.4}
    begin{tabular}{|*3{>{Centering}m{0.3textwidth}|}}hline
    rowcolor{black!30}
    Bandes & shortstack{Fréquences\F(GHz)}
    & shortstack{Longeurs d'onde\$lambda$colorbox{blue!30}{(cm)}} \hline
    X & 8--12.5 & 2.4--3.75\hline
    end{tabular}

    end{document}


    enter image description here





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


      }
      });






      Кайс Ламамра is a new contributor. Be nice, and check out our Code of Conduct.










      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f467261%2fneed-a-program-to-create-this-table-please-urgent%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1














      It is easy to make it in LaTeX.



      If you get trouble in latex code use this link https://www.tablesgenerator.com/



      documentclass{article}
      usepackage{colortbl}
      definecolor{light-gray}{gray}{0.95}

      begin{document}
      begin{tabular}{|c|c|c|}
      hline
      cellcolor{light-gray}Bandes & cellcolor{light-gray}Fr'equences & cellcolor{light-gray}Longueurs d'onde\
      cellcolor{light-gray} & cellcolor{light-gray}F(GHz) & cellcolor{light-gray}$lambda$ cm\ hline
      X & 8-12.5 & 2.45-3.75\ hline
      C & 4-8 & 3.75-7.5\ hline
      S & 2-4 & 7.5-15\ hline
      L & 1-2 & 15-30\ hline
      P & 0.3-1 & 30-100\ hline
      end{tabular}
      end{document}




      share


























        1














        It is easy to make it in LaTeX.



        If you get trouble in latex code use this link https://www.tablesgenerator.com/



        documentclass{article}
        usepackage{colortbl}
        definecolor{light-gray}{gray}{0.95}

        begin{document}
        begin{tabular}{|c|c|c|}
        hline
        cellcolor{light-gray}Bandes & cellcolor{light-gray}Fr'equences & cellcolor{light-gray}Longueurs d'onde\
        cellcolor{light-gray} & cellcolor{light-gray}F(GHz) & cellcolor{light-gray}$lambda$ cm\ hline
        X & 8-12.5 & 2.45-3.75\ hline
        C & 4-8 & 3.75-7.5\ hline
        S & 2-4 & 7.5-15\ hline
        L & 1-2 & 15-30\ hline
        P & 0.3-1 & 30-100\ hline
        end{tabular}
        end{document}




        share
























          1












          1








          1






          It is easy to make it in LaTeX.



          If you get trouble in latex code use this link https://www.tablesgenerator.com/



          documentclass{article}
          usepackage{colortbl}
          definecolor{light-gray}{gray}{0.95}

          begin{document}
          begin{tabular}{|c|c|c|}
          hline
          cellcolor{light-gray}Bandes & cellcolor{light-gray}Fr'equences & cellcolor{light-gray}Longueurs d'onde\
          cellcolor{light-gray} & cellcolor{light-gray}F(GHz) & cellcolor{light-gray}$lambda$ cm\ hline
          X & 8-12.5 & 2.45-3.75\ hline
          C & 4-8 & 3.75-7.5\ hline
          S & 2-4 & 7.5-15\ hline
          L & 1-2 & 15-30\ hline
          P & 0.3-1 & 30-100\ hline
          end{tabular}
          end{document}




          share












          It is easy to make it in LaTeX.



          If you get trouble in latex code use this link https://www.tablesgenerator.com/



          documentclass{article}
          usepackage{colortbl}
          definecolor{light-gray}{gray}{0.95}

          begin{document}
          begin{tabular}{|c|c|c|}
          hline
          cellcolor{light-gray}Bandes & cellcolor{light-gray}Fr'equences & cellcolor{light-gray}Longueurs d'onde\
          cellcolor{light-gray} & cellcolor{light-gray}F(GHz) & cellcolor{light-gray}$lambda$ cm\ hline
          X & 8-12.5 & 2.45-3.75\ hline
          C & 4-8 & 3.75-7.5\ hline
          S & 2-4 & 7.5-15\ hline
          L & 1-2 & 15-30\ hline
          P & 0.3-1 & 30-100\ hline
          end{tabular}
          end{document}





          share











          share


          share










          answered 9 mins ago









          Saravanan

          1,053213




          1,053213























              1














              documentclass{scrartcl}
              usepackage[T1]{fontenc}
              usepackage[table]{xcolor}
              usepackage{array,ragged2e}
              begin{document}

              renewcommandarraystretch{1.4}
              begin{tabular}{|*3{>{Centering}m{0.3textwidth}|}}hline
              rowcolor{black!30}
              Bandes & shortstack{Fréquences\F(GHz)}
              & shortstack{Longeurs d'onde\$lambda$colorbox{blue!30}{(cm)}} \hline
              X & 8--12.5 & 2.4--3.75\hline
              end{tabular}

              end{document}


              enter image description here





              share


























                1














                documentclass{scrartcl}
                usepackage[T1]{fontenc}
                usepackage[table]{xcolor}
                usepackage{array,ragged2e}
                begin{document}

                renewcommandarraystretch{1.4}
                begin{tabular}{|*3{>{Centering}m{0.3textwidth}|}}hline
                rowcolor{black!30}
                Bandes & shortstack{Fréquences\F(GHz)}
                & shortstack{Longeurs d'onde\$lambda$colorbox{blue!30}{(cm)}} \hline
                X & 8--12.5 & 2.4--3.75\hline
                end{tabular}

                end{document}


                enter image description here





                share
























                  1












                  1








                  1






                  documentclass{scrartcl}
                  usepackage[T1]{fontenc}
                  usepackage[table]{xcolor}
                  usepackage{array,ragged2e}
                  begin{document}

                  renewcommandarraystretch{1.4}
                  begin{tabular}{|*3{>{Centering}m{0.3textwidth}|}}hline
                  rowcolor{black!30}
                  Bandes & shortstack{Fréquences\F(GHz)}
                  & shortstack{Longeurs d'onde\$lambda$colorbox{blue!30}{(cm)}} \hline
                  X & 8--12.5 & 2.4--3.75\hline
                  end{tabular}

                  end{document}


                  enter image description here





                  share












                  documentclass{scrartcl}
                  usepackage[T1]{fontenc}
                  usepackage[table]{xcolor}
                  usepackage{array,ragged2e}
                  begin{document}

                  renewcommandarraystretch{1.4}
                  begin{tabular}{|*3{>{Centering}m{0.3textwidth}|}}hline
                  rowcolor{black!30}
                  Bandes & shortstack{Fréquences\F(GHz)}
                  & shortstack{Longeurs d'onde\$lambda$colorbox{blue!30}{(cm)}} \hline
                  X & 8--12.5 & 2.4--3.75\hline
                  end{tabular}

                  end{document}


                  enter image description here






                  share











                  share


                  share










                  answered 9 mins ago









                  Herbert

                  269k24407717




                  269k24407717






















                      Кайс Ламамра is a new contributor. Be nice, and check out our Code of Conduct.










                      draft saved

                      draft discarded


















                      Кайс Ламамра is a new contributor. Be nice, and check out our Code of Conduct.













                      Кайс Ламамра is a new contributor. Be nice, and check out our Code of Conduct.












                      Кайс Ламамра is a new contributor. Be nice, and check out our Code of Conduct.
















                      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.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • 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%2f467261%2fneed-a-program-to-create-this-table-please-urgent%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

                      Entries order in /etc/network/interfaces

                      新発田市

                      Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)