我正在写一本书,书的开头是:
\documentclass[12pt,leqno]{book}
\usepackage{keyval}
\usepackage{graphicx} % Packages to allow inclusion of graphics
\usepackage{color} % For creating coloured text and background
\usepackage{hyperref} % For creating hyperlinks in cross references
\usepackage{alltt}
...
那么我有
\includegraphics*[bb 20 20 302 334,width=3.15cm,clip]{inserts/OCT1.pdf}
但这失败了:
! Package keyval Error: bb 20 20 302 334 undefined.
为什么?
答案1
您需要bb=20 20 302 334
,因为( ounding oxbb
的缩写)使用键值语法,如。b
b
<key>=<value>
有些键不需要值,或者如果未提供值则假定默认值。但在本例中不是这样。