Left margin in list of tables

What is going on with gets(stdin) on the site coderbyte?

Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?

Why do Radio Buttons not fill the entire outer circle?

How could a planet have erratic days?

How to preserve electronics (computers, iPads and phones) for hundreds of years

What is the English pronunciation of "pain au chocolat"?

awk assign to multiple variables at once

Which was the first story featuring espers?

PTIJ: Why is Haman obsessed with Bose?

Why do ¬, ∀ and ∃ have the same precedence?

How to draw a matrix with arrows in limited space

What kind of floor tile is this?

Can I cause damage to electrical appliances by unplugging them when they are turned on?

Microchip documentation does not label CAN buss pins on micro controller pinout diagram

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

Circuit Analysis: Obtaining Close Loop OP - AMP Transfer function

What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?

How much of a Devil Fruit must be consumed to gain the power?

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

Are cause and effect the same as in our Universe in a non-relativistic, Newtonian Universe in which the speed of light is infinite?

"It doesn't matter" or "it won't matter"?

Why should universal income be universal?

Why is the Sun approximated as a black body at ~ 5800 K?

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

          Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

          (1602) Indiana Índice Designación y nombre Características orbitales Véase...

          Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...