Displaying 20 results from an estimated 1000 matches similar to: "CentOS-announce Digest, Vol 84, Issue 9"
2012 Feb 16
0
CESA-2012:0137 Moderate CentOS 6 texlive Update
CentOS Errata and Security Advisory 2012:0137 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0137.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
406a29cf1e1d670947152626b4c065c1a2c3152e7a0e8716fbcc03c06ef4552f kpathsea-2007-57.el6_2.i686.rpm
2015 Sep 22
0
CEBA-2015:1830 CentOS 6 texlive BugFix Update
CentOS Errata and Bugfix Advisory 2015:1830
Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1830.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
85dc8987abbff18e9b914316004e25ce7cbbf21c9e2c05c35c622d0fb26244c8 kpathsea-2007-60.el6_7.i686.rpm
2015 Sep 23
0
CentOS-announce Digest, Vol 127, Issue 7
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Jul 24
2
You didn't give me some packages, so now I'm giving you some! R, TexLive, LyX, Gnumeric, etc.
I want up-to-dateish versions of TexLive, R, gnumeric, emacs, but on a
more-or-less stable base of Centos-5.2. I asked for packages in this,
but got no answers. So now I've built them and will let you try them
if you want. I used the source packages from Fedora 8 and 9.
I wanted TexLive because many of us have jumped ship to Ubuntu Linux
8.04 and it does offer TexLive, and the compatability
2014 Sep 10
1
xelatex does not work on centos 7
Hi there,
I tried to compile some trivial LaTeX file with the shipped XeLaTeX:
$ xelatex trivial.tex
This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013)
restricted \write18 enabled.
kpathsea: Running mktexfmt xelatex.fmt
/usr/bin/mktexfmt: line 395:
/usr/share/texlive/texmf/texconfig/tcfmgr: No such file or directory
fmtutil: config file `fmtutil.cnf' not found.
I can't find
2011 May 31
2
the tag Obsoletes: in spec files
How exactly to use the tag "Obsoletes:" in a spec file ?
I need to offer texlive to users on Centos-5.6, so I packaged it (based
on a Mandriva src.rpm), and that works.
But I want rpm to *replace* tetex by texlive, instead of just adding
texlive, when users do a :
$ yum install texlive
(we have a local repo here).
So I added this line in texlive.spec :
Obsoletes: tetex
and of
2012 Apr 23
0
Processed: found 661471 in 3.4.1-2, found 670105 in libdrmaa-dev/6.2u5-4 ..., found 668550 in libxen-dev/4.1.2-4 ...
Processing commands for control at bugs.debian.org:
> found 661471 3.4.1-2
Bug #661471 [gnome-themes-standard] gnome-themes-standard: removal of gnome-themes-standard makes files disappear from gnome-accessibility-themes
Marked as found in versions gnome-themes-standard/3.4.1-2.
> found 670105 libdrmaa-dev/6.2u5-4
Bug #670105 {Done: Dominique Belhachemi <domibel at debian.org>}
2015 Sep 22
0
CEBA-2015:1815 CentOS 6 texlive-texmf BugFix Update
CentOS Errata and Bugfix Advisory 2015:1815
Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1815.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
1b0e542c98506f21fc94f5adb0db649ec9d385268871be2741a43bc29d72b124 texlive-texmf-2007-39.el6_7.noarch.rpm
2025 Feb 02
1
R CMD check error: File `inconsolata.sty' not found
R CMD check <package> gives me below message at the end. There does not seem to be a problem with my TeX installation. Is it possible that R CMD check is not looking in the correct location? How can this problem be fixed?
Thanks,
Naresh
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! LaTeX
2020 Feb 14
3
R-3.6.2 make check fails
I am trying to build the latest version of R (3.6.2) on a CentOS system running 7.7.1908.
I have been able to build previous versions of R up to and including 3.5.3 successfully. Starting with 3.6.0
the "make check" step fails with errors relating to "pdflatex" being missing. So, I installed texlive-latex
(and the 100 other rpm dependencies) then tried rebuilding R.
2025 Feb 08
0
R CMD check error: File `inconsolata.sty' not found
This is about LaTeX install and not about R. My problem was multiple installations of LaTeX: first using MacTex, then newer version using texlive. I had also tried to install then uninstall using MacPorts. It seems MacPorts uninstall was not clean. I had to manually delete several sym links. MacTex install inserts /etc/paths.d/TeX, which has the path /Library/TeX/texbin. So to get TeX to use
2018 May 30
0
CentOS 7 issues with pdf manual / tex conversion
On 05/29/2018 04:53 PM, Dirk Eddelbuettel wrote:
> I noticed it with a local, not-public package -- but it appears to apply with
> any source package. I replicated with pkgKitten straight off CRAN and after
> checking that it has a six page manual there.
I'm having trouble reproducing this one. In my fresh CentOS 7 VM, I can
pull the pkgKitten source down, and run R CMD Rd2pdf
2018 May 30
2
CentOS 7 issues with pdf manual / tex conversion
Tom,
On 30 May 2018 at 11:34, Tom Callaway wrote:
| On 05/29/2018 04:53 PM, Dirk Eddelbuettel wrote:
| > I noticed it with a local, not-public package -- but it appears to apply with
| > any source package. I replicated with pkgKitten straight off CRAN and after
| > checking that it has a six page manual there.
|
| I'm having trouble reproducing this one. In my fresh CentOS 7 VM, I
2011 Nov 03
0
non-ascii vignettes
Hi,
just saw "require vignettes to declare their encoding (trunk at 57560)". Having played with non-ascii vignettes (well, a lot of Chinese...) on-and-off for almost two weeks, I noticed it was a bit odd that a *commented* \usepackage[utf8]{inputenc} had any effort at all on R's Sweave behavior - while it is understandable (probably no check is made whether a "%" is before
2012 Feb 15
0
CentOS-announce Digest, Vol 84, Issue 8
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2012 Feb 25
2
CentOS-announce Digest, Vol 84, Issue 14
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2010 May 12
1
Input encoding problem when using sweave with xetex
Hello
Because I want to use different true type fonts with latex, I''m using the
XeTeX typesetting engine for my sweave-documents. I''m using Lyx with Sweave
on a Windows 7 PC and have set up LyX to work with XeTeX according to the
following instructions:
http://wiki.lyx.org/LyX/XeTeX
Because the input file for XeTeX is assumed to be in UTF-8 encoding, I set
the encoding
2012 Feb 22
0
CentOS-announce Digest, Vol 84, Issue 12
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2014 Jun 04
1
Package keyval Error: noupquote undefined
Hi,
Due to a change in Rd.sty a few days ago
(https://github.com/wch/r-source/commit/620eb9a#diff-3bf3d821c6faae50cd6ec931f6f63296L272),
the default installation of TeXLive 2009 or 2012 no longer works when
building Rd to PDF. The error log is like this:
===============
Converting Rd files to LaTeX .....
Creating pdf output from LaTeX ...
Error in texi2dvi(file = file, pdf = TRUE, clean = clean,
2012 Apr 03
1
texlive on Ubuntu halting 'make'
Hi,
I am currently in the process of installing the latest release that I
cloned from git in an effort to complete an application for GSOC. I am
running into an issue however with 'make' on my Ubuntu 64bit Linux version
. Below is the code that make reports upon exiting with multiple errors.
They seems to be related to my latex installation which aborted in error
due to missing entry