Meeting 11

Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Wechseln zu: Navigation, Suche

1.remove page headers of table of cnnteotsI'm using the fancyhdr package and titlesec, titletoc package, and the conents has 4 pages. But I can't remove the header on the 2d ,3d, 4th page of the cnnteots.Also I want that footer of the cnnteots contain page number centered and the code affect pages of the cnnteots only(the header on the rest pages of the book must exist).\documentclass[openany]{book}\usepackage{fancyhdr}\pagestyle{fancy}\fancyhf{}\fancyhead[ER]{\leftmark}\fancyhead[OL]{\rightmark}\fancyhead[EL,OR]{\thepage}\renewcommand{\headrulewidth}{0.4pt} or\documentclass[openany]{book}\usepackage[pagestyles]{titlesec}\usepackage{titletoc}\sethead[][][][]{{}{}{}}.............