I have to make all the headings with 12 pt.s bold. How can i change predefined headings like list of tables generated with command \listoftables ?
(and content page of course)
Here is all packages i'm using.
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{titlesec}
\usepackage[turkish]{babel}
\usepackage[T1]{fontenc}
\usepackage{pslatex}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\titleformat*{\subsection}{\normalsize\bfseries}
\titleformat*{\subsubsection}{\normalsize\bfseries\itshape}
\titleformat{\section}
{\normalfont\fontsize{12}{14.4}\bfseries\MakeUppercase}{\thesection}{1em}{}
\usepackage[overload]{textcase}
\usepackage[left=3.50cm, right=2.50cm, top=3.00cm, bottom=3.00cm,nohead,nofoot]{geometry}
\documentclassand the appropriate packages so that those trying to help don't have to recreate it. From the text of your question as it is now, it is impossible to help you. – tohecz Apr 15 '12 at 21:07pslatex, but rathermathptmx, in order to get Times-like fonts for your document. Chances are good that even without loading such packages the paper will be accepted with a "how nice this Times font" comment. :-) – egreg Apr 15 '12 at 21:49