Search found 13 matches

by mimi04
Fri Jan 24, 2020 8:29 am
Forum: General
Topic: Index
Replies: 1
Views: 1638

Index

I have a problem in disappearing the Index!! it doesn't work; this is the begining of my code:
\documentclass[12pt,oneside,a4paper,french]{book}
\usepackage{babel}
\usepackage{setspace}
\setstretch{1,3}
\usepackage{enumerate}
%\usepackage{float}
\usepackage{tikz}
\usepackage[latin1]{inputenc ...
by mimi04
Thu Sep 05, 2019 11:58 am
Forum: General
Topic: Command 'caption@box'
Replies: 16
Views: 15322

Command 'caption@box'

pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has
been already used, duplicate ignored
It seems, you've two pages with the logical number 1. This often happens, if users use a \pagenumbering{arabic} (without having a \pagenumbering{roman} or similar before) or ...
by mimi04
Thu Sep 05, 2019 1:10 am
Forum: General
Topic: Command 'caption@box'
Replies: 16
Views: 15322

Command 'caption@box'

Do you have a file caption.sty in your document directory? If yes, then delete it or rename it. Seems there is an old version. From the .log file:

(caption.sty
Package: caption 2012/02/19 v3.2f Customizing captions (AR)

("C:\Users\...\AppData\Local\Programs\MiKTeX 2.9\tex/latex/caption\caption3 ...
by mimi04
Thu Sep 05, 2019 12:24 am
Forum: General
Topic: Command 'caption@box'
Replies: 16
Views: 15322

Command 'caption@box'

Do you have a file caption.sty in your document directory? If yes, then delete it or rename it. Seems there is an old version. From the .log file:

(caption.sty
Package: caption 2012/02/19 v3.2f Customizing captions (AR)

("C:\Users\...\AppData\Local\Programs\MiKTeX 2.9\tex/latex/caption\caption3 ...
by mimi04
Wed Sep 04, 2019 11:12 pm
Forum: General
Topic: Command 'caption@box'
Replies: 16
Views: 15322

Command 'caption@box'

.log file is as follows:
by mimi04
Wed Sep 04, 2019 9:48 pm
Forum: Theses, Books, Title pages
Topic: Title header chapter
Replies: 3
Views: 10863

Title header chapter

Stefan Kottwitz wrote:You could use \markboth{}{} or even \markboth{Conclusion}{Conclusion} at that place in the document.

Stefan
Thank you, it is work!
by mimi04
Wed Sep 04, 2019 9:26 pm
Forum: General
Topic: Command 'caption@box'
Replies: 16
Views: 15322

Command 'caption@box'

The document class line and you code brings the error:

! Undefined control sequence.
<recently read> \captionsetup

l.2 \captionsetup
[subfigure]{labelfont=rm}

The command \captionsetup is unknown. That's because you did not load the caption package. Add

\usepackage{caption}

before ...
by mimi04
Wed Sep 04, 2019 7:24 pm
Forum: General
Topic: Command 'caption@box'
Replies: 16
Views: 15322

Command 'caption@box'

Stefan Kottwitz wrote:And what is your document code, preamble, up to \begin{document}?

Stefan
\captionsetup[subfigure]{labelfont=rm}
\usepackage{fancyhdr}
\headsep = 1.0cm
\renewcommand{\headrulewidth}{0.2pt}% Default \headrulewidth is 0.4pt

\begin{document}
by mimi04
Wed Sep 04, 2019 6:27 pm
Forum: General
Topic: Command 'caption@box'
Replies: 16
Views: 15322

Command 'caption@box'

Stefan Kottwitz wrote:This can be a conflict of the caption package with your document class. Which document class are you using?

Stefan
\documentclass[12pt,twoside,a4paper,english]{book}
by mimi04
Wed Sep 04, 2019 3:00 pm
Forum: General
Topic: Command 'caption@box'
Replies: 16
Views: 15322

Command 'caption@box'

I am using packages and document class at preamble and at running time, latex editor gives following error. No idea what is happening:
'''''! LaTeX Error: Command \captionbox already defined.
Or name \end... illegal, '''''