Left margin in list of tables












0















I am using listoftables . Some elements of the list are longer than a single line. The first line of each element has a greater indentation than its following lines. I can I set the same indentation for every line on the list?



Sample code: https://drive.google.com/file/d/1MJxQCM36szdchUe2PSoBmaTY4iuX48VI/view?usp=drivesdk



Code on pastebin:
- stacklatex.tex https://pastebin.com/aZhrhVxG
- uicthesi.cls https://pastebin.com/L3Yfss05
- uicth11.clo https://pastebin.com/gGTBq1Gy



stacklatex.tex content:



documentclass{uicthesi}

usepackage{booktabs} % For formal tables
usepackage{framed}
usepackage{hyperref}
usepackage{balance}
usepackage[dvips]{graphics,color}
usepackage{epsfig}
usepackage{color}
usepackage{subcaption}
usepackage{multirow,tabularx}
usepackage{placeins}
usepackage{mathtools}
usepackage{graphicx}
graphicspath{ {FIG/} }
usepackage{epstopdf}
usepackage{bm}
usepackage{csquotes}
usepackage{array}
usepackage[yyyymmdd,hhmmss]{datetime}
usepackage[subject={Todo}]{pdfcomment}
usepackage[textsize=scriptsize,bordercolor=black!20]{todonotes}
usepackage{xcolor,colortbl}
usepackage{amssymb}% http://ctan.org/pkg/amssymb
usepackage{pifont}% http://ctan.org/pkg/pifont
usepackage[algo2e,titlenumbered,ruled]{algorithm2e}
usepackage{lipsum,environ,amsmath}
usepackage{slashbox,booktabs,amsmath}
%usepackage{todonotes}
usepackage{cite}
usepackage{xspace}
usepackage{blindtext}
usepackage{verbatim}

newcounter{Lcount}
newcommand{numsquishlist}{
begin{list}{arabic{Lcount}. }
{ usecounter{Lcount}
setlength{itemsep}{-.1ex} setlength{parsep}{0ex}
setlength{topsep}{0ex} setlength{partopsep}{0ex}
setlength{leftmargin}{1em} setlength{labelwidth}{1em}
setlength{labelsep}{0.1em} } }
newcommand{numsquishend}{end{list}}

newcommand{squishlist}{
begin{list}{$bullet$}
{ setlength{itemsep}{-.1ex} setlength{parsep}{0ex}
setlength{topsep}{0ex} setlength{partopsep}{0ex}
setlength{leftmargin}{.8em} setlength{labelwidth}{1em}
setlength{labelsep}{0.5em} } }
newcommand{squishend}{end{list}}

makeatletter
DeclareOldFontCommand{rm}{normalfontrmfamily}{mathrm}
DeclareOldFontCommand{sf}{normalfontsffamily}{mathsf}
DeclareOldFontCommand{tt}{normalfontttfamily}{mathtt}
DeclareOldFontCommand{bf}{normalfontbfseries}{mathbf}
DeclareOldFontCommand{it}{normalfontitshape}{mathit}
DeclareOldFontCommand{sl}{normalfontslshape}{@nomathsl}
DeclareOldFontCommand{sc}{normalfontscshape}{@nomathsc}
makeatother

