- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试在 Ubuntu 9.4 开发平台上安装“git”,使用命令:
sudo apt-get install git-core
Errors were encountered while processing:
texlive-latex-base
texlive-latex-recommended
...............
tipa
-------- log of command line message -------
stan@yocto-2014-0618$ sudo apt-get install git-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
git-core is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
8 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up texlive-latex-base (2007.dfsg.1-5) ...
Running mktexlsr. This may take some time... done.
Running updmap-sys. This may take some time... done.
Building format(s) --all --cnffile /etc/texmf/fmt.d/10texlive-latex-base.cnf.
This may take some time...
fmtutil-sys failed. Output has been stored in
/tmp/fmtutil.cwDYmWcq
Please include this file if you report a bug.
dpkg: error processing texlive-latex-base (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of texlive-latex-recommended:
texlive-latex-recommended depends on texlive-latex-base (>= 2007-11); however:
Package texlive-latex-base is not configured yet.
dpkg: error processing texlive-latex-recommended (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of latex-xcolor:
latex-xcolor depends on texlive-latex-recommended; however:
Package texlive-latex-recommended is not configured yet.
dpkg: error processing latex-xcolor (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of pgf:
pgf depends on latex-xcolor (>= 2.00-1); however:
Package latex-xcolor is not configured yet.
pgf depends oNo apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
n texlive-latex-recommended; however:
Package texlive-latex-recommended is not configured yet.
dpkg: error processing pgf (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of latex-beamer:
latex-beamer depends on pgf (>= 1.00-1); however:
Package pgf is not configured yet.
latex-beamer depends on latex-xcolor (>= 2.00-1); however:
Package latex-xcolor is not configured yet.
latex-beamer depends on texlive-latex-base | tetex-extra; however:
Package texlive-latex-base is not configured yet.
Package tetex-extra is not installed.
dpkg: error processing latex-beamer (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of prosper:
prosper depends on texlive-latex-base; however:
Package texlive-latex-base is not configured yet.
prosper depends on texlive-latex-recommended; however:
Package texlive-latex-recommended is not configured yet.
dpkg: error processing prosper (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of texlive:
texlive depends on texlive-latex-recommended (>= 2007-11); however:
Package texlive-latex-recommended is not configured yet.
texlive depends on texlive-latex-base (>= 2007-11); however:
Package texlive-latex-base is not configured yet.
dpkg: error processing texlive (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tipa:
tipa depends on texlive-latex-base; however:
Package texlive-latex-base is not configured yet.
dpkg: error processing tipa (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
texlive-latex-base
texlive-latex-recommended
latex-xcolor
pgf
latex-beamer
prosper
texlive
tipa
E: Sub-process /usr/bin/dpkg returned an error code (1)
最佳答案
最初的问题发生在 ubuntu 9.04 上。问题来自尝试在 ubuntu 上安装 'git',它必须是 12.04 或更高版本。我认为这就是原因。
我将我的平台升级到 ubuntu 14.04,它工作正常。
关于git - 这些工具有什么问题 : texlive-latex-base texlive-latex-recommended latex-xcolor pgf latex-beamer prosper texlive tipa?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24303496/
我的 R 包小插图使用 tikz/pgf 图形。 R CMD check 命令在未安装 LaTeX 包 tikz/pgf 的操作系统上抛出错误消息。例如,在 vanilla Ubuntu 系统上,必须
我有一个 latex 宏,它根据给定的参数使用 PGF 和 Tikz 绘制图片。绘制的图片宽度取决于这些参数。 PGF 会自动计算绘制的任何图片的最终宽度,因此用户不必明确设置它(例如,在图片环境中使
我正在尝试重建 TikZ 中的欧元符号。我的基本指南是 http://upload.wikimedia.org/wikipedia/commons/5/57/Euro_Construction.svg
我正在尝试在图表上画一条水平线。直线的 Y 坐标应位于 a 点和 b 点之间的中间(a 在 b 下方)。线的左右端点位于 tikzpicture 的边界框上。下面是我现在使用交集运算符执行此操作的方法
我正在尝试使用 seaborn 绘制热图并将其导出到 pgf 以便在 Latex 中轻松导入。这或多或少有效,唯一困扰我的是颜色栏作为额外的 png 导出。 因此,如果我运行导出到 pgf,我会得到以
我正在用 pgf 编写一些形状,我并不真正了解它是如何工作的,但我设法阅读了文档。 \pgfdeclareshape{reg}{ % The 'minimum width' and 'minimu
我有一台安装了 tetex 的干净的 CentOS 5.5 机器。接下来,我安装了 PGF/TikZ: wget http://media.texample.net/pgf/builds/pgfCVS
我尝试使用 matplotlib 为 LaTeX 创建一个 pgf 文件: from matplotlib.pyplot import subplots from numpy import linsp
我准备了一个带有许多 matplotlib 图的 Jupyter Notebook。现在我想将绘图保存为 PGF 格式,以便我可以在 LaTeX 中重用它们。我已关注 this blog post来实
我是 pgf 新手,所以我正在尝试 pgfplot 手册中的一些示例。有一个例子与我当前的任务特别相关,但是遗憾的是,它无法编译。 这是代码: \documentclass[11pt]{article
我安装了pgfSweave LaTeX 文档中的颜色语法包,但是当涉及到 LaTeX 依赖项时,我搁浅了。我已经安装了 pgf通过 MikTeX 打包 Package Manager (Admin)并
我正在尝试在 pyplot 中保存一个边距很小的图形。 以下代码与 PDF 输出完美配合: from matplotlib import pyplot as plt plt.plot(1) plt.s
我尝试在 Ubuntu 9.4 开发平台上安装“git”,使用命令: sudo apt-get install git-core 我收到如下消息。我似乎从“fmtutil-sys failed”开始遇
我是一名优秀的程序员,十分优秀!