How can I fix the position of tables formatted with `renewenvironmenttable`? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How to fix table positionHow can I fix overflowing tables?How to fix the the position of figures in latex?Tabular and grid typesettingTable caption not appearing in PNAS document classtabu package - gaps in vertical linesHow to fix the position of a tableRecolor text, such that floats and footnotes are affected correctlyTo fix the position of the figuremapsto and function definition / definition environment
What would you call this weird metallic apparatus that allows you to lift people?
What is this clumpy 20-30cm high yellow-flowered plant?
What is the topology associated with the algebras for the ultrafilter monad?
Hangman Game with C++
Significance of Cersei's obsession with elephants?
Trademark violation for app?
AppleTVs create a chatty alternate WiFi network
What's the meaning of "fortified infraction restraint"?
How were pictures turned from film to a big picture in a picture frame before digital scanning?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Crossing US/Canada Border for less than 24 hours
Is CEO the "profession" with the most psychopaths?
Chebyshev inequality in terms of RMS
Export Xpubkey from Bitcoin Core
Disembodied hand growing fangs
What does it mean that physics no longer uses mechanical models to describe phenomena?
Multiple OR (||) Conditions in If Statement
What initially awakened the Balrog?
Why is Nikon 1.4g better when Nikon 1.8g is sharper?
Time to Settle Down!
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
Illegal assignment from sObject to Id
Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?
Source for Esri sample data from 911 Hot Spot Analysis
How can I fix the position of tables formatted with `renewenvironmenttable`?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How to fix table positionHow can I fix overflowing tables?How to fix the the position of figures in latex?Tabular and grid typesettingTable caption not appearing in PNAS document classtabu package - gaps in vertical linesHow to fix the position of a tableRecolor text, such that floats and footnotes are affected correctlyTo fix the position of the figuremapsto and function definition / definition environment
I've used renewenvironmenttable to make all my table rules green. I also want to fix the position of some of them, using the option H of float package, for instance. I've tried a solution like the one showed below but I get an error. If I comment out restylefloattable, I get just a [H] written next to the table (vide https://www.overleaf.com/read/jvxrhvhqmmgh).
documentclassarticle
usepackage[utf8]inputenc
usepackagefloat
usepackagexcolor
usepackagetabu
usepackagecolortbl
restylefloattable
makeatletter
renewenvironmenttable
@floattabletaburulecolorgreenarrayrulecolorgreen
end@float
makeatother
begindocument
begintable[H]
centering
captionThis is a caption.
labeltab:atable
begintabularc
hline
1 & 2 & 3 tabularnewline
hline
4 & 5 & 6 tabularnewline
hline
endtabular
endtable
enddocument
tables floats environments
add a comment |
I've used renewenvironmenttable to make all my table rules green. I also want to fix the position of some of them, using the option H of float package, for instance. I've tried a solution like the one showed below but I get an error. If I comment out restylefloattable, I get just a [H] written next to the table (vide https://www.overleaf.com/read/jvxrhvhqmmgh).
documentclassarticle
usepackage[utf8]inputenc
usepackagefloat
usepackagexcolor
usepackagetabu
usepackagecolortbl
restylefloattable
makeatletter
renewenvironmenttable
@floattabletaburulecolorgreenarrayrulecolorgreen
end@float
makeatother
begindocument
begintable[H]
centering
captionThis is a caption.
labeltab:atable
begintabularc
hline
1 & 2 & 3 tabularnewline
hline
4 & 5 & 6 tabularnewline
hline
endtabular
endtable
enddocument
tables floats environments
add a comment |
I've used renewenvironmenttable to make all my table rules green. I also want to fix the position of some of them, using the option H of float package, for instance. I've tried a solution like the one showed below but I get an error. If I comment out restylefloattable, I get just a [H] written next to the table (vide https://www.overleaf.com/read/jvxrhvhqmmgh).
documentclassarticle
usepackage[utf8]inputenc
usepackagefloat
usepackagexcolor
usepackagetabu
usepackagecolortbl
restylefloattable
makeatletter
renewenvironmenttable
@floattabletaburulecolorgreenarrayrulecolorgreen
end@float
makeatother
begindocument
begintable[H]
centering
captionThis is a caption.
labeltab:atable
begintabularc
hline
1 & 2 & 3 tabularnewline
hline
4 & 5 & 6 tabularnewline
hline
endtabular
endtable
enddocument
tables floats environments
I've used renewenvironmenttable to make all my table rules green. I also want to fix the position of some of them, using the option H of float package, for instance. I've tried a solution like the one showed below but I get an error. If I comment out restylefloattable, I get just a [H] written next to the table (vide https://www.overleaf.com/read/jvxrhvhqmmgh).
documentclassarticle
usepackage[utf8]inputenc
usepackagefloat
usepackagexcolor
usepackagetabu
usepackagecolortbl
restylefloattable
makeatletter
renewenvironmenttable
@floattabletaburulecolorgreenarrayrulecolorgreen
end@float
makeatother
begindocument
begintable[H]
centering
captionThis is a caption.
labeltab:atable
begintabularc
hline
1 & 2 & 3 tabularnewline
hline
4 & 5 & 6 tabularnewline
hline
endtabular
endtable
enddocument
tables floats environments
tables floats environments
asked 7 mins ago
Leonardo CastroLeonardo Castro
564317
564317
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
);
);
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%2f485531%2fhow-can-i-fix-the-position-of-tables-formatted-with-renewenvironmenttable%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
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%2f485531%2fhow-can-i-fix-the-position-of-tables-formatted-with-renewenvironmenttable%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