newcounter{problem}
newenvironment{problem}[1][htb]
{renewcommand{algorithmcfname}{Problem}% Update algorithm name
begin{algorithm2e}[#1]%
SetAlFnt{small}
SetAlCapFnt{small}
SetAlCapNameFnt{small}
SetAlCapHSkip{0pt}
}{end{algorithm2e}}
newenvironment{alprocedure}[1][htb]
{renewcommand{algorithmcfname}{Procedure}% Update algorithm name
begin{algorithm2e}[#1]%
SetAlFnt{small}
SetAlCapFnt{small}
SetAlCapNameFnt{small}
SetAlCapHSkip{0pt}
IncMargin{-parindent}
}{end{algorithm2e}}



begin{document}

% Declarations for Front Matter

title{my title}
author{author}
pdegrees{blah}
degree{blah}
committee{blah}
maketitle

acknowledgements
{blah blah blah\

begin{flushright}tfend{flushright}}

tableofcontents
listoftables
listoffigures
listofabbreviations
begin{list}
{}
{setlength
{labelwidth}{1in}
setlength{leftmargin}{1.5in}
setlength{labelsep}{.5in}
setlength{rightmargin}{leftmargin}}
end{list}

summary

begin{table}
centering
caption{SLJHNF XDWEHFB FDFEWHF F DSFW FBD SJBF SDF F SDBF FXSKDF FVHSDFJK DSF }
begin{tabular}{|l|l|l|l|}
hline
textbf{} & textbf{test} & textbf{test} & textbf{test} \ hline
1 & 2 & 3 & 4 \ hline
end{tabular}
label{table:test1}
end{table}

begin{table}
centering
caption{SDFSADFDJFBFN XERUFL F ER FU XEFHL}
begin{tabular}{|l|l|l|l|}
hline
textbf{} & textbf{test} & textbf{test} & textbf{test} \ hline
1 & 2 & 3 & 4 \ hline
end{tabular}
label{table:test2}
end{table}

%nocite{*}
bibformb
bibliography{BibFile}
newpage
clearpage
pagestyle{pageontop}
thispagestyle{pageonbottom}
%vspace*{3in}
begin{large}
begin{center}
{bfseries VITA}
end{center}
end{large}
begin{tabular}{p{2.8cm}p{10.5cm}}
NAME: & blah blah \
blah lah
end{tabular}

end{document}









share|improve this question







New contributor




user1315621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I am using listoftables . Some elements of the list are longer than a single line. The first line of each element has a greater indentation than its following lines. I can I set the same indentation for every line on the list?



    Sample code: https://drive.google.com/file/d/1MJxQCM36szdchUe2PSoBmaTY4iuX48VI/view?usp=drivesdk



    Code on pastebin:
    - stacklatex.tex https://pastebin.com/aZhrhVxG
    - uicthesi.cls https://pastebin.com/L3Yfss05
    - uicth11.clo https://pastebin.com/gGTBq1Gy



    stacklatex.tex content:



    documentclass{uicthesi}

    usepackage{booktabs} % For formal tables
    usepackage{framed}
    usepackage{hyperref}
    usepackage{balance}
    usepackage[dvips]{graphics,color}
    usepackage{epsfig}
    usepackage{color}
    usepackage{subcaption}
    usepackage{multirow,tabularx}
    usepackage{placeins}
    usepackage{mathtools}
    usepackage{graphicx}
    graphicspath{ {FIG/} }
    usepackage{epstopdf}
    usepackage{bm}
    usepackage{csquotes}
    usepackage{array}
    usepackage[yyyymmdd,hhmmss]{datetime}
    usepackage[subject={Todo}]{pdfcomment}
    usepackage[textsize=scriptsize,bordercolor=black!20]{todonotes}
    usepackage{xcolor,colortbl}
    usepackage{amssymb}% http://ctan.org/pkg/amssymb
    usepackage{pifont}% http://ctan.org/pkg/pifont
    usepackage[algo2e,titlenumbered,ruled]{algorithm2e}
    usepackage{lipsum,environ,amsmath}
    usepackage{slashbox,booktabs,amsmath}
    %usepackage{todonotes}
    usepackage{cite}
    usepackage{xspace}
    usepackage{blindtext}
    usepackage{verbatim}

    newcounter{Lcount}
    newcommand{numsquishlist}{
    begin{list}{arabic{Lcount}. }
    { usecounter{Lcount}
    setlength{itemsep}{-.1ex} setlength{parsep}{0ex}
    setlength{topsep}{0ex} setlength{partopsep}{0ex}
    setlength{leftmargin}{1em} setlength{labelwidth}{1em}
    setlength{labelsep}{0.1em} } }
    newcommand{numsquishend}{end{list}}

    newcommand{squishlist}{
    begin{list}{$bullet$}
    { setlength{itemsep}{-.1ex} setlength{parsep}{0ex}
    setlength{topsep}{0ex} setlength{partopsep}{0ex}
    setlength{leftmargin}{.8em} setlength{labelwidth}{1em}
    setlength{labelsep}{0.5em} } }
    newcommand{squishend}{end{list}}

    makeatletter
    DeclareOldFontCommand{rm}{normalfontrmfamily}{mathrm}
    DeclareOldFontCommand{sf}{normalfontsffamily}{mathsf}
    DeclareOldFontCommand{tt}{normalfontttfamily}{mathtt}
    DeclareOldFontCommand{bf}{normalfontbfseries}{mathbf}
    DeclareOldFontCommand{it}{normalfontitshape}{mathit}
    DeclareOldFontCommand{sl}{normalfontslshape}{@nomathsl}
    DeclareOldFontCommand{sc}{normalfontscshape}{@nomathsc}
    makeatother

    newcounter{problem}
    newenvironment{problem}[1][htb]
    {renewcommand{algorithmcfname}{Problem}% Update algorithm name
    begin{algorithm2e}[#1]%
    SetAlFnt{small}
    SetAlCapFnt{small}
    SetAlCapNameFnt{small}
    SetAlCapHSkip{0pt}
    }{end{algorithm2e}}
    newenvironment{alprocedure}[1][htb]
    {renewcommand{algorithmcfname}{Procedure}% Update algorithm name
    begin{algorithm2e}[#1]%
    SetAlFnt{small}
    SetAlCapFnt{small}
    SetAlCapNameFnt{small}
    SetAlCapHSkip{0pt}
    IncMargin{-parindent}
    }{end{algorithm2e}}



    begin{document}

    % Declarations for Front Matter

    title{my title}
    author{author}
    pdegrees{blah}
    degree{blah}
    committee{blah}
    maketitle

    acknowledgements
    {blah blah blah\

    begin{flushright}tfend{flushright}}

    tableofcontents
    listoftables
    listoffigures
    listofabbreviations
    begin{list}
    {}
    {setlength
    {labelwidth}{1in}
    setlength{leftmargin}{1.5in}
    setlength{labelsep}{.5in}
    setlength{rightmargin}{leftmargin}}
    end{list}

    summary

    begin{table}
    centering
    caption{SLJHNF XDWEHFB FDFEWHF F DSFW FBD SJBF SDF F SDBF FXSKDF FVHSDFJK DSF }
    begin{tabular}{|l|l|l|l|}
    hline
    textbf{} & textbf{test} & textbf{test} & textbf{test} \ hline
    1 & 2 & 3 & 4 \ hline
    end{tabular}
    label{table:test1}
    end{table}

    begin{table}
    centering
    caption{SDFSADFDJFBFN XERUFL F ER FU XEFHL}
    begin{tabular}{|l|l|l|l|}
    hline
    textbf{} & textbf{test} & textbf{test} & textbf{test} \ hline
    1 & 2 & 3 & 4 \ hline
    end{tabular}
    label{table:test2}
    end{table}

    %nocite{*}
    bibformb
    bibliography{BibFile}
    newpage
    clearpage
    pagestyle{pageontop}
    thispagestyle{pageonbottom}
    %vspace*{3in}
    begin{large}
    begin{center}
    {bfseries VITA}
    end{center}
    end{large}
    begin{tabular}{p{2.8cm}p{10.5cm}}
    NAME: & blah blah \
    blah lah
    end{tabular}

    end{document}









    share|improve this question







    New contributor




    user1315621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I am using listoftables . Some elements of the list are longer than a single line. The first line of each element has a greater indentation than its following lines. I can I set the same indentation for every line on the list?



      Sample code: https://drive.google.com/file/d/1MJxQCM36szdchUe2PSoBmaTY4iuX48VI/view?usp=drivesdk



      Code on pastebin:
      - stacklatex.tex https://pastebin.com/aZhrhVxG
      - uicthesi.cls https://pastebin.com/L3Yfss05
      - uicth11.clo https://pastebin.com/gGTBq1Gy



      stacklatex.tex content:



      documentclass{uicthesi}

      usepackage{booktabs} % For formal tables
      usepackage{framed}
      usepackage{hyperref}
      usepackage{balance}
      usepackage[dvips]{graphics,color}
      usepackage{epsfig}
      usepackage{color}
      usepackage{subcaption}
      usepackage{multirow,tabularx}
      usepackage{placeins}
      usepackage{mathtools}
      usepackage{graphicx}
      graphicspath{ {FIG/} }
      usepackage{epstopdf}
      usepackage{bm}
      usepackage{csquotes}
      usepackage{array}
      usepackage[yyyymmdd,hhmmss]{datetime}
      usepackage[subject={Todo}]{pdfcomment}
      usepackage[textsize=scriptsize,bordercolor=black!20]{todonotes}
      usepackage{xcolor,colortbl}
      usepackage{amssymb}% http://ctan.org/pkg/amssymb
      usepackage{pifont}% http://ctan.org/pkg/pifont
      usepackage[algo2e,titlenumbered,ruled]{algorithm2e}
      usepackage{lipsum,environ,amsmath}
      usepackage{slashbox,booktabs,amsmath}
      %usepackage{todonotes}
      usepackage{cite}
      usepackage{xspace}
      usepackage{blindtext}
      usepackage{verbatim}

      newcounter{Lcount}
      newcommand{numsquishlist}{
      begin{list}{arabic{Lcount}. }
      { usecounter{Lcount}
      setlength{itemsep}{-.1ex} setlength{parsep}{0ex}
      setlength{topsep}{0ex} setlength{partopsep}{0ex}
      setlength{leftmargin}{1em} setlength{labelwidth}{1em}
      setlength{labelsep}{0.1em} } }
      newcommand{numsquishend}{end{list}}

      newcommand{squishlist}{
      begin{list}{$bullet$}
      { setlength{itemsep}{-.1ex} setlength{parsep}{0ex}
      setlength{topsep}{0ex} setlength{partopsep}{0ex}
      setlength{leftmargin}{.8em} setlength{labelwidth}{1em}
      setlength{labelsep}{0.5em} } }
      newcommand{squishend}{end{list}}

      makeatletter
      DeclareOldFontCommand{rm}{normalfontrmfamily}{mathrm}
      DeclareOldFontCommand{sf}{normalfontsffamily}{mathsf}
      DeclareOldFontCommand{tt}{normalfontttfamily}{mathtt}
      DeclareOldFontCommand{bf}{normalfontbfseries}{mathbf}
      DeclareOldFontCommand{it}{normalfontitshape}{mathit}
      DeclareOldFontCommand{sl}{normalfontslshape}{@nomathsl}
      DeclareOldFontCommand{sc}{normalfontscshape}{@nomathsc}
      makeatother

      newcounter{problem}
      newenvironment{problem}[1][htb]
      {renewcommand{algorithmcfname}{Problem}% Update algorithm name
      begin{algorithm2e}[#1]%
      SetAlFnt{small}
      SetAlCapFnt{small}
      SetAlCapNameFnt{small}
      SetAlCapHSkip{0pt}
      }{end{algorithm2e}}
      newenvironment{alprocedure}[1][htb]
      {renewcommand{algorithmcfname}{Procedure}% Update algorithm name
      begin{algorithm2e}[#1]%
      SetAlFnt{small}
      SetAlCapFnt{small}
      SetAlCapNameFnt{small}
      SetAlCapHSkip{0pt}
      IncMargin{-parindent}
      }{end{algorithm2e}}



      begin{document}

      % Declarations for Front Matter

      title{my title}
      author{author}
      pdegrees{blah}
      degree{blah}
      committee{blah}
      maketitle

      acknowledgements
      {blah blah blah\

      begin{flushright}tfend{flushright}}

      tableofcontents
      listoftables
      listoffigures
      listofabbreviations
      begin{list}
      {}
      {setlength
      {labelwidth}{1in}
      setlength{leftmargin}{1.5in}
      setlength{labelsep}{.5in}
      setlength{rightmargin}{leftmargin}}
      end{list}

      summary

      begin{table}
      centering
      caption{SLJHNF XDWEHFB FDFEWHF F DSFW FBD SJBF SDF F SDBF FXSKDF FVHSDFJK DSF }
      begin{tabular}{|l|l|l|l|}
      hline
      textbf{} & textbf{test} & textbf{test} & textbf{test} \ hline
      1 & 2 & 3 & 4 \ hline
      end{tabular}
      label{table:test1}
      end{table}

      begin{table}
      centering
      caption{SDFSADFDJFBFN XERUFL F ER FU XEFHL}
      begin{tabular}{|l|l|l|l|}
      hline
      textbf{} & textbf{test} & textbf{test} & textbf{test} \ hline
      1 & 2 & 3 & 4 \ hline
      end{tabular}
      label{table:test2}
      end{table}

      %nocite{*}
      bibformb
      bibliography{BibFile}
      newpage
      clearpage
      pagestyle{pageontop}
      thispagestyle{pageonbottom}
      %vspace*{3in}
      begin{large}
      begin{center}
      {bfseries VITA}
      end{center}
      end{large}
      begin{tabular}{p{2.8cm}p{10.5cm}}
      NAME: & blah blah \
      blah lah
      end{tabular}

      end{document}









      share|improve this question







      New contributor




      user1315621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am using listoftables . Some elements of the list are longer than a single line. The first line of each element has a greater indentation than its following lines. I can I set the same indentation for every line on the list?



      Sample code: https://drive.google.com/file/d/1MJxQCM36szdchUe2PSoBmaTY4iuX48VI/view?usp=drivesdk



      Code on pastebin:
      - stacklatex.tex https://pastebin.com/aZhrhVxG
      - uicthesi.cls https://pastebin.com/L3Yfss05
      - uicth11.clo https://pastebin.com/gGTBq1Gy



      stacklatex.tex content:



      documentclass{uicthesi}

      usepackage{booktabs} % For formal tables
      usepackage{framed}
      usepackage{hyperref}
      usepackage{balance}
      usepackage[dvips]{graphics,color}
      usepackage{epsfig}
      usepackage{color}
      usepackage{subcaption}
      usepackage{multirow,tabularx}
      usepackage{placeins}
      usepackage{mathtools}
      usepackage{graphicx}
      graphicspath{ {FIG/} }
      usepackage{epstopdf}
      usepackage{bm}
      usepackage{csquotes}
      usepackage{array}
      usepackage[yyyymmdd,hhmmss]{datetime}
      usepackage[subject={Todo}]{pdfcomment}
      usepackage[textsize=scriptsize,bordercolor=black!20]{todonotes}
      usepackage{xcolor,colortbl}
      usepackage{amssymb}% http://ctan.org/pkg/amssymb
      usepackage{pifont}% http://ctan.org/pkg/pifont
      usepackage[algo2e,titlenumbered,ruled]{algorithm2e}
      usepackage{lipsum,environ,amsmath}
      usepackage{slashbox,booktabs,amsmath}
      %usepackage{todonotes}
      usepackage{cite}
      usepackage{xspace}
      usepackage{blindtext}
      usepackage{verbatim}

      newcounter{Lcount}
      newcommand{numsquishlist}{
      begin{list}{arabic{Lcount}. }
      { usecounter{Lcount}
      setlength{itemsep}{-.1ex} setlength{parsep}{0ex}
      setlength{topsep}{0ex} setlength{partopsep}{0ex}
      setlength{leftmargin}{1em} setlength{labelwidth}{1em}
      setlength{labelsep}{0.1em} } }
      newcommand{numsquishend}{end{list}}

      newcommand{squishlist}{
      begin{list}{$bullet$}
      { setlength{itemsep}{-.1ex} setlength{parsep}{0ex}
      setlength{topsep}{0ex} setlength{partopsep}{0ex}
      setlength{leftmargin}{.8em} setlength{labelwidth}{1em}
      setlength{labelsep}{0.5em} } }
      newcommand{squishend}{end{list}}

      makeatletter
      DeclareOldFontCommand{rm}{normalfontrmfamily}{mathrm}
      DeclareOldFontCommand{sf}{normalfontsffamily}{mathsf}
      DeclareOldFontCommand{tt}{normalfontttfamily}{mathtt}
      DeclareOldFontCommand{bf}{normalfontbfseries}{mathbf}
      DeclareOldFontCommand{it}{normalfontitshape}{mathit}
      DeclareOldFontCommand{sl}{normalfontslshape}{@nomathsl}
      DeclareOldFontCommand{sc}{normalfontscshape}{@nomathsc}
      makeatother

      newcounter{problem}
      newenvironment{problem}[1][htb]
      {renewcommand{algorithmcfname}{Problem}% Update algorithm name
      begin{algorithm2e}[#1]%
      SetAlFnt{small}
      SetAlCapFnt{small}
      SetAlCapNameFnt{small}
      SetAlCapHSkip{0pt}
      }{end{algorithm2e}}
      newenvironment{alprocedure}[1][htb]
      {renewcommand{algorithmcfname}{Procedure}% Update algorithm name
      begin{algorithm2e}[#1]%
      SetAlFnt{small}
      SetAlCapFnt{small}
      SetAlCapNameFnt{small}
      SetAlCapHSkip{0pt}
      IncMargin{-parindent}
      }{end{algorithm2e}}



      begin{document}

      % Declarations for Front Matter

      title{my title}
      author{author}
      pdegrees{blah}
      degree{blah}
      committee{blah}
      maketitle

      acknowledgements
      {blah blah blah\

      begin{flushright}tfend{flushright}}

      tableofcontents
      listoftables
      listoffigures
      listofabbreviations
      begin{list}
      {}
      {setlength
      {labelwidth}{1in}
      setlength{leftmargin}{1.5in}
      setlength{labelsep}{.5in}
      setlength{rightmargin}{leftmargin}}
      end{list}

      summary

      begin{table}
      centering
      caption{SLJHNF XDWEHFB FDFEWHF F DSFW FBD SJBF SDF F SDBF FXSKDF FVHSDFJK DSF }
      begin{tabular}{|l|l|l|l|}
      hline
      textbf{} & textbf{test} & textbf{test} & textbf{test} \ hline
      1 & 2 & 3 & 4 \ hline
      end{tabular}
      label{table:test1}
      end{table}

      begin{table}
      centering
      caption{SDFSADFDJFBFN XERUFL F ER FU XEFHL}
      begin{tabular}{|l|l|l|l|}
      hline
      textbf{} & textbf{test} & textbf{test} & textbf{test} \ hline
      1 & 2 & 3 & 4 \ hline
      end{tabular}
      label{table:test2}
      end{table}

      %nocite{*}
      bibformb
      bibliography{BibFile}
      newpage
      clearpage
      pagestyle{pageontop}
      thispagestyle{pageonbottom}
      %vspace*{3in}
      begin{large}
      begin{center}
      {bfseries VITA}
      end{center}
      end{large}
      begin{tabular}{p{2.8cm}p{10.5cm}}
      NAME: & blah blah \
      blah lah
      end{tabular}

      end{document}






      tables margins






      share|improve this question







      New contributor




      user1315621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      user1315621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      user1315621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 hour ago









      user1315621user1315621

      101




      101




      New contributor




      user1315621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user1315621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user1315621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















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


          }
          });






          user1315621 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f480804%2fleft-margin-in-list-of-tables%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








          user1315621 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          user1315621 is a new contributor. Be nice, and check out our Code of Conduct.













          user1315621 is a new contributor. Be nice, and check out our Code of Conduct.












          user1315621 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f480804%2fleft-margin-in-list-of-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

          サソリ

          広島県道265号伴広島線

          Setup Asymptote in Texstudio