On Mon, Mar 27, 2017 at 7:09 PM Jacob Bishop <[email protected]> wrote:
> On Thu, Mar 16, 2017 at 7:37 PM, Steve Burnham <[email protected]> wrote: > > In my list of tables it appears to be every so slightly indented which my > thesis editor is not happy with. In the link for a MWE you can see that the > numbers 1.1 light up with the actual name of the chapter in the table of > contents rather then with the number itself. I found this: > http://lyx.475766.n2.nabble.com/No-indent-in-LOF-LOT-and-tables-td479678.html > that > suggests adding "listsleft" to the options. I have done that but with no > success in un-indenting the list of tables. Are there any other options > that I can change? > > -Steve > > https://www.dropbox.com/s/8ryk9ihpiwoudmj/list_of_tables.zip?dl=0 > > > I think that "listleft" is specific to koma-script. If you don't use > tocloft, then the magic is to add > > \makeatletter > > \renewcommand*\l@table{\@dottedtocline{1}{0em}{2.3em}} > > \renewcommand*\l@figure{\@dottedtocline{1}{0em}{2.3em}} > > \makeatother > > to your preamble to fix both the list of tables, and the list of figures. > That seemed to do it for me. In terms of sources, I looked at the > documentation for the tocloft package, on pages 3-4, which has the relevant > information if you can make sense of it. > > Jacob > That did the trick!. Tocloft package wound up screwing up some other things so I quit using that. The thesis class for the university is messy so it's hard to know what packages are interfering with each other. You've now helped me on my master's thesis and PhD dissertation so thank you again! Fortunately this time around things went smoother with less formatting issues since I've been doing most of my writing in LyX. Funny thing is my list of tables in the master's thesis has this issue but the thesis editor never caught it, hah! -Steve
