573 reputation
17
bio website
location
age
visits member for 10 months
seen 8 hours ago
stats profile views 69

Jan
1
comment The line spacing in the list of algorithms
i have added your code: \usepackage{etoolbox}% ctan.org/pkg/etoolbox \makeatletter \patchcmd{\@chapter}% <cmd> {\chaptermark{#1}}% <search> {\chaptermark{#1}% \addtocontents{loa}{\protect\addvspace{10\p@}}}% replace {}{}% <success><failure> \makeatother but the list of algorithm still the same!
Jan
1
comment Page number on the first page of Chapter
i have already the two packages fancyhdr and lastpage before i ask the question , i try your solution it did'nt work for me
Jan
1
comment Page number alignment
@ADP tex.stackexchange.com/questions/88833/…
Jan
1
comment Page number alignment
@Werner i have done like that \pagestyle{fancy} \fancypagestyle{plain}{ \renewcommand{\chaptermark}[1]{\markboth{\chaptertitlename\ \thechapter.\ #1}{}} \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} \fancyhead{} \fancyfoot{} \fancyfoot[C]{ \textbf{ \small \textsf{\thepage}}} \fancyhead[LE]{\scshape \rightmark} \fancyhead[RO]{\scshape \leftmark} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} } but i have errors!
Dec
29
comment Page number alignment
when i add \fancypagestyle{plain} i have lost the style of number i have defined..
Dec
29
comment Page number alignment
i have in the beginning of chapter \thispagestyle{empty} , when i delete it i have the number of page but it haven't the same style like other pages
Dec
29
comment Page number alignment
no, just pagestyle{fancy}
Dec
29
comment Page number alignment
For the minitoc this is the package \usepackage[french]{minitoc}, i'll edit my question
Dec
27
comment Bibliography with LaTeX
@ADP i wait for your answer here academia.stackexchange.com/questions/5964/…
Dec
27
comment Bibliography with LaTeX
ok i will ask it in academia
Dec
27
comment Bibliography with LaTeX
@Sigur yes i have added my references but sometimes i find two bibtex of an aricle in two conferences , how can i choose between conferences ?
Dec
24
comment Accented characters with latex
Thank you so much for help, i have changed chapter 2 from UTF-8 to iso 8859-15 like chapter 1 and it works :)
Dec
24
comment Accented characters with latex
i ask if can add a solution inside the chapter 2 to display the char accented ?
Dec
24
comment Accented characters with latex
it's the same configuration of the two chapter , this is the second chapter \chapter{Chapter2} vérifier
Dec
24
comment Accented characters with latex
@egreg can you explain more please ?
Dec
21
comment How to change font size mid document?
\fontsize{size}{skip}:: \baselineskip but i don't understand its role ?
Dec
21
comment Change line spacing inside the document
Change line spacing of a page and size police inside the document--> its mentionned in the title, i should ask in a new discussion ?
Dec
21
comment Change line spacing inside the document
yes it's \baselineskip but i don't understand its role ?
Dec
21
comment Change line spacing inside the document
i set \fontsize{10} just before the text ?
Dec
21
comment Change line spacing inside the document
@Peter Thank you so much :) Please i have another question: i have used \documentclass[12pt,a4paper]{book} and i'd like to change the size 12 to 10 of one paragraph inside the document, Have you an idea please ?