Re: TeXLive 2011 repo

2012-08-04 Thread Henrique Junior
Em Sáb, 2012-08-04 às 11:29 +0200, Jean-Paul Chaput escreveu: 
> Hello Henrique,
> 
> 
> On my side, your LaTeX example compile fine (either with
> pdflatex or latex).  :-(
> 
> Nevertheless, I have a dim recollection of such a bug occurring
> just after the upgrade: could you remove any previously generated
> file? (.aux, .toc, .lof, ...).
> 
> 
> Regards,

With pleasure. I'll give it a try ASAP.

-- 
Henrique 'LonelySpooky' Junior
http://about.me/henriquejunior


Re: TeXLive 2011 repo

2012-08-04 Thread Jean-Paul Chaput
Hello Henrique,


On my side, your LaTeX example compile fine (either with
pdflatex or latex).  :-(

Nevertheless, I have a dim recollection of such a bug occurring
just after the upgrade: could you remove any previously generated
file? (.aux, .toc, .lof, ...).


Regards,


On Fri, 2012-08-03 at 10:29 -0700, Henrique Junior wrote:
> Hi,
> It was a very, very simple code, just to test if everything was ok:
> 
> 
> \documentclass[12pt]{article}
> \usepackage{palatino,url}
> \begin{document}
> \section*{My first document}
> This is a short example of a \LaTeX\ document I wrote
> on \today. It shows a few simple features of automated
> typesetting, including
> \begin{itemize}
> \item setting the default font size to 12pt;
> \item specifying ‘article’ type for formatting;
> \item using the Palatino typeface;
> \item adding special formatting for URIs;
> \item formatting a heading in ‘section’ style;
> \item using the \LaTeX\ logo;
> \item generating today’s date;
> \item formatting a list of items;
> \item centering and italicizing;
> \item autonumbering the pages.
> \end{itemize}
> \subsection*{More information}
> This example was taken from ‘Formatting Information’,
> which you can download from
> \url{http://www.ctan.org/tex-archive/info/beginlatex/}
> and use as a teach-yourself guide.
> \begin{center}
> \textit{Have a nice day!}
> \end{center}
> \end{document}
>  
> 
> 
> --
> Henrique "LonelySpooky" Junior
> http://about.me/henriquejunior
> 
> __
> From: Jean-Paul Chaput 
> To: Henrique Junior  
> Cc: "henrique_...@yahoo.com.br" ;
> "scientific-linux-users@listserv.fnal.gov"
>  
> Sent: Friday, August 3, 2012 2:20 PM
> Subject: Re: TeXLive 2011 repo
> 
> 
> 
> Hello Henrique,
> 
> 
> Could you send me a file that cause the problem, so I can
> debug locally.
> 
> (I will also take into account the conflict).
> 
> 
> Regards,
> 
> 
> On Fri, 2012-08-03 at 06:29 -0700, Henrique Junior wrote:
> > Also, I'm getting errors like that when compiling my
> acticle:
> > 
> > 
> > ERROR: I can't find file `ruhyphen.tex'.
> > 
> > 
> > --- TeX said ---
> > l.30\input ruhyphen.tex
> >
> > --- HELP ---
> > TeX can't find a file that it needs. If the name of the
> missing file
> > has the extension tex, then it is looking for an input file
> that you
> > specified---either your main file or another file inserted
> with an
> > \input or \include command. If the missing file has the
> extension sty
> > , then you have specified a nonexistent document style or
> style
> > option.
> >  
> > 
> > 
> > --
> > Henrique "LonelySpooky" Junior
> > http://about.me/henriquejunior
> >
> >
> __
> >From: Henrique Junior 
> >To: Jean-Paul Chaput  
> >Cc: scientific-linux-users@listserv.fnal.gov 
> >Sent: Friday, August 3, 2012 9:42 AM
> >Subject: Re: TeXLive 2011 repo
> >
> >
> >2012/8/1 Jean-Paul Chaput 
> >Hello Henrique,
> >
> >
> >Here is the contents of the repo
> >file /etc/yum.repos.d/soc-texlive.repo
> >
> >[soc-texlive]
> >name=TeXLive 2011 for Scientific Linux 6 -
> $basearch
> >
> 
> baseurl=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/soc/texlive/$basearch/
> >failovermethod=priority
> >enabled=1
> >gpgcheck=1
> >
> 
> gpgkey=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/6x/dim/RPM-GPG-KEY-jpc
> >
> >
> >You can install a big working subset of
> pa

Re: TeXLive 2011 repo

2012-08-03 Thread Henrique Junior
Hi,
It was a very, very simple code, just to test if everything was ok:

\documentclass[12pt]{article}
\usepackage{palatino,url}
\begin{document}
\section*{My first document}
This is a short example of a \LaTeX\ document I wrote
on \today. It shows a few simple features of automated
typesetting, including
\begin{itemize}
\item setting the default font size to 12pt;
\item specifying ‘article’ type for formatting;
\item using the Palatino typeface;
\item adding special formatting for URIs;
\item formatting a heading in ‘section’ style;
\item using the \LaTeX\ logo;
\item generating today’s date;
\item formatting a list of items;
\item centering and italicizing;
\item autonumbering the pages.
\end{itemize}
\subsection*{More information}
This example was taken from ‘Formatting Information’,
which you can download from
\url{http://www.ctan.org/tex-archive/info/beginlatex/}
and use as a teach-yourself guide.
\begin{center}
\textit{Have a nice day!}
\end{center}
\end{document}
 

--
Henrique "LonelySpooky" Junior
http://about.me/henriquejunior


>
> From: Jean-Paul Chaput 
>To: Henrique Junior  
>Cc: "henrique_...@yahoo.com.br" ; 
>"scientific-linux-users@listserv.fnal.gov" 
> 
>Sent: Friday, August 3, 2012 2:20 PM
>Subject: Re: TeXLive 2011 repo
> 
>
>Hello Henrique,
>
>
>Could you send me a file that cause the problem, so I can
>debug locally.
>
>(I will also take into account the conflict).
>
>
>Regards,
>
>
>On Fri, 2012-08-03 at 06:29 -0700, Henrique Junior wrote:
>> Also, I'm getting errors like that when compiling my acticle:
>> 
>> 
>> ERROR: I can't find file `ruhyphen.tex'.
>> 
>> 
>> --- TeX said ---
>> l.30     \input ruhyphen.tex
>>                            
>> --- HELP ---
>> TeX can't find a file that it needs. If the name of the missing file
>> has the extension tex, then it is looking for an input file that you
>> specified---either your main file or another file inserted with an
>> \input or \include command. If the missing file has the extension sty
>> , then you have specified a nonexistent document style or style
>> option.
>>  
>> 
>> 
>> --
>> Henrique "LonelySpooky" Junior
>> http://about.me/henriquejunior
>>        
>>         __
>>         From: Henrique Junior 
>>         To: Jean-Paul Chaput  
>>         Cc: scientific-linux-users@listserv.fnal.gov 
>>         Sent: Friday, August 3, 2012 9:42 AM
>>         Subject: Re: TeXLive 2011 repo
>>        
>>        
>>         2012/8/1 Jean-Paul Chaput 
>>                 Hello Henrique,
>>                
>>                
>>                 Here is the contents of the repo
>>                 file /etc/yum.repos.d/soc-texlive.repo
>>                
>>                 [soc-texlive]
>>                 name=TeXLive 2011 for Scientific Linux 6 - $basearch
>>                
>>baseurl=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/soc/texlive/$basearch/
>>                failovermethod=priority
>>                 enabled=1
>>                gpgcheck=1
>>                
>>gpgkey=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/6x/dim/RPM-GPG-KEY-jpc
>>                
>>                
>>                 You can install a big working subset of package with:
>>                
>>                     > yum install texlive-scheme-medium
>>                
>>                 To known all the available schemes:
>>                
>>                     > yum list texlive-scheme-*
>>                
>>                 Other than that you are to install package by package,
>>                 that is what I
>>                 do based on user's requests. So far, all requested
>>                 packages where
>>                 presents in the repo (about 50 researchers all working
>>                 with LaTeX for
>>                 their various publications).
>>                
>>                 Let me known if you encounter problems,
>>                
>>                
>>                 Regards,
>>                
>>        
>>        
>>         Here is a little conflict when I run:  yum install
>>        texlive-scheme-medium lyx
>>        
>>        
>>         Transaction Check Error:
>>           file /usr/bin/mendex from install of
>>         texlive-ptex-bin-2011-4.20

Re: TeXLive 2011 repo

2012-08-03 Thread Jean-Paul Chaput
Hello Henrique,


Could you send me a file that cause the problem, so I can
debug locally.

(I will also take into account the conflict).


Regards,


On Fri, 2012-08-03 at 06:29 -0700, Henrique Junior wrote:
> Also, I'm getting errors like that when compiling my acticle:
> 
> 
> ERROR: I can't find file `ruhyphen.tex'.
> 
> 
> --- TeX said ---
> l.30 \input ruhyphen.tex
> 
> --- HELP ---
> TeX can't find a file that it needs. If the name of the missing file
> has the extension tex, then it is looking for an input file that you
> specified---either your main file or another file inserted with an
> \input or \include command. If the missing file has the extension sty
> , then you have specified a nonexistent document style or style
> option.
>  
> 
> 
> --
> Henrique "LonelySpooky" Junior
> http://about.me/henriquejunior
> 
> __
> From: Henrique Junior 
> To: Jean-Paul Chaput  
> Cc: scientific-linux-users@listserv.fnal.gov 
> Sent: Friday, August 3, 2012 9:42 AM
> Subject: Re: TeXLive 2011 repo
> 
> 
> 2012/8/1 Jean-Paul Chaput 
> Hello Henrique,
> 
> 
> Here is the contents of the repo
> file /etc/yum.repos.d/soc-texlive.repo
> 
> [soc-texlive]
> name=TeXLive 2011 for Scientific Linux 6 - $basearch
> 
> baseurl=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/soc/texlive/$basearch/
> failovermethod=priority
> enabled=1
> gpgcheck=1
> 
> gpgkey=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/6x/dim/RPM-GPG-KEY-jpc
> 
> 
> You can install a big working subset of package with:
> 
> > yum install texlive-scheme-medium
> 
> To known all the available schemes:
> 
> > yum list texlive-scheme-*
> 
> Other than that you are to install package by package,
> that is what I
> do based on user's requests. So far, all requested
> packages where
> presents in the repo (about 50 researchers all working
> with LaTeX for
> their various publications).
> 
> Let me known if you encounter problems,
> 
> 
> Regards,
> 
> 
> 
> Here is a little conflict when I run:  yum install
> texlive-scheme-medium lyx
> 
> 
> Transaction Check Error:
>   file /usr/bin/mendex from install of
> texlive-ptex-bin-2011-4.20110705.slsoc6.x86_64 conflicts with
> file from package mendexk-2.6e-57.el6_2.x86_64
> 
> 
> Error Summary
> -
> 
> 
> And yum remove mendexk removes
> 
> 
> Removing:
>  mendexk   x86_64
>2.6e-57.el6_2
> @sl-security  136 k
> Removing for dependencies:
>  texlive-east-asianx86_64
>2007-57.el6_2
> @sl6x-security844 k
> 
> 
> 
> 
> 
> 
> -- 
> Henrique "LonelySpooky" Junior
> 
> 
> 
> 
> 

-- 
  .-. J e a n - P a u l   C h a p u t  /  Administrateur Systeme
  /v\ jean-paul.cha...@lip6.fr
/(___)\   work: (33) 01.44.27.53.99  
 ^^ ^^cell:  06.66.25.35.55   home: 01.47.46.01.31

U P M C   Universite Pierre & Marie Curie
L I P 6   Laboratoire d'Informatique de Paris VI
S o C System On Chip


Re: TeXLive 2011 repo

2012-08-03 Thread Henrique Junior
Also, I'm getting errors like that when compiling my acticle:

ERROR: I can't find file `ruhyphen.tex'.

--- TeX said ---
l.30     \input ruhyphen.tex
                            
--- HELP ---
TeX can't find a file that it needs. If the name of the missing file
has the extension tex, then it is looking for an input file that you
specified---either your main file or another file inserted with an
\input or \include command. If the missing file has the extension sty
, then you have specified a nonexistent document style or style
option.
 

--
Henrique "LonelySpooky" Junior
http://about.me/henriquejunior


>
> From: Henrique Junior 
>To: Jean-Paul Chaput  
>Cc: scientific-linux-users@listserv.fnal.gov 
>Sent: Friday, August 3, 2012 9:42 AM
>Subject: Re: TeXLive 2011 repo
> 
>
>2012/8/1 Jean-Paul Chaput 
>
>Hello Henrique,
>>
>>
>>Here is the contents of the repo file /etc/yum.repos.d/soc-texlive.repo
>>
>>[soc-texlive]
>>name=TeXLive 2011 for Scientific Linux 6 - $basearch
>>baseurl=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/soc/texlive/$basearch/
>>failovermethod=priority
>>enabled=1
>>gpgcheck=1
>>gpgkey=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/6x/dim/RPM-GPG-KEY-jpc
>>
>>
>>You can install a big working subset of package with:
>>
>>    > yum install texlive-scheme-medium
>>
>>To known all the available schemes:
>>
>>    > yum list texlive-scheme-*
>>
>>Other than that you are to install package by package, that is what I
>>do based on user's requests. So far, all requested packages where
>>presents in the repo (about 50 researchers all working with LaTeX for
>>their various publications).
>>
>>Let me known if you encounter problems,
>>
>>
>>Regards,
>>
>>
>
>
>Here is a little conflict when I run:  yum install texlive-scheme-medium lyx
>
>
>Transaction Check Error:
>  file /usr/bin/mendex from install of 
>texlive-ptex-bin-2011-4.20110705.slsoc6.x86_64 conflicts with file from 
>package mendexk-2.6e-57.el6_2.x86_64
>
>
>Error Summary
>-
>
>
>And yum remove mendexk removes
>
>
>Removing:
> mendexk                                   x86_64                        
>2.6e-57.el6_2                           @sl-security                          
>136 k
>Removing for dependencies:
> texlive-east-asian                        x86_64                        
>2007-57.el6_2                           @sl6x-security                        
>844 k
>
>
>
>
>
>-- 
>Henrique "LonelySpooky" Junior
>
>
>
>

Re: TeXLive 2011 repo

2012-08-03 Thread Henrique Junior
2012/8/1 Jean-Paul Chaput 

> Hello Henrique,
>
>
> Here is the contents of the repo file /etc/yum.repos.d/soc-texlive.repo
>
> [soc-texlive]
> name=TeXLive 2011 for Scientific Linux 6 - $basearch
> baseurl=
> ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/soc/texlive/$basearch/
> failovermethod=priority
> enabled=1
> gpgcheck=1
> gpgkey=
> ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/6x/dim/RPM-GPG-KEY-jpc
>
>
> You can install a big working subset of package with:
>
> > yum install texlive-scheme-medium
>
> To known all the available schemes:
>
> > yum list texlive-scheme-*
>
> Other than that you are to install package by package, that is what I
> do based on user's requests. So far, all requested packages where
> presents in the repo (about 50 researchers all working with LaTeX for
> their various publications).
>
> Let me known if you encounter problems,
>
>
> Regards,
>
>
Here is a little conflict when I run:  yum install texlive-scheme-medium lyx

Transaction Check Error:
  file /usr/bin/mendex from install of
texlive-ptex-bin-2011-4.20110705.slsoc6.x86_64 conflicts with file from
package mendexk-2.6e-57.el6_2.x86_64

Error Summary
-

And yum remove mendexk removes

Removing:
 mendexk   x86_64
 2.6e-57.el6_2   @sl-security
   136 k
Removing for dependencies:
 texlive-east-asianx86_64
 2007-57.el6_2   @sl6x-security
   844 k



-- 
Henrique "LonelySpooky" Junior


Re: TeXLive 2011 repo

2012-08-01 Thread Henrique Junior
Em Qua, 2012-08-01 às 23:32 +0200, Jean-Paul Chaput escreveu: 
> Hello Henrique,
> 
> 
> Here is the contents of the repo file /etc/yum.repos.d/soc-texlive.repo
> 
> [soc-texlive]
> name=TeXLive 2011 for Scientific Linux 6 - $basearch
> baseurl=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/soc/texlive/$basearch/
> failovermethod=priority
> enabled=1
> gpgcheck=1
> gpgkey=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/6x/dim/RPM-GPG-KEY-jpc
> 
> 
> You can install a big working subset of package with:
> 
> > yum install texlive-scheme-medium
> 
> To known all the available schemes:
> 
> > yum list texlive-scheme-*
> 
> Other than that you are to install package by package, that is what I
> do based on user's requests. So far, all requested packages where
> presents in the repo (about 50 researchers all working with LaTeX for
> their various publications).
> 
> Let me known if you encounter problems,
> 
> 
> Regards,
> 
> 
> 
> 
> 
> 
> 
Hi, Jean-Paul,
I'll give it a try. This is a very useful repo.
Any problems and I let you know.

Thank you.

-- 
Henrique 'LonelySpooky' Junior
http://about.me/henriquejunior


TeXLive 2011 repo

2012-08-01 Thread Jean-Paul Chaput
Hello Henrique,


Here is the contents of the repo file /etc/yum.repos.d/soc-texlive.repo

[soc-texlive]
name=TeXLive 2011 for Scientific Linux 6 - $basearch
baseurl=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/soc/texlive/$basearch/
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/6x/dim/RPM-GPG-KEY-jpc


You can install a big working subset of package with:

> yum install texlive-scheme-medium

To known all the available schemes:

> yum list texlive-scheme-*

Other than that you are to install package by package, that is what I
do based on user's requests. So far, all requested packages where
presents in the repo (about 50 researchers all working with LaTeX for
their various publications).

Let me known if you encounter problems,


Regards,







-- 
  .-. J e a n - P a u l   C h a p u t  /  Administrateur Systeme
  /v\ jean-paul.cha...@lip6.fr
/(___)\   work: (33) 01.44.27.53.99  
 ^^ ^^cell:  06.66.25.35.55   home: 01.47.46.01.31

U P M C   Universite Pierre & Marie Curie
L I P 6   Laboratoire d'Informatique de Paris VI
S o C System On Chip