GeneralChapter Formatting Issue

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
razvan_curtean
Posts: 1
Joined: Thu Dec 01, 2011 11:11 am

Chapter Formatting Issue

Post by razvan_curtean »

Hi

I'm an enthusiast beginner of LaTeX and I have an small issue.

Code: Select all

\documentclass[final,a4paper,twoside,10pt]{report}
\usepackage[a4paper]{geometry}
\geometry{top=1.0in, bottom=1.0in, left=1.5in, right=1.0in}
\usepackage{makeidx}
\usepackage{wasysym}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage[romanian]{babel}
\renewcommand{\chaptername}{}
\makeindex
\author{Coordonator \\ Prof. Univ. Dr. ing. Iulian Lupea \\ \\ \\ Doctorand \\ Drd. ing. Razvan Curtean} 
\date{\today}
\title{Densitatea de putere spectrala}

\begin{document}
\maketitle
\tableofcontents
\chapter{Calculul densitatii de putere spectrala}
\section{Intoducere}
\hspace{1cm}Datorita faptului ca de obicei functiile ce descriu vibratiile aleatoare nu sunt
functii periodice acestea sunt discretizate pentru a putea fi studiate ulterior. Datorita faptului ca 
functiile in timp pot dura pana la infinit este necesara transformarea acestora din domeniul 
timp in domeniul frecventa. Aceasta operatie se face folosind Transformata Fourier. Urmarim 
modul in care se obtine densitatea de putere spectrala prelucrand un semnal aleator in domeniul timp si
ordinea de marime a unitatilor de masura.
My problem is that on the paper body appears:

Code: Select all

Capitolul 1
Calculul densitatii de putere
spectrala

1.1
Intoducere
Datorita faptului ca de obicei functiile ce descriu vibratiile aleatoare nu sunt functii peri-
I want to have only the chapter name on the paper without the "Chapter 1" or in romanian "Capotolul 1", I want this out from the text.

I tried with "\renewcommand{\chaptername}{}" but same result.

Can you help me?

Thanks
Razvan

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Chapter Formatting Issue

Post by localghost »

Search the forum for the titlesec package. There are plenty of solutions available.

And next time please submit a proper minimal example that is compilable out of the box for everybody.


Best regards and welcome to the board
Thorsten
Post Reply