Left margin in list of tables

A Trivial Diagnosis

Does the reader need to like the PoV character?

Is there a nicer/politer/more positive alternative for "negates"?

Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?

Why Shazam when there is already Superman?

Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?

Delete multiple columns using awk or sed

Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?

Pre-mixing cryogenic fuels and using only one fuel tank

Why the "ls" command is showing the permissions of files in a FAT32 partition?

Which Article Helped Get Rid of Technobabble in RPGs?

Stack Interview Code methods made from class Node and Smart Pointers

Can I say "fingers" when referring to toes?

How do I tell my boss that I'm quitting soon, especially given that a colleague just left this week

Why is so much work done on numerical verification of the Riemann Hypothesis?

Why should universal income be universal?

How to explain what's wrong with this application of the chain rule?

What does Apple's new App Store requirement mean

15% tax on $7.5k earnings. Is that right?

How to make money from a browser who sees 5 seconds into the future of any web page?

Is a Java collection guaranteed to be in a valid, usable state after a ConcurrentModificationException?

What does "Scientists rise up against statistical significance" mean? (Comment in Nature)

A variation to the phrase "hanging over my shoulders"

Why does Carol not get rid of the Kree symbol on her suit when she changes its colours?



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







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







    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







      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







      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







      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



      share






      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 2 mins 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

          IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

          Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

          Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...