How to avoid the appearance of extra top and bottom lines in a tableTabular and grid typesettingHow to remove...
How to pass a string to a command that expects a file?
Is there an elementary proof that there are infinitely many primes that are *not* completely split in an abelian extension?
Replacing Windows 7 security updates with anti-virus?
They call me Inspector Morse
What is the chance of making a successful appeal to dismissal decision from a PhD program after failing the qualifying exam in the 2nd attempt?
Do f-stop and exposure time perfectly cancel?
Best approach to update all entries in a list that is paginated?
Are the terms "stab" and "staccato" synonyms?
Solving "Resistance between two nodes on a grid" problem in Mathematica
What to do when during a meeting client people start to fight (even physically) with each others?
PTIJ: Why can't I eat anything?
Do items de-spawn in Diablo?
Is there a window switcher for GNOME that shows the actual window?
Single word request: Harming the benefactor
A word meaning “to take something with you since it is not difficult for you anyway”
Latest web browser compatible with Windows 98
Is having access to past exams cheating and, if yes, could it be proven just by a good grade?
How do I locate a classical quotation?
Should I take out a loan for a friend to invest on my behalf?
"One can do his homework in the library"
Make a transparent 448*448 image
Reverse string, can I make it faster?
Is "history" a male-biased word ("his+story")?
Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?
How to avoid the appearance of extra top and bottom lines in a table
Tabular and grid typesettingHow to remove the extra vertical lines in a tabletabu package - gaps in vertical linesDraw double top/bottom lines with different line width in tableextra lines before tableTable notes at the bottomTable on top or bottomGetting extra cell at bottom of tableReformatting the table caption and its appearanceTop and bottom space fixing in table
I am using iet format. While creating a small table top, mid, bot lines of the table extend to full length of the double column format of the page. How to remove that extra lines. I need only over the content of the table.
documentclass{cta-author}
newtheorem{theorem}{Theorem}{}
newtheorem{corollary}{Corollary}{}
newtheorem{remark}{Remark}{}
usepackage{float}
begin{document}
begin{table}[t]
processtable{Efficiency of different inverterslabel{tab4}}
{begin{tabular*}{10pc}{@{extracolsep{fill}}ll}toprule
Efficiency & (%) \ midrule
Fig.9 & 90
Fig.8 & 91
Fig.7 & 93 botrule
end{tabular*}}{}
end{table}
end{document}
tables
New contributor
add a comment |
I am using iet format. While creating a small table top, mid, bot lines of the table extend to full length of the double column format of the page. How to remove that extra lines. I need only over the content of the table.
documentclass{cta-author}
newtheorem{theorem}{Theorem}{}
newtheorem{corollary}{Corollary}{}
newtheorem{remark}{Remark}{}
usepackage{float}
begin{document}
begin{table}[t]
processtable{Efficiency of different inverterslabel{tab4}}
{begin{tabular*}{10pc}{@{extracolsep{fill}}ll}toprule
Efficiency & (%) \ midrule
Fig.9 & 90
Fig.8 & 91
Fig.7 & 93 botrule
end{tabular*}}{}
end{table}
end{document}
tables
New contributor
add a comment |
I am using iet format. While creating a small table top, mid, bot lines of the table extend to full length of the double column format of the page. How to remove that extra lines. I need only over the content of the table.
documentclass{cta-author}
newtheorem{theorem}{Theorem}{}
newtheorem{corollary}{Corollary}{}
newtheorem{remark}{Remark}{}
usepackage{float}
begin{document}
begin{table}[t]
processtable{Efficiency of different inverterslabel{tab4}}
{begin{tabular*}{10pc}{@{extracolsep{fill}}ll}toprule
Efficiency & (%) \ midrule
Fig.9 & 90
Fig.8 & 91
Fig.7 & 93 botrule
end{tabular*}}{}
end{table}
end{document}
tables
New contributor
I am using iet format. While creating a small table top, mid, bot lines of the table extend to full length of the double column format of the page. How to remove that extra lines. I need only over the content of the table.
documentclass{cta-author}
newtheorem{theorem}{Theorem}{}
newtheorem{corollary}{Corollary}{}
newtheorem{remark}{Remark}{}
usepackage{float}
begin{document}
begin{table}[t]
processtable{Efficiency of different inverterslabel{tab4}}
{begin{tabular*}{10pc}{@{extracolsep{fill}}ll}toprule
Efficiency & (%) \ midrule
Fig.9 & 90
Fig.8 & 91
Fig.7 & 93 botrule
end{tabular*}}{}
end{table}
end{document}
tables
tables
New contributor
New contributor
New contributor
asked 2 mins ago
Derick mathewDerick mathew
1
1
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
});
}
});
Derick mathew 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%2f479198%2fhow-to-avoid-the-appearance-of-extra-top-and-bottom-lines-in-a-table%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
Derick mathew is a new contributor. Be nice, and check out our Code of Conduct.
Derick mathew is a new contributor. Be nice, and check out our Code of Conduct.
Derick mathew is a new contributor. Be nice, and check out our Code of Conduct.
Derick mathew 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%2f479198%2fhow-to-avoid-the-appearance-of-extra-top-and-bottom-lines-in-a-table%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