Text Formattingcsquotes: Undefined control sequence.

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Annika
Posts: 3
Joined: Sun Sep 12, 2010 6:26 pm

csquotes: Undefined control sequence.

Post by Annika »

Hey,

I reinstalled Miktex and TexnicCenter now and downloaded the csquotes and etoolbox packeges with the package manager again. Nevertheless, the csquotes doesn't work.
In the comparison of the file lists, I saw that my version of the scrreprt.cls is v3.05 while yours is v3.06. How can I update this? Furthermore, my file uses bblopts.cfg. Of the csquotes package, there is only the .sty file included and it doesn't use the etoolbox package although it is installed...Why does the package manager of Miktex not download the newest version? I think the problem is mainly that etoolbox package, as there seems to be a problem about compatability...although the version that is installed with the package manager seems to be of the 24.08.2010!

Code: Select all

%% Compatibility and requirements

\RequirePackage{etoolbox}
\RequirePackage{keyval}

\@ifpackagelater{etoolbox}{2008/06/28}
  {}
  {\PackageError{csquotes}
     {Outdated 'etoolbox' package}
     {Upgrade to etoolbox v1.7 (2008/06/28) or later.\MessageBreak
      I found: '\csuse{ver@etoolbox.sty}'.\MessageBreak
      This is a fatal error. I'm aborting now.}%
   \endinput}
Sorry sorry sorry for all the questions but it would be perfect if the document worked!

Code: Select all

*File List*
scrreprt.cls    2010/02/15 v3.05 KOMA-Script document class (report)
scrkbase.sty    2010/02/15 v3.06 KOMA-Script package (KOMA-Script-dependent bas
ics and keyval usage)
scrbase.sty    2010/02/15 v3.06 KOMA-Script package (KOMA-Script-independent b
asics and keyval usage)
  keyval.sty    1999/03/16 v1.13 key=value parser (DPC)
scrlfile.sty    2009/03/25 v3.03 KOMA-Script package (loading files)
tocbasic.sty    2010/01/05 v3.04b KOMA-Script package (handling toc-files)
scrsize12pt.clo    2010/02/15 v3.06 KOMA-Script font size class option (12pt)
typearea.sty    2010/02/15 v3.05 KOMA-Script package (type area)
   babel.sty    2008/07/06 v3.8l The Babel package
bblopts.cfg     2006/07/31 v1.0 MiKTeX 'babel' configuration
ngermanb.ldf    2008/07/06 v2.6n new German support from the babel system
csquotes.sty    2010/06/09 v5.0a context-sensitive quotations
inputenc.sty    2008/03/30 v1.1d Input encoding file
ansinew.def     2008/03/30 v1.1d Input encoding file
fontenc.sty
   t1enc.def    2005/09/27 v1.99g Standard LaTeX file
  natbib.sty    2009/11/07 8.31a (PWD, AO)
textcomp.sty    2005/09/27 v1.99g Standard LaTeX package
  ts1enc.def    2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
   array.sty    2008/09/09 v2.4c Tabular extension package (FMi)
tabularx.sty    1999/01/07 v2.07 `tabularx' package (DPC)
pdflscape.sty    2008/08/11 v0.10 Landscape pages in PDF (HO)
  lscape.sty    2000/10/22 v3.01 Landscape Pages (DPC)
graphics.sty    2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
    trig.sty    1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg    2010/04/23 v1.9 graphics configuration of TeX Live
  pdftex.def    2010/02/14 v0.04n Graphics/color for pdfTeX
   ifpdf.sty    2010/01/28 v2.1 Provides the ifpdf switch (HO)
ifxetex.sty    2009/01/23 v0.5 Provides ifxetex conditional
  ts1cmr.fd    1999/05/25 v2.5h Standard LaTeX font definitions
supp-pdf.tex
***********

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply