List Info

Thread: TeX Live 2007




TeX Live 2007
country flaguser name
United States
2007-04-13 14:08:33
How do I transpose this sequence of commands
into Ubuntu 6.10 commands?


mount -t iso9660 /dev/cdrom /mnt/cdrom

cd /mnt/cdrom

sh install-tl.sh


-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: TeX Live 2007
user name
2007-04-13 14:28:46
Sean Sieger wrote:
> How do I transpose this sequence of commands
> into Ubuntu 6.10 commands?
> 
> 
> mount -t iso9660 /dev/cdrom /mnt/cdrom
> 
> cd /mnt/cdrom
> 
> sh install-tl.sh
> 

Put a sudo in front of each command.  Also, just in case,
start with

sudo mkdir /mnt/cdrom


-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: TeX Live 2007
country flaguser name
United Kingdom
2007-04-13 15:15:08
On Fri, 13 Apr 2007 15:28:46 -0400
Rashkae <ubuntutigershaunt.com> wrote:

R> Sean Sieger wrote:
R> > How do I transpose this sequence of commands
R> > into Ubuntu 6.10 commands?
R> > 
R> > 
R> > mount -t iso9660 /dev/cdrom /mnt/cdrom
R> > 
R> > cd /mnt/cdrom
R> > 
R> > sh install-tl.sh
R> > 
R> 
R> Put a sudo in front of each command.  Also, just in
case, start with
R> 
R> sudo mkdir /mnt/cdrom
R> 
R> 


Ubuntu, mounts a CDROM when it's inserted (or it should), on
/media, so all you need is:
* put the CD in the drive, 
* wait a little while
* cd /media/cdrom
* sudo sh install-t1.sh


-- 
+------------------------+-------------------------------+--
-------+
| James Tappin           | School of Physics & Astronomy
|  O__    |
| sjtstar.sr.bham.ac.uk | University of Birmingham      |
--  /` |
| Ph: 0121-414-6462. Fax: 0121-414-3722                  |  
      |
+--------------------------------------------------------+--
-------+

-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: TeX Live 2007
country flaguser name
United States
2007-04-13 15:39:01
James Tappin <sjtstar.sr.bham.ac.uk> writes:

   Ubuntu, mounts a CDROM when it's inserted (or it should),
on
   /media, so all you need is:

   * put the CD in the drive, 
   * wait a little while
   * cd /media/cdrom
   * sudo sh install-t1.sh

That's typical, right?  What's in:


mkdir /mnt/cdrom

mount -t iso9660 /dev/cdrom /mnt/cdrom


and enabling Rock Ridge extensions?  Sorry, if I knew more,
I wouldn't
be asking; the command originates in Karl Berry's
installation
instructions and I'm just trying to put together reliable
instructions
for Ubuntu 7.04.

And then:


cd /mnt/cdrom

sh install-tl.sh


-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: TeX Live 2007
country flaguser name
United States
2007-04-16 09:06:06
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sean Sieger wrote:
> How do I transpose this sequence of commands
> into Ubuntu 6.10 commands?
> 
> 
> mount -t iso9660 /dev/cdrom /mnt/cdrom
> 
> cd /mnt/cdrom
> 
> sh install-tl.sh
> 
> 
Feisty seems to have texlive in its repositories (apt-cache
search
texlive). Do you know what is the advantage of using TeX
Live CD instead
of Ubuntu packages? Does '07 version of the CD have
more/newer software?

Thanks,
Sarunas

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFGI4LOejaFVltl6E8RAjJ9AJ0adIPqR3lNslXXfdRC3y2Wch0q/QCf
RfNL
OXSvb5LWL8uup0+LrmY2+ak=
=vcgt
-----END PGP SIGNATURE-----

-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: TeX Live 2007
user name
2007-04-16 13:47:54
TeXLive is big (1.3GB uncompressed, 600MB compressed), so they distribute the CD so not everyone needs to download it.  As for which one is newer, I can't say.

-Scott

On 4/16/07, Sarunas Burdulis < sarunasmath.dartmouth.edu">sarunasmath.dartmouth.edu&gt; wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sean Sieger wrote:
>; How do I transpose this sequence of commands
&gt; into Ubuntu 6.10 commands?
>
>
&gt; mount -t iso9660 /dev/cdrom /mnt/cdrom
>
>; cd /mnt/cdrom
>
> sh install-tl.sh
>
&gt;
Feisty seems to have texlive in its repositories (apt-cache search
texlive). Do you know what is the advantage of using TeX Live CD instead
of Ubuntu packages? Does '07 version of the CD have more/newer software?

Thanks,
Sarunas

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGI4LOejaFVltl6E8RAjJ9AJ0adIPqR3lNslXXfdRC3y2Wch0q/QCfRfNL
OXSvb5LWL8uup0+LrmY2+ak=
=vcgt
-----END PGP SIGNATURE-----

--
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com"> ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

Re: TeX Live 2007
country flaguser name
United States
2007-04-17 07:31:33
Sarunas Burdulis <sarunasmath.dartmouth.edu>
writes:

   Feisty seems to have texlive in its repositories
(apt-cache search
   texlive). Do you know what is the advantage of using TeX
Live CD instead
   of Ubuntu packages? Does '07 version of the CD have
more/newer software?

TeX Live 2005 and the Ubuntu 7.04 texlive-full are
approximately
adequate to each other--I've heard of the difficulties in
creating a
package from it, but have no idea of the differences between
the two.
If it's important to you, there are two years of development
between
them.

I've worked on putting together a set of instructions (and
as much a
description of the process) for installing the TeX Live 2007
CD on
Ubuntu 7.04.  If you would like it, I would be more than
happy to
forward it to you. The last thing I need to do is bounce it
off the
powers that be to make sure that I'm not missing anything in
creating
the TeX environment properly.


-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: TeX Live 2007
country flaguser name
United States
2007-04-17 07:40:29
Sean Sieger <sean.siegergmail.com> writes:

   If it's important to you, there are two years of
development between
   them.

That is, between the texlive-full of Ubuntu 7.04 and the TeX
Live 2007
CD.


-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: TeX Live 2007
country flaguser name
United States
2007-04-17 10:46:44
Sean Sieger wrote:
> Sarunas Burdulis <sarunasmath.dartmouth.edu>
writes:
> 
>    Feisty seems to have texlive in its repositories
(apt-cache search
>    texlive). Do you know what is the advantage of using
TeX Live CD instead
>    of Ubuntu packages? Does '07 version of the CD have
more/newer software?
> 
> TeX Live 2005 and the Ubuntu 7.04 texlive-full are
approximately
> adequate to each other--I've heard of the difficulties
in creating a
> package from it, but have no idea of the differences
between the two.
> If it's important to you, there are two years of
development between
> them.
OK, thanks for the info.

> I've worked on putting together a set of instructions
(and as much a
> description of the process) for installing the TeX Live
2007 CD on
> Ubuntu 7.04.  If you would like it, I would be more
than happy to
> forward it to you. The last thing I need to do is
bounce it off the
> powers that be to make sure that I'm not missing
anything in creating
> the TeX environment properly.
> 
Instructions would be great. Wouldn't it make sense putting
them Ubuntu
wiki?

Sarunas



-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: TeX Live 2007
country flaguser name
United States
2007-04-17 11:05:42
Sarunas Burdulis <sarunasmath.dartmouth.edu>
writes:

   Instructions would be great. Wouldn't it make sense
putting them Ubuntu
   wiki?

Yep, I'll be in touch.


-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


[1-10]

about | contact  Other archives ( Real Estate discussion Medical topics )