FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora User

 
 
LinkBack Thread Tools
 
Old 03-11-2011, 03:50 AM
Ranjan Maitra
 
Default rpm with biblatex.sty?

Does anyone know if there is a package containing biblatex.sty on any
of the unofficial repos for F14?

Thanks very much for your help!
Best wishes,
Ranjan
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 03-11-2011, 06:28 AM
suvayu ali
 
Default rpm with biblatex.sty?

Hi Ranjan,

On Thu, Mar 10, 2011 at 8:50 PM, Ranjan Maitra <maitra@iastate.edu> wrote:
> Does anyone know if there is a package containing biblatex.sty on any
> of the unofficial repos for F14?
>
> Thanks very much for your help!

Maybe you can try the TeXLive 2010 test repo the TeXLive maintainer maintains?

http://fedoraproject.org/wiki/Features/TeXLive

My copy of that file is from the TeXLive 2010 distribution from ctan.
So its not managed by rpm/yum.

Hope this helps.

> Best wishes,
> Ranjan

--
Suvayu

Open source is the future. It sets us free.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 03-11-2011, 11:53 AM
Genes MailLists
 
Default rpm with biblatex.sty?

On 03/10/2011 11:50 PM, Ranjan Maitra wrote:
> Does anyone know if there is a package containing biblatex.sty on any
> of the unofficial repos for F14?
>


I have found it simplest to use the official TexLive install and update
using tlmgr. The fedora repo's have been lagging behind quite a bit for
some time now and until they catch up it may make sense to just use the
official versions. YMMV.

I too use biblatex as does everyone I work with - and its nice that
we're all running the same version of latex.

I set up a mirror (with excludes to keep only what I need - in my case
os/x and linux) and I update locally from that as I have found some of
the mirrors a bit slow.


g


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 03-11-2011, 12:58 PM
Genes MailLists
 
Default rpm with biblatex.sty?

On 03/11/2011 07:53 AM, Genes MailLists wrote:


Also - fyi - you need quite a bit more than the style file biblatex.sty
- there is a directory with several files subdirs in it.

This is from my install (from official upstream texlive 2010):

% ls biblatex
total 348
4 bbx/ 256 biblatex.sty 4 blx-natbib.def
4 biblatex.cfg 4 blx-compat.def 4 cbx/
64 biblatex.def 4 blx-mcite.def 4 lbx/


gene/
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 03-11-2011, 01:59 PM
Walter Cazzola
 
Default rpm with biblatex.sty?

On Fri, 11 Mar 2011, Genes MailLists wrote:


On 03/10/2011 11:50 PM, Ranjan Maitra wrote:

Does anyone know if there is a package containing biblatex.sty on any
of the unofficial repos for F14?



I have found it simplest to use the official TexLive install and update
using tlmgr. The fedora repo's have been lagging behind quite a bit for
some time now and until they catch up it may make sense to just use the
official versions. YMMV.


Indeed this is the only wise way to proceed since the texlive
distribution for fedora is too buggy (look at my previous posts on the
topic) but you have to be ready to renounce to some packages (such as R,
ktikz and a2ps) which rely on the texlive fedora distribution and yum
refuse to install if you don't install it.

I'm trying to write a fake package to fool yum but still 6 provides need
to be satisfied in order to get yum cope with the native texlive
installation. Attached the spec for the fake rpm if you find what it is
missing please let me know.

Walter
--Name: texlive2010-fake
Version: 1.0
Release: 1%{?dist}
Summary: This is a fake TeXLive package
Group: Applications/Publishing
License: GPLv2 and BSD and Public Domain and LGPLv2+ and GPLv2+ and LPPL
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Provides: texlive >= 2007 texlive-doc >= 2007 texlive-east-asian >= 2007
Provides: texlive-texmf-afm >= 2007 texlive-texmf-dvips >= 2007
Provides: texlive-texmf-errata-east-asian >= 2007
Provides: texlive-texmf-errata-fonts >= 2007
Provides: texlive-texmf-errata-latex >= 2007
Provides: texlive-texmf-errata-xetex >= 2007 texlive-texmf-fonts >= 2007
Provides: texlive-texmf-latex >= 2007 texlive-texmf-xetex >= 2007
Provides: texlive-utils >= 2007 texlive-afm >= 2007 texlive-dvips >= 2007
Provides: texlive-dviutils >= 2007
Provides: texlive-texmf >= 2007
Provides: texlive-texmf-context >= 2007 texlive-texmf-doc >= 2007
Provides: texlive-context >= 2007 texlive-xetex >= 2007
Provides: kpathsea >= 2007
Provides: tex-preview >= 11.86 texinfo-tex >= 4.13a
Provides: texlive-texmf-errata >= 2007
Provides: texlive-latex >= 2007
Provides: texlive >= 2007
Provides: texlive-dvips >= 2007

%description
This was necessary to have a tlmgr-based installation of texlive and all the rpm packages that requires texlive (e.g., a2ps and R-core) still installable.

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc

%changelog

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 03-11-2011, 04:06 PM
Genes MailLists
 
Default rpm with biblatex.sty?

On 03/11/2011 09:59 AM, Walter Cazzola wrote:

> I'm trying to write a fake package to fool yum but still 6 provides need
> to be satisfied in order to get yum cope with the native texlive
> installation. Attached the spec for the fake rpm if you find what it is
> missing please let me know.
>
> Walter
>

That would be great - R is a bit painful for sure ...


gene/

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 03-14-2011, 06:31 PM
Ranjan Maitra
 
Default rpm with biblatex.sty?

On Fri, 11 Mar 2011 01:28:17 -0600 suvayu ali
<fatkasuvayu+linux@gmail.com> wrote:

> Hi Ranjan,
>
> On Thu, Mar 10, 2011 at 8:50 PM, Ranjan Maitra <maitra@iastate.edu> wrote:
> > Does anyone know if there is a package containing biblatex.sty on any
> > of the unofficial repos for F14?
> >
> > Thanks very much for your help!
>
> Maybe you can try the TeXLive 2010 test repo the TeXLive maintainer maintains?
>
> http://fedoraproject.org/wiki/Features/TeXLive

Btw, installing the rpms from the 2010 test repo messes up pdfjam. Which
maintainer should be informed for this? jnovy?

Best wishes,
Ranjan


>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 03-15-2011, 01:52 AM
suvayu ali
 
Default rpm with biblatex.sty?

On Mon, Mar 14, 2011 at 12:31 PM, Ranjan Maitra <maitra@iastate.edu> wrote:
> Btw, installing the rpms from the 2010 test repo messes up pdfjam. Which
> maintainer should be informed for this? jnovy?

Yes I believe so.

--
Suvayu

Open source is the future. It sets us free.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 

Thread Tools




All times are GMT. The time now is 09:34 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org