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}









share|improve this question


























    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}









    share|improve this question
























      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}









      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 10 mins ago









      x-rw

      30117




      30117



























          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',
          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
          });


          }
          });














           

          draft saved


          draft discarded


















          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






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Contact image not getting when fetch all contact list from iPhone by CNContact

          count number of partitions of a set with n elements into k subsets

          A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks