how put source in tables?
up vote
0
down vote
favorite
I have this code use copyrightbox, it's generated source in figure but not in table?
documentclass{article}
usepackage{graphicx}
usepackage{copyrightbox} % <--- new
usepackage{url}
usepackage{float}
usepackage[T1]{fontenc}
usepackage[latin1]{inputenc}
usepackage{booktabs}
usepackage[font=small,labelfont=bf,tableposition=top]{caption}
makeatletter
renewcommand{CRB@setcopyrightfont}{%
normalsize
color{black} % <--- you can select black because
}
makeatother
begin{document}
begin{figure}[H]
centering
caption[Proceso]{Proceso (Akarwal:2008)}
label{procesoClasificacionDatos}
copyrightbox[b]{includegraphics[scale=0.8]{example-image}}{source: elaboracion propia proceso url{https://tex.stackexchange.com/questions/461754/}}
end{figure}
begin{table}[!ht]
caption{aaaaaaaaaaaaaa}label{tab:aaaaaaaa}
centering
begin{tabular}{*{15}{c}}toprule
multicolumn{10}{c}{Outputs} & 33 & 3 & 3 & 3 & Clock \ midrule
& & & & & & & & & & 1 & 1 & 0 & 1 & $t_0$ \
& & & & & & & & & 1 & 1 & 0 & 1 & 0 & $t_1$ \
& & & & & & & & & & & & & & vdots \
1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & $t_{10}$ \
$a_0$ & $a_1$ & $a_2$ & $a_3$ & $a_4$ & $a_5$ & $a_6$ & $a_0$ & $a_1$ & $a_2$ & $a_3$ & $a_4$ & $a_5$ & $a_6$ & \ bottomrule
end{tabular}
end{table}
end{document}
tables
add a comment |
up vote
0
down vote
favorite
I have this code use copyrightbox, it's generated source in figure but not in table?
documentclass{article}
usepackage{graphicx}
usepackage{copyrightbox} % <--- new
usepackage{url}
usepackage{float}
usepackage[T1]{fontenc}
usepackage[latin1]{inputenc}
usepackage{booktabs}
usepackage[font=small,labelfont=bf,tableposition=top]{caption}
makeatletter
renewcommand{CRB@setcopyrightfont}{%
normalsize
color{black} % <--- you can select black because
}
makeatother
begin{document}
begin{figure}[H]
centering
caption[Proceso]{Proceso (Akarwal:2008)}
label{procesoClasificacionDatos}
copyrightbox[b]{includegraphics[scale=0.8]{example-image}}{source: elaboracion propia proceso url{https://tex.stackexchange.com/questions/461754/}}
end{figure}
begin{table}[!ht]
caption{aaaaaaaaaaaaaa}label{tab:aaaaaaaa}
centering
begin{tabular}{*{15}{c}}toprule
multicolumn{10}{c}{Outputs} & 33 & 3 & 3 & 3 & Clock \ midrule
& & & & & & & & & & 1 & 1 & 0 & 1 & $t_0$ \
& & & & & & & & & 1 & 1 & 0 & 1 & 0 & $t_1$ \
& & & & & & & & & & & & & & vdots \
1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & $t_{10}$ \
$a_0$ & $a_1$ & $a_2$ & $a_3$ & $a_4$ & $a_5$ & $a_6$ & $a_0$ & $a_1$ & $a_2$ & $a_3$ & $a_4$ & $a_5$ & $a_6$ & \ bottomrule
end{tabular}
end{table}
end{document}
tables
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have this code use copyrightbox, it's generated source in figure but not in table?
documentclass{article}
usepackage{graphicx}
usepackage{copyrightbox} % <--- new
usepackage{url}
usepackage{float}
usepackage[T1]{fontenc}
usepackage[latin1]{inputenc}
usepackage{booktabs}
usepackage[font=small,labelfont=bf,tableposition=top]{caption}
makeatletter
renewcommand{CRB@setcopyrightfont}{%
normalsize
color{black} % <--- you can select black because
}
makeatother
begin{document}
begin{figure}[H]
centering
caption[Proceso]{Proceso (Akarwal:2008)}
label{procesoClasificacionDatos}
copyrightbox[b]{includegraphics[scale=0.8]{example-image}}{source: elaboracion propia proceso url{https://tex.stackexchange.com/questions/461754/}}
end{figure}
begin{table}[!ht]
caption{aaaaaaaaaaaaaa}label{tab:aaaaaaaa}
centering
begin{tabular}{*{15}{c}}toprule
multicolumn{10}{c}{Outputs} & 33 & 3 & 3 & 3 & Clock \ midrule
& & & & & & & & & & 1 & 1 & 0 & 1 & $t_0$ \
& & & & & & & & & 1 & 1 & 0 & 1 & 0 & $t_1$ \
& & & & & & & & & & & & & & vdots \
1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & $t_{10}$ \
$a_0$ & $a_1$ & $a_2$ & $a_3$ & $a_4$ & $a_5$ & $a_6$ & $a_0$ & $a_1$ & $a_2$ & $a_3$ & $a_4$ & $a_5$ & $a_6$ & \ bottomrule
end{tabular}
end{table}
end{document}
tables
I have this code use copyrightbox, it's generated source in figure but not in table?
documentclass{article}
usepackage{graphicx}
usepackage{copyrightbox} % <--- new
usepackage{url}
usepackage{float}
usepackage[T1]{fontenc}
usepackage[latin1]{inputenc}
usepackage{booktabs}
usepackage[font=small,labelfont=bf,tableposition=top]{caption}
makeatletter
renewcommand{CRB@setcopyrightfont}{%
normalsize
color{black} % <--- you can select black because
}
makeatother
begin{document}
begin{figure}[H]
centering
caption[Proceso]{Proceso (Akarwal:2008)}
label{procesoClasificacionDatos}
copyrightbox[b]{includegraphics[scale=0.8]{example-image}}{source: elaboracion propia proceso url{https://tex.stackexchange.com/questions/461754/}}
end{figure}
begin{table}[!ht]
caption{aaaaaaaaaaaaaa}label{tab:aaaaaaaa}
centering
begin{tabular}{*{15}{c}}toprule
multicolumn{10}{c}{Outputs} & 33 & 3 & 3 & 3 & Clock \ midrule
& & & & & & & & & & 1 & 1 & 0 & 1 & $t_0$ \
& & & & & & & & & 1 & 1 & 0 & 1 & 0 & $t_1$ \
& & & & & & & & & & & & & & vdots \
1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & $t_{10}$ \
$a_0$ & $a_1$ & $a_2$ & $a_3$ & $a_4$ & $a_5$ & $a_6$ & $a_0$ & $a_1$ & $a_2$ & $a_3$ & $a_4$ & $a_5$ & $a_6$ & \ bottomrule
end{tabular}
end{table}
end{document}
tables
tables
asked 10 mins ago
x-rw
30117
30117
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
draft saved
draft discarded
draft saved
draft discarded
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%2f461768%2fhow-put-source-in-tables%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