latex - Toc LOF alignment issue in lyx -
i'm doing thesis in latex , using lyx editor accomplish it. want place toc , lof @ center of page. used
\usepackage{tocloft} \renewcommand{\cfttoctitlefont}{\hfill\huge\hfill}
but pushing toc caption right.
how center lof in same way?
you should insert content before table of contents/toc title after:
\usepackage{tocloft} \renewcommand{\cfttoctitlefont}{\hfill<titlefont>} \renewcommand{\cftaftertoctitle}{\hfill\mbox{}}
<titlefont>
represents font switches you're interested in making. adjustments list of figures/lof (list of tables/lot), utilize \cftloftitlefont
, \cftafterloftitle
(\cftlottitlefont
, \cftafterlottitle
).
latex lyx toc
No comments:
Post a Comment