Need a program to create this table please (urgent)

Need a program to create this table please (urgent)
tables
New contributor
Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |

Need a program to create this table please (urgent)
tables
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 aMWEof 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
add a comment |

Need a program to create this table please (urgent)
tables
New contributor
Кайс Ламамра is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Need a program to create this table please (urgent)
tables
tables
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.
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 aMWEof 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
add a comment |
1
Could you show us aMWEof 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
add a comment |
2 Answers
2
active
oldest
votes
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}
add a comment |
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}

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
});
}
});
Кайс Ламамра is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%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
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}
add a comment |
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}
add a comment |
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}
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}
answered 9 mins ago
Saravanan
1,053213
1,053213
add a comment |
add a comment |
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}

add a comment |
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}

add a comment |
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}

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}

answered 9 mins ago
Herbert
269k24407717
269k24407717
add a comment |
add a comment |
Кайс Ламамра 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.
Кайс Ламамра 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f467261%2fneed-a-program-to-create-this-table-please-urgent%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Could you show us a
MWEof 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