Home > package caption > package caption error small undefined

Package Caption Error Small Undefined

Contents

here for a quick overview of the site Help Center Detailed answers to any questions you might have undefined control sequence \caption Meta Discuss the workings and policies of this site About Us Learn

Package Caption Error Caption Outside Float

more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us latex captionsetup TeX - LaTeX Questions Tags Users Badges Unanswered Ask Question _ TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related

Latex Caption Sty

typesetting systems. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Caption package error [closed] up vote 1 down vote favorite Since today I am getting an error message when I use the caption package. This package subcaption error: `caption' package not loaded is a minimal working example: \documentclass[12pt,a4paper]{report} \usepackage[latin1]{inputenc} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage[font=small,labelfont=bf]{caption} \usepackage{graphicx} \begin{document} \begin{figure} \centering \includegraphics[scale=0.5]{figure.jpg} \caption{caption } \end{figure} \end{document} I get the following error messages: ! LaTeX Error: Command \@makecaption already defined. Or name \end... illegal, see p.192 of the manual. See the LaTeX manual or LaTeX Companion for explanation. ! LaTeX Error: Command \@makecaption already defined. Or name `\end... illegal`, see p.192 of the manual. See the LaTeX manual or LaTeX Companion for explanation. ! Undefined control sequence. \caption@beginex ...tion@begin {#1}\caption@iflof {\def \caption@tempa {#2}}... l.12 \caption{this is caption} I am using MikTex 2.9 for windows and I was using the 2012 version of the caption package. I then uploaded to a newer version but it didn't solve the problem. The file list: *File List* report.cls 2007/10/19 v1.4h Standard LaTeX document class size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option) inputenc.sty 2008/03/30 v1.1d Input encoding file latin1.def 2008/03/30 v1.1d Input encoding file amsmath.sty 2000/07/18 v2.13 AMS math features amstext.sty 2000/06/29 v2.01 amsgen.sty 1999/11/30 v2.0 amsbsy.sty 1999/11/29 v1.2d amsopn.sty 1999/12/14 v2.01 operator names amsfonts.sty 2009

here for a quick overview of the site Help Center Detailed

Latex Package Caption

answers to any questions you might have Meta Discuss the workings

Caption.sty Not Found

and policies of this site About Us Learn more about Stack Overflow the company Business subcaption latex Learn more about hiring developers or posting ads with us TeX - LaTeX Questions Tags Users Badges Unanswered Ask Question _ TeX - LaTeX Stack Exchange http://tex.stackexchange.com/questions/107218/caption-package-error is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top When using Caption Package, I http://tex.stackexchange.com/questions/186250/when-using-caption-package-i-receive-undefined-control-sequence-captionsetup receive: “Undefined control sequence \captionsetup ” up vote 3 down vote favorite I introduce a figure as follows: \begin{figure} \centering \includegraphics[scale=0.300]{Figure.eps} \caption{Caption for the figure} \label{a} \end{figure} In the preamble I have written: \usepackage{caption} \captionsetup{font={small}} I am writing the .tex file in Vim, in Ubuntu 12.04 LTS. When I compile the .tex file writing in the terminal: bash make_latex.sh (script which link is here: http://www.mediafire.com/view/p6ha13gt53nilpv/make_latex.sh ) I receive this error: I have installed manually the caption package following all these steps: http://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages First Step: I extracted the .ins file writing latex caption.ins The information generated in the terminal is here: https://www.mediafire.com/?o4giarg9jb4rov9 Second Step: As said in the instructions, I wrote: latex caption.dtx The information generated in the terminal is here: https://www.mediafire.com/?cl9ocvbid721p0a Third Step: In /usr/local/share/texmf/tex/latex/caption I copied the files that the info in the First Step told that were necessary to be copied. Here is the "proof": Fourth Step: As said in the instructions,

here for a quick overview of the site Help Center Detailed http://tex.stackexchange.com/questions/42231/an-error-produced-when-using-the-caption-package answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us TeX - LaTeX Questions Tags Users Badges Unanswered Ask Question _ TeX - LaTeX Stack Exchange is package caption a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top An error produced when using package caption error the caption package up vote 5 down vote favorite My .tex file: \documentclass[a4paper,twoside,portrait,12pt,openright,final,pdflatex]{report} \usepackage[bindingoffset=8mm]{geometry} \usepackage[T1]{fontenc} \usepackage{arabtex} \usepackage{utf8} \usepackage{graphicx} \usepackage{float} \usepackage{caption} \captionsetup{font=small,labelfont=bf} \setcounter{secnumdepth}{3} \usepackage{fixltx2e} \usepackage{paralist} \usepackage{hyperref} \hypersetup{pdftex,linktocpage=true,bookmarks=true,colorlinks=true,citecolor=blue,filecolor=black,linkcolor=blue,urlcolor=black,pdfauthor={Ayman Elmasry},pdftitle={Algorithmic Form Generation: A Thermal Building Envelope Design Approach}} \usepackage[all]{hypcap} \usepackage{lipsum} \begin{document} \lipsum[1-20] \end{document} I compile with pdflatex, and I get this error: (/usr/local/texlive/2011/texmf-dist/tex/latex/caption/caption.sty (/usr/local/texlive/2011/texmf-dist/tex/latex/caption/caption3.sty Runaway argument? {\caption@CheckCommand \@makecaption {\long \def \@makecaption ##1##2\ETC. ! Paragraph ended before \@gobble was complete. \par l.901 \unskip\kern-2\captionindent\par When I comment out: %\usepackage{caption} %\captionsetup{font=small,labelfont=bf} ... I get an output PDF file with no problems. errors captions share|improve this question edited Jan 25 '12 at 10:42 asked Jan 25 '12 at 9:59 Ayman Elmasry 2,97162844 1 Please post a full minimal example: the snippet you give is not enough to work from. –Joseph Wright♦ Jan 25 '12 at 10:03 @JosephWright: as in the full preamble an the whole log? –Ayman Elmasry Jan 25 '12 at 10:10 m

be down. Please try the request again. Your cache administrator is webmaster. Generated Mon, 24 Oct 2016 00:00:04 GMT by s_wx1126 (squid/3.5.20)

 

Related content

error caption

Error Caption table id toc tbody tr td div id toctitle Contents div ul li a href Package Caption Error Setcaptionsubtype Outside Float a li li a href Package Caption Error Hang Undefined a li ul td tr tbody table p here for a quick overview of the relatedl site Help Center Detailed answers to any questions error caption outside float you might have Meta Discuss the workings and policies of this package caption error site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or package caption error something s wrong--perhaps a missing

package caption error figurename undefined

Package Caption Error Figurename Undefined table id toc tbody tr td div id toctitle Contents div ul li a href Package Caption Warning Unused captionsetup Table a li li a href Caption Package Latex a li li a href Table Caption Latex a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions relatedl you might have Meta Discuss the workings and policies of captionsetup options this site About Us Learn more about Stack Overflow the company Business Learn latex captionsetup justification left more about hiring developers or

package caption error

Package Caption Error table id toc tbody tr td div id toctitle Contents div ul li a href Caption sty Latex a li li a href Caption sty Not Found a li li a href Subfigure Latex a li ul td tr tbody table p here for a quick overview of the site Help relatedl Center Detailed answers to any questions you might package subcaption error caption package not loaded have Meta Discuss the workings and policies of this site About Us p h id Caption sty Latex p Learn more about Stack Overflow the company Business Learn more about

package caption error no float type

Package Caption Error No Float Type p here for a quick overview of the relatedl site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us TeX - LaTeX Questions Tags Users Badges Unanswered Ask Question TeX - LaTeX Stack Exchange is a question and answer site for users of TeX LaTeX ConTeXt and related typesetting systems Join them it only takes a minute Sign up Here's how it works Anybody

package caption error hang undefined

Package Caption Error Hang Undefined table id toc tbody tr td div id toctitle Contents div ul li a href Captionsetup Font Size a li li a href Latex Captionsetup Justification Left a li li a href Package Caption Error Caption Outside Float a li ul td tr tbody table p here for a quick overview of the site relatedl Help Center Detailed answers to any questions you undefined control sequence caption might have Meta Discuss the workings and policies of this site About captionsetup options Us Learn more about Stack Overflow the company Business Learn more about hiring developers