由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 问一个pdfpages package 的问题
相关主题
2列文章里面跨列图片怎么总是说reference找不到?
请问怎么把两幅图并排放?用不同的标题?请教关于subfigure的问题
请教两个插图的问题latex单栏文档中如何双栏显示图片
请教如何摆一个大图insert pdf into latex?
请教一个Latex公式输入问题。one question about latex figure
新手请问插图问题metapost画图在miktex中显示问题。
[合集] Latex 插入figure的一个问题关于Latex插入图表之我见
Latex figure: can not find figure请问:有三个图,如何摆成第一行两个,第二行一个。
相关话题的讨论汇总
话题: pdfpages话题: includepdf话题: figure话题: begin话题: end
进入TeX版参与讨论
1 (共1页)
W*****7
发帖数: 830
1
想在latex中插入multiple page pdf files, 但是用includepdf出现很多错误.
\usepackage{pdfpages}
........
\includepdf[pages=1-7]{filename.pdf}
error message is:
! Too many }'s.
\color@endbox ->\color@endgroup \egroup
l.78 \end{figure}
! LaTeX Error: \begin{document} ended by \end{figure}.
..........
但是去掉zhe两行没有任何问题,请问可能是什么原因?谢谢
\usepackage{pdfpages}
\includepdf[pages=1-7]{filename.pdf}
b*******t
发帖数: 33714
2
单独test这句也没问题,感觉你可能贴的时候哪里多了少了\begin \end之类的,或者.
aux删掉重新编译试试

【在 W*****7 的大作中提到】
: 想在latex中插入multiple page pdf files, 但是用includepdf出现很多错误.
: \usepackage{pdfpages}
: ........
: \includepdf[pages=1-7]{filename.pdf}
: error message is:
: ! Too many }'s.
: \color@endbox ->\color@endgroup \egroup
: l.78 \end{figure}
: ! LaTeX Error: \begin{document} ended by \end{figure}.
: ..........

W*****7
发帖数: 830
3
a simple example:
%%%%%%%%% Begin of thesis.tex
\documentclass{thesis}
\usepackage{pdfpages}
\begin{document}
\chapter{appendixs}
\begin{figure}
\centering
\includegraphics[bb=1.0in 5.4in 7.5in 9.2in, width=0.9\textwidth]{test.pdf}
\end{figure}
\includepdf[pages=1-7]{figures/sim.pdf}
\end{document}
发现去掉begin{figure} and end{figure}就没问题,难道这个begin{figure}和
pdfpages package不 compatible?

者.

【在 b*******t 的大作中提到】
: 单独test这句也没问题,感觉你可能贴的时候哪里多了少了\begin \end之类的,或者.
: aux删掉重新编译试试

1 (共1页)
进入TeX版参与讨论
相关主题
请问:有三个图,如何摆成第一行两个,第二行一个。请教一个Latex公式输入问题。
auctex 多文件补全宏有问题啊新手请问插图问题
【如何用latex给图片加上公式或者文字】[合集] Latex 插入figure的一个问题
[合集] 问个latex的问题(关于fancyheader)Latex figure: can not find figure
2列文章里面跨列图片怎么总是说reference找不到?
请问怎么把两幅图并排放?用不同的标题?请教关于subfigure的问题
请教两个插图的问题latex单栏文档中如何双栏显示图片
请教如何摆一个大图insert pdf into latex?
相关话题的讨论汇总
话题: pdfpages话题: includepdf话题: figure话题: begin话题: end