Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188118 - add SLaTeX and fix drscheme's slatex
Summary: add SLaTeX and fix drscheme's slatex
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Scheme Project
URL: http://www.ccs.neu.edu/home/dorai/sla...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-08 14:45 UTC by Marijn Schouten (RETIRED)
Modified: 2008-03-23 11:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
drscheme and slatex (drscheme-372-r1.ebuild,2.09 KB, text/plain)
2008-03-18 16:26 UTC, massimo zanetti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marijn Schouten (RETIRED) gentoo-dev 2007-08-08 14:45:54 UTC
make it possible to \usepackage{slatex} in LaTeX source files.
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2008-01-17 16:20:57 UTC
drscheme provides slatex too, but doesn't install slatex.sty in the right place
Comment 2 Marijn Schouten (RETIRED) gentoo-dev 2008-01-17 22:56:08 UTC
slatex has been added to main tree
Comment 3 massimo zanetti 2008-03-18 16:26:29 UTC
Created attachment 146498 [details]
drscheme and slatex
Comment 4 Marijn Schouten (RETIRED) gentoo-dev 2008-03-23 11:28:06 UTC
right, patch is:

--- drscheme-372.ebuild 2008-03-03 10:29:23.000000000 +0100
+++ drscheme-372-r1.ebuild      2008-03-18 22:24:32.000000000 +0100
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-scheme/drscheme/drscheme-372.ebuild,v 1.1 2008/03/03 09:29:23 hkbst Exp $

-inherit eutils
+inherit eutils latex-package

 SRC_URI="http://download.plt-scheme.org/bundles/${PV}/plt/plt-${PV}-src-unix.tgz
                 http://pre.plt-scheme.org/installers/plt-${PV}-src-unix.tgz"
@@ -61,6 +61,10 @@
 }

 src_install() {
+       # deal with slatex
+       insinto /usr/share/texmf/tex/latex/slatex/
+       doins collects/slatex/slatex.sty
+
        cd src
        export MZSCHEME_DYNEXT_LINKER_FLAGS=$(raw-ldflags)

Comment 5 Marijn Schouten (RETIRED) gentoo-dev 2008-03-23 11:52:17 UTC
committed, thanks Massimo.