Search found 2 matches

by abd_bela
Wed Apr 13, 2011 10:58 pm
Forum: Document Classes
Topic: modify the word "Contents" in the toc
Replies: 2
Views: 2996

modify the word "Contents" in the toc

Hi,
I would to replace the word "Contents" by its equivalent in "arabic". The lines
\documentclass[ 12pt,a4paper]{article}
\usepackage[ utf8 ]{inputenc}
\usepackage[ arabic ,english]{babel}

create correct lines in tableofcontents ( in arabic language), but the first word is "Contents" which I want ...
by abd_bela
Sat Oct 16, 2010 10:14 pm
Forum: Text Formatting
Topic: renewenvironment for enumerate
Replies: 1
Views: 2488

renewenvironment for enumerate

I want to add an extra space in enumerate environemnt, I can't find where the enumerate env is declared ?

for example I modified the lyxcode ( the size : I used \footntesize) with the following,

renewenvironment{lyxcode}

{\begin{list}{}{

\setlength{\rightmargin}{\leftmargin}

\setlength ...