Design a complex structure table in latex
Golf game boilerplate
Is there an Impartial Brexit Deal comparison site?
Stereotypical names
Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?
How to check participants in at events?
Lightning Web Component - do I need to track changes for every single input field in a form
Invariance of results when scaling explanatory variables in logistic regression, is there a proof?
Female=gender counterpart?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
Are Warlocks Arcane or Divine?
Word describing multiple paths to the same abstract outcome
node command while defining a coordinate in TikZ
Lifted its hind leg on or lifted its hind leg towards?
Simulating a probability of 1 of 2^N with less than N random bits
The One-Electron Universe postulate is true - what simple change can I make to change the whole universe?
Can the electrostatic force be infinite in magnitude?
What if somebody invests in my application?
Resetting two CD4017 counters simultaneously, only one resets
Perfect riffle shuffles
In Star Trek IV, why did the Bounty go back to a time when whales were already rare?
How do ultrasonic sensors differentiate between transmitted and received signals?
What is the term when two people sing in harmony, but they aren't singing the same notes?
Is there an wasy way to program in Tikz something like the one in the image?
Can a Bard use an arcane focus?
Design a complex structure table in latex
I am new in latex. Thus, I can design basic table, not this complex one given below(this one designed in MS Word):
Please help me how to design the above table. Don't worry about the text. I just need the design. In case you need, I use the following format for all my basic table design. Thank you.
begin{table}[htb] % <--- "here", "top", "bottom"
setcellgapes{2pt}
makegapedcells
caption{Example comparison of textbengali{‘ঋ’} between previous and our approach}
begin{tabularx}{linewidth}{@{} lccL @{}}
toprule
toprule
makecell[lb]{‘ঋ’ coded ‘ri’ (Previous Approach [5])}
& makecell[b]{Corpus size\ (in Words)}
& makecell[b]{Creation\ time}
& Technique of data collection\
midrule
BDNC01 [6] & 12 Million & 6 Years & Manual- Copy and Paste\
SUMono [7] & 27 Million & 4 Years & Manual- Copy and Paste\
makecell[lt]{NHMono01\ (Our Corpus)}
& Over100 Million & 2 Months & Automatic – Crawling and scraping with powerful Python’s Scrapy framework.\
bottomrule
bottomrule
end{tabularx}
label{table12}
end{table}
tables xetex
New contributor
add a comment |
I am new in latex. Thus, I can design basic table, not this complex one given below(this one designed in MS Word):
Please help me how to design the above table. Don't worry about the text. I just need the design. In case you need, I use the following format for all my basic table design. Thank you.
begin{table}[htb] % <--- "here", "top", "bottom"
setcellgapes{2pt}
makegapedcells
caption{Example comparison of textbengali{‘ঋ’} between previous and our approach}
begin{tabularx}{linewidth}{@{} lccL @{}}
toprule
toprule
makecell[lb]{‘ঋ’ coded ‘ri’ (Previous Approach [5])}
& makecell[b]{Corpus size\ (in Words)}
& makecell[b]{Creation\ time}
& Technique of data collection\
midrule
BDNC01 [6] & 12 Million & 6 Years & Manual- Copy and Paste\
SUMono [7] & 27 Million & 4 Years & Manual- Copy and Paste\
makecell[lt]{NHMono01\ (Our Corpus)}
& Over100 Million & 2 Months & Automatic – Crawling and scraping with powerful Python’s Scrapy framework.\
bottomrule
bottomrule
end{tabularx}
label{table12}
end{table}
tables xetex
New contributor
add a comment |
I am new in latex. Thus, I can design basic table, not this complex one given below(this one designed in MS Word):
Please help me how to design the above table. Don't worry about the text. I just need the design. In case you need, I use the following format for all my basic table design. Thank you.
begin{table}[htb] % <--- "here", "top", "bottom"
setcellgapes{2pt}
makegapedcells
caption{Example comparison of textbengali{‘ঋ’} between previous and our approach}
begin{tabularx}{linewidth}{@{} lccL @{}}
toprule
toprule
makecell[lb]{‘ঋ’ coded ‘ri’ (Previous Approach [5])}
& makecell[b]{Corpus size\ (in Words)}
& makecell[b]{Creation\ time}
& Technique of data collection\
midrule
BDNC01 [6] & 12 Million & 6 Years & Manual- Copy and Paste\
SUMono [7] & 27 Million & 4 Years & Manual- Copy and Paste\
makecell[lt]{NHMono01\ (Our Corpus)}
& Over100 Million & 2 Months & Automatic – Crawling and scraping with powerful Python’s Scrapy framework.\
bottomrule
bottomrule
end{tabularx}
label{table12}
end{table}
tables xetex
New contributor
I am new in latex. Thus, I can design basic table, not this complex one given below(this one designed in MS Word):
Please help me how to design the above table. Don't worry about the text. I just need the design. In case you need, I use the following format for all my basic table design. Thank you.
begin{table}[htb] % <--- "here", "top", "bottom"
setcellgapes{2pt}
makegapedcells
caption{Example comparison of textbengali{‘ঋ’} between previous and our approach}
begin{tabularx}{linewidth}{@{} lccL @{}}
toprule
toprule
makecell[lb]{‘ঋ’ coded ‘ri’ (Previous Approach [5])}
& makecell[b]{Corpus size\ (in Words)}
& makecell[b]{Creation\ time}
& Technique of data collection\
midrule
BDNC01 [6] & 12 Million & 6 Years & Manual- Copy and Paste\
SUMono [7] & 27 Million & 4 Years & Manual- Copy and Paste\
makecell[lt]{NHMono01\ (Our Corpus)}
& Over100 Million & 2 Months & Automatic – Crawling and scraping with powerful Python’s Scrapy framework.\
bottomrule
bottomrule
end{tabularx}
label{table12}
end{table}
tables xetex
tables xetex
New contributor
New contributor
New contributor
asked 4 mins ago
Nahid HossainNahid Hossain
413
413
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
Nahid Hossain 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%2f481458%2fdesign-a-complex-structure-table-in-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nahid Hossain is a new contributor. Be nice, and check out our Code of Conduct.
Nahid Hossain is a new contributor. Be nice, and check out our Code of Conduct.
Nahid Hossain is a new contributor. Be nice, and check out our Code of Conduct.
Nahid Hossain 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.
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%2f481458%2fdesign-a-complex-structure-table-in-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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