How to reference/add tables/figures/graphs, after some point in the text?How to influence the position of...
What is better: yes / no radio, or simple checkbox?
Did Amazon pay $0 in taxes last year?
If nine coins are tossed, what is the probability that the number of heads is even?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
How will Occam's Razor principle work in Machine learning
Is there a math equivalent to the conditional ternary operator?
How do I deal with being envious of my own players?
Are small insurances worth it
Deal the cards to the players
What's Bob's age again?
Why are special aircraft used for the carriers in the United States Navy?
Make me a metasequence
The need of reserving one's ability in job interviews
What is brightness?
Being asked to review a paper in conference one has submitted to
Reason why dimensional travelling would be restricted
How to chmod files that have a specific set of permissions
Remove object from array based on array of some property of that object
How to kill a localhost:8080
I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?
Can a space-faring robot still function over a billion years?
Adjust starting of second line
Where is this quote about overcoming the impossible said in "Interstellar"?
Why would the IRS ask for birth certificates or even audit a small tax return?
How to reference/add tables/figures/graphs, after some point in the text?
How to influence the position of float environments like figure and table in LaTeX?Cross-reference packages: which to use, which conflict?Tables and Figures towards the endTables in appendix not displayed after certain pointHow to put some text after an algorithm?Should tables go before or after figures?tables and figures showing up in the wrong sectionText figures in latex figures, tables and referencesHow to add text and figures one by after severals time?How to add text before the subequations?Add some text to the List of FiguresWhen making a reference to an equation or image, the subsequent text after the reference is in the same font style as the reference
Im new to this, I just have a simple question.
How to declare a table let's say after I mention it in the text.
What I want:
Blah blah blah blah blah blah blah blah blah as shown in Table ~ref{tab:table_Languages}
MY TABLE CAPTION
| Rank | Language | Share | Trend |
-----------------------------
....
What I have:
MY TABLE CAPTION
| Rank | Language | Share | Trend |
-----------------------------
.....
Blah blah blah blah blah blah blah blah blah as shown in Table ~ref{tab:table_Languages}
What I use:
begin{table}
centering
label{tab:table_Languages}
setlength{tabcolsep}{0.3cm}
begin{tabular}{|c|p{2cm}|l|l|}
hline
textbf{Rank} & textbf{Language} & textbf{Share} & textbf{Trend} \
hline
textbf{1} & Python & 26.42% & +5.2% \ hline
textbf{2} & Java & 21.20% & -1.3% \ hline
textbf{3} & JavaScript & 08.21% & -0.3% \ hline
textbf{4} & C# & 07.57% & -0.5% \ hline
textbf{5} & PHP & 07.34% & -1.2% \ hline
textbf{6} & C/C++ & 06.23% & -0.3% \ hline
textbf{7} & R & 04.13% & -0.1% \ hline
end{tabular}
end{table}
UPDATE:
Adding caption{Best ranking Programming Languages in 2019.} creates a nice caption above my example. However it doesn't fix the position and also the value of the counter for the tables is not right, as it gets the Chapter number for a reason as shown in the figure.
tables positioning text
New contributor
|
show 2 more comments
Im new to this, I just have a simple question.
How to declare a table let's say after I mention it in the text.
What I want:
Blah blah blah blah blah blah blah blah blah as shown in Table ~ref{tab:table_Languages}
MY TABLE CAPTION
| Rank | Language | Share | Trend |
-----------------------------
....
What I have:
MY TABLE CAPTION
| Rank | Language | Share | Trend |
-----------------------------
.....
Blah blah blah blah blah blah blah blah blah as shown in Table ~ref{tab:table_Languages}
What I use:
begin{table}
centering
label{tab:table_Languages}
setlength{tabcolsep}{0.3cm}
begin{tabular}{|c|p{2cm}|l|l|}
hline
textbf{Rank} & textbf{Language} & textbf{Share} & textbf{Trend} \
hline
textbf{1} & Python & 26.42% & +5.2% \ hline
textbf{2} & Java & 21.20% & -1.3% \ hline
textbf{3} & JavaScript & 08.21% & -0.3% \ hline
textbf{4} & C# & 07.57% & -0.5% \ hline
textbf{5} & PHP & 07.34% & -1.2% \ hline
textbf{6} & C/C++ & 06.23% & -0.3% \ hline
textbf{7} & R & 04.13% & -0.1% \ hline
end{tabular}
end{table}
UPDATE:
Adding caption{Best ranking Programming Languages in 2019.} creates a nice caption above my example. However it doesn't fix the position and also the value of the counter for the tables is not right, as it gets the Chapter number for a reason as shown in the figure.
tables positioning text
New contributor
Welcome to TeX.SE! Have you tried withcaption{My table caption}
beforelabel{...}
?
– Kurt
17 hours ago
1
The numbering of tables depends on your used documentclass you did not tell us. If you do not want the table to float do not use floating environmenttable
...
– Kurt
17 hours ago
Jeez okay thanks :S
– Loizos Vasileiou
17 hours ago
For an in-depth discussion of how LaTeX places "floating" objects, such asfigure
andtable
environments, please see the posting How to influence the position of float environments like figure and table in LaTeX.
– Mico
16 hours ago
Please do tell us which document class you employ.
– Mico
16 hours ago
|
show 2 more comments
Im new to this, I just have a simple question.
How to declare a table let's say after I mention it in the text.
What I want:
Blah blah blah blah blah blah blah blah blah as shown in Table ~ref{tab:table_Languages}
MY TABLE CAPTION
| Rank | Language | Share | Trend |
-----------------------------
....
What I have:
MY TABLE CAPTION
| Rank | Language | Share | Trend |
-----------------------------
.....
Blah blah blah blah blah blah blah blah blah as shown in Table ~ref{tab:table_Languages}
What I use:
begin{table}
centering
label{tab:table_Languages}
setlength{tabcolsep}{0.3cm}
begin{tabular}{|c|p{2cm}|l|l|}
hline
textbf{Rank} & textbf{Language} & textbf{Share} & textbf{Trend} \
hline
textbf{1} & Python & 26.42% & +5.2% \ hline
textbf{2} & Java & 21.20% & -1.3% \ hline
textbf{3} & JavaScript & 08.21% & -0.3% \ hline
textbf{4} & C# & 07.57% & -0.5% \ hline
textbf{5} & PHP & 07.34% & -1.2% \ hline
textbf{6} & C/C++ & 06.23% & -0.3% \ hline
textbf{7} & R & 04.13% & -0.1% \ hline
end{tabular}
end{table}
UPDATE:
Adding caption{Best ranking Programming Languages in 2019.} creates a nice caption above my example. However it doesn't fix the position and also the value of the counter for the tables is not right, as it gets the Chapter number for a reason as shown in the figure.
tables positioning text
New contributor
Im new to this, I just have a simple question.
How to declare a table let's say after I mention it in the text.
What I want:
Blah blah blah blah blah blah blah blah blah as shown in Table ~ref{tab:table_Languages}
MY TABLE CAPTION
| Rank | Language | Share | Trend |
-----------------------------
....
What I have:
MY TABLE CAPTION
| Rank | Language | Share | Trend |
-----------------------------
.....
Blah blah blah blah blah blah blah blah blah as shown in Table ~ref{tab:table_Languages}
What I use:
begin{table}
centering
label{tab:table_Languages}
setlength{tabcolsep}{0.3cm}
begin{tabular}{|c|p{2cm}|l|l|}
hline
textbf{Rank} & textbf{Language} & textbf{Share} & textbf{Trend} \
hline
textbf{1} & Python & 26.42% & +5.2% \ hline
textbf{2} & Java & 21.20% & -1.3% \ hline
textbf{3} & JavaScript & 08.21% & -0.3% \ hline
textbf{4} & C# & 07.57% & -0.5% \ hline
textbf{5} & PHP & 07.34% & -1.2% \ hline
textbf{6} & C/C++ & 06.23% & -0.3% \ hline
textbf{7} & R & 04.13% & -0.1% \ hline
end{tabular}
end{table}
UPDATE:
Adding caption{Best ranking Programming Languages in 2019.} creates a nice caption above my example. However it doesn't fix the position and also the value of the counter for the tables is not right, as it gets the Chapter number for a reason as shown in the figure.
tables positioning text
tables positioning text
New contributor
New contributor
edited 16 hours ago
Loizos Vasileiou
New contributor
asked 18 hours ago
Loizos VasileiouLoizos Vasileiou
133
133
New contributor
New contributor
Welcome to TeX.SE! Have you tried withcaption{My table caption}
beforelabel{...}
?
– Kurt
17 hours ago
1
The numbering of tables depends on your used documentclass you did not tell us. If you do not want the table to float do not use floating environmenttable
...
– Kurt
17 hours ago
Jeez okay thanks :S
– Loizos Vasileiou
17 hours ago
For an in-depth discussion of how LaTeX places "floating" objects, such asfigure
andtable
environments, please see the posting How to influence the position of float environments like figure and table in LaTeX.
– Mico
16 hours ago
Please do tell us which document class you employ.
– Mico
16 hours ago
|
show 2 more comments
Welcome to TeX.SE! Have you tried withcaption{My table caption}
beforelabel{...}
?
– Kurt
17 hours ago
1
The numbering of tables depends on your used documentclass you did not tell us. If you do not want the table to float do not use floating environmenttable
...
– Kurt
17 hours ago
Jeez okay thanks :S
– Loizos Vasileiou
17 hours ago
For an in-depth discussion of how LaTeX places "floating" objects, such asfigure
andtable
environments, please see the posting How to influence the position of float environments like figure and table in LaTeX.
– Mico
16 hours ago
Please do tell us which document class you employ.
– Mico
16 hours ago
Welcome to TeX.SE! Have you tried with
caption{My table caption}
before label{...}
?– Kurt
17 hours ago
Welcome to TeX.SE! Have you tried with
caption{My table caption}
before label{...}
?– Kurt
17 hours ago
1
1
The numbering of tables depends on your used documentclass you did not tell us. If you do not want the table to float do not use floating environment
table
...– Kurt
17 hours ago
The numbering of tables depends on your used documentclass you did not tell us. If you do not want the table to float do not use floating environment
table
...– Kurt
17 hours ago
Jeez okay thanks :S
– Loizos Vasileiou
17 hours ago
Jeez okay thanks :S
– Loizos Vasileiou
17 hours ago
For an in-depth discussion of how LaTeX places "floating" objects, such as
figure
and table
environments, please see the posting How to influence the position of float environments like figure and table in LaTeX.– Mico
16 hours ago
For an in-depth discussion of how LaTeX places "floating" objects, such as
figure
and table
environments, please see the posting How to influence the position of float environments like figure and table in LaTeX.– Mico
16 hours ago
Please do tell us which document class you employ.
– Mico
16 hours ago
Please do tell us which document class you employ.
– Mico
16 hours ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
(updated the answer to include the OP's piece of information that the bangorcsthesis
document class is in use)
You're almost there: In addition to providing label
and ref
statements, you need to inform LaTeX which counter or item to associate the label
with. In the case of figure
and table
environments, the way to make this association is to issue a caption
directive. This directive not only typesets a (hopefully meaningful) caption, it also increments a figure
or table
counter in such a way that the subsequent label
statement "knows" what to latch on to. Incidentally, because label
statements try to "latch on" to the most recently incremented counter variable, it is essential to issue figure- and table-related label
statements after the corresponding caption
statements.
The LaTeX kernel provides the basic, yet flexible and quite powerful label
-ref
mechanism. Many LaTeX packages have been written to extend this basic mechanism. Please see the posting Cross-reference packages: which to use, which conflict? for more information about these packages.
documentclass[bsc]{bangorcsthesis}
usepackage{array} % for "newcolumntype" macro
newcolumntype{C}{>{bfseries}c}
begin{document}
setcounter{chapter}{3} % just for this example
begin{table}
centering
caption{Best Programming Languages in 2019}
label{tab:table_Languages}
setlength{tabcolsep}{3mm}
begin{tabular}{|C|l|l|r|}
hline
Rank & textbf{Language} & textbf{Share} & textbf{Trend} \
hline
1 & Python & 26.42% & +5.2% \
2 & Java & 21.20% & $-$1.3% \
3 & JavaScript & 08.21% & $-$0.3% \
4 & C# & 07.57% & $-$0.5% \
5 & PHP & 07.34% & $-$1.2% \
6 & C/C++ & 06.23% & $-$0.3% \
7 & R & 04.13% & $-$0.1% \
hline
end{tabular}
end{table}
noindent
dots as shown in Table~ref{tab:table_Languages}, dots
end{document}
I updated my question due to some issues.
– Loizos Vasileiou
17 hours ago
@LoizosVasileiou - I've updated my answer to reflect the pieces of information that (a) you use thebangorcsthesis
document class and (b) that the table occurs somewhere in chapter 3.
– Mico
16 hours ago
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
});
}
});
Loizos Vasileiou 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%2f478073%2fhow-to-reference-add-tables-figures-graphs-after-some-point-in-the-text%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
(updated the answer to include the OP's piece of information that the bangorcsthesis
document class is in use)
You're almost there: In addition to providing label
and ref
statements, you need to inform LaTeX which counter or item to associate the label
with. In the case of figure
and table
environments, the way to make this association is to issue a caption
directive. This directive not only typesets a (hopefully meaningful) caption, it also increments a figure
or table
counter in such a way that the subsequent label
statement "knows" what to latch on to. Incidentally, because label
statements try to "latch on" to the most recently incremented counter variable, it is essential to issue figure- and table-related label
statements after the corresponding caption
statements.
The LaTeX kernel provides the basic, yet flexible and quite powerful label
-ref
mechanism. Many LaTeX packages have been written to extend this basic mechanism. Please see the posting Cross-reference packages: which to use, which conflict? for more information about these packages.
documentclass[bsc]{bangorcsthesis}
usepackage{array} % for "newcolumntype" macro
newcolumntype{C}{>{bfseries}c}
begin{document}
setcounter{chapter}{3} % just for this example
begin{table}
centering
caption{Best Programming Languages in 2019}
label{tab:table_Languages}
setlength{tabcolsep}{3mm}
begin{tabular}{|C|l|l|r|}
hline
Rank & textbf{Language} & textbf{Share} & textbf{Trend} \
hline
1 & Python & 26.42% & +5.2% \
2 & Java & 21.20% & $-$1.3% \
3 & JavaScript & 08.21% & $-$0.3% \
4 & C# & 07.57% & $-$0.5% \
5 & PHP & 07.34% & $-$1.2% \
6 & C/C++ & 06.23% & $-$0.3% \
7 & R & 04.13% & $-$0.1% \
hline
end{tabular}
end{table}
noindent
dots as shown in Table~ref{tab:table_Languages}, dots
end{document}
I updated my question due to some issues.
– Loizos Vasileiou
17 hours ago
@LoizosVasileiou - I've updated my answer to reflect the pieces of information that (a) you use thebangorcsthesis
document class and (b) that the table occurs somewhere in chapter 3.
– Mico
16 hours ago
add a comment |
(updated the answer to include the OP's piece of information that the bangorcsthesis
document class is in use)
You're almost there: In addition to providing label
and ref
statements, you need to inform LaTeX which counter or item to associate the label
with. In the case of figure
and table
environments, the way to make this association is to issue a caption
directive. This directive not only typesets a (hopefully meaningful) caption, it also increments a figure
or table
counter in such a way that the subsequent label
statement "knows" what to latch on to. Incidentally, because label
statements try to "latch on" to the most recently incremented counter variable, it is essential to issue figure- and table-related label
statements after the corresponding caption
statements.
The LaTeX kernel provides the basic, yet flexible and quite powerful label
-ref
mechanism. Many LaTeX packages have been written to extend this basic mechanism. Please see the posting Cross-reference packages: which to use, which conflict? for more information about these packages.
documentclass[bsc]{bangorcsthesis}
usepackage{array} % for "newcolumntype" macro
newcolumntype{C}{>{bfseries}c}
begin{document}
setcounter{chapter}{3} % just for this example
begin{table}
centering
caption{Best Programming Languages in 2019}
label{tab:table_Languages}
setlength{tabcolsep}{3mm}
begin{tabular}{|C|l|l|r|}
hline
Rank & textbf{Language} & textbf{Share} & textbf{Trend} \
hline
1 & Python & 26.42% & +5.2% \
2 & Java & 21.20% & $-$1.3% \
3 & JavaScript & 08.21% & $-$0.3% \
4 & C# & 07.57% & $-$0.5% \
5 & PHP & 07.34% & $-$1.2% \
6 & C/C++ & 06.23% & $-$0.3% \
7 & R & 04.13% & $-$0.1% \
hline
end{tabular}
end{table}
noindent
dots as shown in Table~ref{tab:table_Languages}, dots
end{document}
I updated my question due to some issues.
– Loizos Vasileiou
17 hours ago
@LoizosVasileiou - I've updated my answer to reflect the pieces of information that (a) you use thebangorcsthesis
document class and (b) that the table occurs somewhere in chapter 3.
– Mico
16 hours ago
add a comment |
(updated the answer to include the OP's piece of information that the bangorcsthesis
document class is in use)
You're almost there: In addition to providing label
and ref
statements, you need to inform LaTeX which counter or item to associate the label
with. In the case of figure
and table
environments, the way to make this association is to issue a caption
directive. This directive not only typesets a (hopefully meaningful) caption, it also increments a figure
or table
counter in such a way that the subsequent label
statement "knows" what to latch on to. Incidentally, because label
statements try to "latch on" to the most recently incremented counter variable, it is essential to issue figure- and table-related label
statements after the corresponding caption
statements.
The LaTeX kernel provides the basic, yet flexible and quite powerful label
-ref
mechanism. Many LaTeX packages have been written to extend this basic mechanism. Please see the posting Cross-reference packages: which to use, which conflict? for more information about these packages.
documentclass[bsc]{bangorcsthesis}
usepackage{array} % for "newcolumntype" macro
newcolumntype{C}{>{bfseries}c}
begin{document}
setcounter{chapter}{3} % just for this example
begin{table}
centering
caption{Best Programming Languages in 2019}
label{tab:table_Languages}
setlength{tabcolsep}{3mm}
begin{tabular}{|C|l|l|r|}
hline
Rank & textbf{Language} & textbf{Share} & textbf{Trend} \
hline
1 & Python & 26.42% & +5.2% \
2 & Java & 21.20% & $-$1.3% \
3 & JavaScript & 08.21% & $-$0.3% \
4 & C# & 07.57% & $-$0.5% \
5 & PHP & 07.34% & $-$1.2% \
6 & C/C++ & 06.23% & $-$0.3% \
7 & R & 04.13% & $-$0.1% \
hline
end{tabular}
end{table}
noindent
dots as shown in Table~ref{tab:table_Languages}, dots
end{document}
(updated the answer to include the OP's piece of information that the bangorcsthesis
document class is in use)
You're almost there: In addition to providing label
and ref
statements, you need to inform LaTeX which counter or item to associate the label
with. In the case of figure
and table
environments, the way to make this association is to issue a caption
directive. This directive not only typesets a (hopefully meaningful) caption, it also increments a figure
or table
counter in such a way that the subsequent label
statement "knows" what to latch on to. Incidentally, because label
statements try to "latch on" to the most recently incremented counter variable, it is essential to issue figure- and table-related label
statements after the corresponding caption
statements.
The LaTeX kernel provides the basic, yet flexible and quite powerful label
-ref
mechanism. Many LaTeX packages have been written to extend this basic mechanism. Please see the posting Cross-reference packages: which to use, which conflict? for more information about these packages.
documentclass[bsc]{bangorcsthesis}
usepackage{array} % for "newcolumntype" macro
newcolumntype{C}{>{bfseries}c}
begin{document}
setcounter{chapter}{3} % just for this example
begin{table}
centering
caption{Best Programming Languages in 2019}
label{tab:table_Languages}
setlength{tabcolsep}{3mm}
begin{tabular}{|C|l|l|r|}
hline
Rank & textbf{Language} & textbf{Share} & textbf{Trend} \
hline
1 & Python & 26.42% & +5.2% \
2 & Java & 21.20% & $-$1.3% \
3 & JavaScript & 08.21% & $-$0.3% \
4 & C# & 07.57% & $-$0.5% \
5 & PHP & 07.34% & $-$1.2% \
6 & C/C++ & 06.23% & $-$0.3% \
7 & R & 04.13% & $-$0.1% \
hline
end{tabular}
end{table}
noindent
dots as shown in Table~ref{tab:table_Languages}, dots
end{document}
edited 16 hours ago
answered 17 hours ago
MicoMico
281k31385774
281k31385774
I updated my question due to some issues.
– Loizos Vasileiou
17 hours ago
@LoizosVasileiou - I've updated my answer to reflect the pieces of information that (a) you use thebangorcsthesis
document class and (b) that the table occurs somewhere in chapter 3.
– Mico
16 hours ago
add a comment |
I updated my question due to some issues.
– Loizos Vasileiou
17 hours ago
@LoizosVasileiou - I've updated my answer to reflect the pieces of information that (a) you use thebangorcsthesis
document class and (b) that the table occurs somewhere in chapter 3.
– Mico
16 hours ago
I updated my question due to some issues.
– Loizos Vasileiou
17 hours ago
I updated my question due to some issues.
– Loizos Vasileiou
17 hours ago
@LoizosVasileiou - I've updated my answer to reflect the pieces of information that (a) you use the
bangorcsthesis
document class and (b) that the table occurs somewhere in chapter 3.– Mico
16 hours ago
@LoizosVasileiou - I've updated my answer to reflect the pieces of information that (a) you use the
bangorcsthesis
document class and (b) that the table occurs somewhere in chapter 3.– Mico
16 hours ago
add a comment |
Loizos Vasileiou is a new contributor. Be nice, and check out our Code of Conduct.
Loizos Vasileiou is a new contributor. Be nice, and check out our Code of Conduct.
Loizos Vasileiou is a new contributor. Be nice, and check out our Code of Conduct.
Loizos Vasileiou 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%2f478073%2fhow-to-reference-add-tables-figures-graphs-after-some-point-in-the-text%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
Welcome to TeX.SE! Have you tried with
caption{My table caption}
beforelabel{...}
?– Kurt
17 hours ago
1
The numbering of tables depends on your used documentclass you did not tell us. If you do not want the table to float do not use floating environment
table
...– Kurt
17 hours ago
Jeez okay thanks :S
– Loizos Vasileiou
17 hours ago
For an in-depth discussion of how LaTeX places "floating" objects, such as
figure
andtable
environments, please see the posting How to influence the position of float environments like figure and table in LaTeX.– Mico
16 hours ago
Please do tell us which document class you employ.
– Mico
16 hours ago