From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050323 Firefox/1.0.2 Fedora/1.0.2-1.3.1 Description of problem: In attempting to use the caption package, I was getting errors regarding unknown options. For example: \usepackage[format=hang,font=bf,belowskip=10pt,singlelinecheck=false]{caption} After trying to debug the code, it became evident that the current default caption packge in FC3 is about 10 years old. The older version, of course, does not support new options as they are referenced in most current LaTeX books (ie. TLC). Version-Release number of selected component (if applicable): tetex-latex-2.0.2-21.3 How reproducible: Always Steps to Reproduce: Use: usepackage[format=hang,font=bf,belowskip=10pt,singlelinecheck=false]{caption} in the document preamble. Actual Results: Error messages regarding unknown options in the caption package. The options are of course ignored by LaTeX. Expected Results: A properly formatted float caption. Additional info: Current caption package is located at: http://www.ctan.org/tex-archive/help/Catalogue/entries/caption.html A workaround for now is to install the new package. I did this in my local tex tree and ran texhash. This now enables the recognition of the updated options for the caption package.
Hello Marc, maybe the best solution for the issue will be upgrading your teTeX to 3.0, what is now in rawhide and also in FC4t1. The new teTeX contains many fixes and new packages, also containing the new caption. The \usepackage inclusion you presented works fine with teTeX-3.0.
Jindrich, Thanks for your reply. I had not checked rawhide to see if there were any updates there, but will look to that as an option. Just for clarification, is this a situation where FC waits for the upstream full package updates rather than including updated components as they are released by their authors? Thanks.
Well, of course updates with the new upstream release is preferred, but in case of packages such as teTeX, which is composed from a variety of packages developed roughly separately by upstream it's common to release an update of the whole teTeX when there exist several requests from users for obsolete subpackage upgrades.
Jindrich, Thanks again for the clarification. A follow up question, which may be helpful to others taking the same approach. I installed the updated TeTeX packages, which has indeed solved the problem relative to caption. Under the older packages, I had been using aucTeX and preview-latex under XEmacs, which worked reasonably well together. I had installed the updated packages from their respective web sites. If my read is correct, it looks like aucTeX version "close to 12" is installed (11.55 available on the web site) in the new TeTeX packages along with preview-latex (version unclear). I can get aucTeX to work in XEmacs, but cannot seem to get preview-latex to come up, though I have not changed anything in the .el config files. Is there some modifcation that I need to make or is this possibly a bug that needs to get reported, recognizing that this is now a mix of rawhide and FC3? I installed the updated emacs RPMS from rawhide, but did not see anything for Xemacs there. Thanks.
Marc, I think this looks like a specific Emacs problem here. I'm unfortunately not very much experienced with it as I'm vim user actualy ;) Jens, could you please help here?
Jindrich, Thanks for your help again. I won't hold your being a vim user against you... ;-) Just to be clear for Jens, the problem with preview-latex is happening with both emacs and xemacs. Thanks.
Tetex includes auctex these days? At least for XEmacs, auctex is included in xemacs-sumo. Is that auctex also giving you problems? [[cc Ville, the new xemacs maintainer for Fedora Extras]] ps Anyway probably better to file a separate bug bug about the auctex issue. :)
Jens, Thanks for the follow up. I am still somewhat unclear as to just what changed upon the install of TeTeX 3 relative to preview-latex. It had been working under the prior version without problem. Be that as it may, I installed a just updated version of preview-latex this morning (version 0.9.1), which in turn required that I install an auctex RPM (> 11.0) during the dependency check. I downloaded both from http://ftp.gnu.org/pub/gnu/auctex/. Having now installed these, preview-latex is working within Xemacs and emacs. If there is something that you would like me to investiage further, let me know. Otherwise, I suspect we can close this one out. Thanks to both Jens and Jindrich for your help with this.
Ok, I'm glad it's not that serious. I'll consider releasing FC update for teTeX-3.0 after some testing period in devel. Thanks. Closing as NOTABUG.