Re: myTitlePage

2004-04-14 Thread Beny Spira
 Well, if \renewcommand complains about an undefined macro, using
 \newcommand (or even \providecommand, or even \def) looks like a
 possible workaround.
 
 Andre'
 

I changed the line that started with \renewcommand to \newcommand.
The latex error disappeared but now there is no difference between the
report layout and  myTitlePage layout, that's it, I can't make a
personalized title page. I am probably doing something wrong, but I do
not know what. Any help?
Beny

-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: myTitlePage

2004-04-14 Thread Beny Spira
 Well, if \renewcommand complains about an undefined macro, using
 \newcommand (or even \providecommand, or even \def) looks like a
 possible workaround.
 
 Andre'
 

I changed the line that started with \renewcommand to \newcommand.
The latex error disappeared but now there is no difference between the
report layout and  myTitlePage layout, that's it, I can't make a
personalized title page. I am probably doing something wrong, but I do
not know what. Any help?
Beny

-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: myTitlePage

2004-04-14 Thread Beny Spira
> Well, if \renewcommand complains about an undefined macro, using
> \newcommand (or even \providecommand, or even \def) looks like a
> possible workaround.
> 
> Andre'
> 

I changed the line that started with \renewcommand to \newcommand.
The latex error disappeared but now there is no difference between the
report layout and  myTitlePage layout, that's it, I can't make a
personalized title page. I am probably doing something wrong, but I do
not know what. Any help?
Beny

-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: myTitlePage

2004-04-13 Thread Beny Spira
I have done both texhash and reconfigure before I wrote to the list. It
seems that the problem is between lyx and  myTitlePage macro that is
shown below. As I wrote before, the error I got is: 
Latex Error: [EMAIL PROTECTED] undefined

[EMAIL PROTECTED]
{%

Have anyone tried to use this package? Is there a way to fix this
problem?
Beny

 
%%
%% This is file `myTitlePage.sty',
%
%% IMPORTANT NOTICE:
%%  \copyright by Herbert Voss voss_at_perce.de
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from myTitlePage.sty.
%%
\def\filename{myTitlePage}
\def\fileversion{v0.1}
\def\filedate{2002/03/12}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{\filename}%
[\filedate\space\fileversion\space Special Titlepage --- by
Herbert Voss]
[EMAIL PROTECTED]
\newpage
\null
\vskip 2em%
\let \footnote \thanks
{\begin{flushright}\large [EMAIL PROTECTED] \end{flushright}\par}%
\vskip 1.5em%
\begin{center}%
{\LARGE
\lineskip .5em%
\begin{tabular}[t]{c}%
[EMAIL PROTECTED]
\end{tabular}\par}%
\vskip 1em%
{\large [EMAIL PROTECTED]
\end{center}%
\par
\vskip 1.5em%
}
%end of input



On Seg, 2004-04-12 at 20:35, Marc Jeffrey Driftmeyer wrote:

 And don't forget that since you are putting styles, classes and packages 
 inside your local texmf/ directory you have to run texhash and let it update 
 and generate the ls-R index.
 
 Debian: /usr/local/share/texmf
 
 I run Edit-Reconfigure afterwards and it will work, when there is at least 
 preliminary support for your package, sty or cls file.
 
 Example: memoir has cursory support, but something like resume.cls has zero 
 support.  I don't use LyX when I am writing a resume.  I utilize Kile and it 
 works great.
 
 -Marc J. Driftmeyer
 
 On Tuesday 13 April 2004 12:12 am, robin wrote:
  Robert Orr wrote:
   I think you need to re-configure after putting the
   .sty file where LyX can find it.
  
   edit-reconfigure
 
  And maybe run texhash first?
 
  Robin
 
   --- Beny Spira [EMAIL PROTECTED] wrote:
  Hi
   I am a newbie trying to use the myTitlePage
  package created by
  Herbert Voss in Lyx. I got the following latex error
  when I put
  \usepackage{myTitlePage} in the Preamble or tried to
  implement it as a
  new layout:
  
  Latex Error: [EMAIL PROTECTED] undefined
  [EMAIL PROTECTED]
  {%
  
  I don't have the slightest idea what might be wrong.
  Have anyone tried
  to use this package. Is there another way to
  personalize a Title page?
  thanks in advance
  Beny
  
  --
  %
  Beny Spira
  Departamento de Microbiologia
  Instituto de Ciências Biomédicas
  Universidade de São Paulo
  Av. Prof. Lineu Prestes 1374
  São Paulo-SP  CEP:05508-900
  Tel: 5511-3091-7347
  FAX: 5511-3091-7354
  E-mail: [EMAIL PROTECTED]
  %
  
   __
   Do you Yahoo!?
   Yahoo! Tax Center - File online by April 15th
   http://taxes.yahoo.com/filing.html

-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: myTitlePage

2004-04-13 Thread Andre Poenitz
On Tue, Apr 13, 2004 at 11:04:16AM -0300, Beny Spira wrote:
 I have done both texhash and reconfigure before I wrote to the list. It
 seems that the problem is between lyx and  myTitlePage macro that is
 shown below. As I wrote before, the error I got is: 
 Latex Error: [EMAIL PROTECTED] undefined
 
 [EMAIL PROTECTED]
 {%
 
 Have anyone tried to use this package? Is there a way to fix this
 problem?

Well, if \renewcommand complains about an undefined macro, using
\newcommand (or even \providecommand, or even \def) looks like a
possible workaround.

Andre'

PS: Please don't top-post-and-full-quote.


Re: myTitlePage

2004-04-13 Thread Silvia Ribeiro Calbo
On Mon, 12 Apr 2004 11:47:55 -0300, Beny Spira wrote
 Hi
 Where did you get  myTitlePage package?!?! 
 
thanks

 


.'   . '
   .  .  . '  '
`   .   .
' '
 .'  ___
 ==c(___(o(__(_()
 \=\
  )=\  Sílvia Ribeiro Calbo
 //|\\ 
//|| \\
   // ||  \\
  //  ||   \\




Re: myTitlePage

2004-04-13 Thread Beny Spira
I have done both texhash and reconfigure before I wrote to the list. It
seems that the problem is between lyx and  myTitlePage macro that is
shown below. As I wrote before, the error I got is: 
Latex Error: [EMAIL PROTECTED] undefined

[EMAIL PROTECTED]
{%

Have anyone tried to use this package? Is there a way to fix this
problem?
Beny

 
%%
%% This is file `myTitlePage.sty',
%
%% IMPORTANT NOTICE:
%%  \copyright by Herbert Voss voss_at_perce.de
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from myTitlePage.sty.
%%
\def\filename{myTitlePage}
\def\fileversion{v0.1}
\def\filedate{2002/03/12}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{\filename}%
[\filedate\space\fileversion\space Special Titlepage --- by
Herbert Voss]
[EMAIL PROTECTED]
\newpage
\null
\vskip 2em%
\let \footnote \thanks
{\begin{flushright}\large [EMAIL PROTECTED] \end{flushright}\par}%
\vskip 1.5em%
\begin{center}%
{\LARGE
\lineskip .5em%
\begin{tabular}[t]{c}%
[EMAIL PROTECTED]
\end{tabular}\par}%
\vskip 1em%
{\large [EMAIL PROTECTED]
\end{center}%
\par
\vskip 1.5em%
}
%end of input



On Seg, 2004-04-12 at 20:35, Marc Jeffrey Driftmeyer wrote:

 And don't forget that since you are putting styles, classes and packages 
 inside your local texmf/ directory you have to run texhash and let it update 
 and generate the ls-R index.
 
 Debian: /usr/local/share/texmf
 
 I run Edit-Reconfigure afterwards and it will work, when there is at least 
 preliminary support for your package, sty or cls file.
 
 Example: memoir has cursory support, but something like resume.cls has zero 
 support.  I don't use LyX when I am writing a resume.  I utilize Kile and it 
 works great.
 
 -Marc J. Driftmeyer
 
 On Tuesday 13 April 2004 12:12 am, robin wrote:
  Robert Orr wrote:
   I think you need to re-configure after putting the
   .sty file where LyX can find it.
  
   edit-reconfigure
 
  And maybe run texhash first?
 
  Robin
 
   --- Beny Spira [EMAIL PROTECTED] wrote:
  Hi
   I am a newbie trying to use the myTitlePage
  package created by
  Herbert Voss in Lyx. I got the following latex error
  when I put
  \usepackage{myTitlePage} in the Preamble or tried to
  implement it as a
  new layout:
  
  Latex Error: [EMAIL PROTECTED] undefined
  [EMAIL PROTECTED]
  {%
  
  I don't have the slightest idea what might be wrong.
  Have anyone tried
  to use this package. Is there another way to
  personalize a Title page?
  thanks in advance
  Beny
  
  --
  %
  Beny Spira
  Departamento de Microbiologia
  Instituto de Ciências Biomédicas
  Universidade de São Paulo
  Av. Prof. Lineu Prestes 1374
  São Paulo-SP  CEP:05508-900
  Tel: 5511-3091-7347
  FAX: 5511-3091-7354
  E-mail: [EMAIL PROTECTED]
  %
  
   __
   Do you Yahoo!?
   Yahoo! Tax Center - File online by April 15th
   http://taxes.yahoo.com/filing.html

-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: myTitlePage

2004-04-13 Thread Andre Poenitz
On Tue, Apr 13, 2004 at 11:04:16AM -0300, Beny Spira wrote:
 I have done both texhash and reconfigure before I wrote to the list. It
 seems that the problem is between lyx and  myTitlePage macro that is
 shown below. As I wrote before, the error I got is: 
 Latex Error: [EMAIL PROTECTED] undefined
 
 [EMAIL PROTECTED]
 {%
 
 Have anyone tried to use this package? Is there a way to fix this
 problem?

Well, if \renewcommand complains about an undefined macro, using
\newcommand (or even \providecommand, or even \def) looks like a
possible workaround.

Andre'

PS: Please don't top-post-and-full-quote.


Re: myTitlePage

2004-04-13 Thread Silvia Ribeiro Calbo
On Mon, 12 Apr 2004 11:47:55 -0300, Beny Spira wrote
 Hi
 Where did you get  myTitlePage package?!?! 
 
thanks

 


.'   . '
   .  .  . '  '
`   .   .
' '
 .'  ___
 ==c(___(o(__(_()
 \=\
  )=\  Sílvia Ribeiro Calbo
 //|\\ 
//|| \\
   // ||  \\
  //  ||   \\




Re: myTitlePage

2004-04-13 Thread Beny Spira
I have done both texhash and reconfigure before I wrote to the list. It
seems that the problem is between lyx and  "myTitlePage" macro that is
shown below. As I wrote before, the error I got is: 
Latex Error: [EMAIL PROTECTED] undefined

[EMAIL PROTECTED]
{%

Have anyone tried to use this package? Is there a way to fix this
problem?
Beny

 
%%
%% This is file `myTitlePage.sty',
%
%% IMPORTANT NOTICE:
%%  \copyright by Herbert Voss 
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from myTitlePage.sty.
%%
\def\filename{myTitlePage}
\def\fileversion{v0.1}
\def\filedate{2002/03/12}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{\filename}%
[\filedate\space\fileversion\space Special Titlepage --- by
Herbert Voss]
[EMAIL PROTECTED]
\newpage
\null
\vskip 2em%
\let \footnote \thanks
{\begin{flushright}\large [EMAIL PROTECTED] \end{flushright}\par}%
\vskip 1.5em%
\begin{center}%
{\LARGE
\lineskip .5em%
\begin{tabular}[t]{c}%
[EMAIL PROTECTED]
\end{tabular}\par}%
\vskip 1em%
{\large [EMAIL PROTECTED]
\end{center}%
\par
\vskip 1.5em%
}
%end of input



On Seg, 2004-04-12 at 20:35, Marc Jeffrey Driftmeyer wrote:

> And don't forget that since you are putting styles, classes and packages 
> inside your local texmf/ directory you have to run texhash and let it update 
> and generate the ls-R index.
> 
> Debian: /usr/local/share/texmf
> 
> I run Edit->Reconfigure afterwards and it will work, when there is at least 
> preliminary support for your package, sty or cls file.
> 
> Example: memoir has cursory support, but something like resume.cls has zero 
> support.  I don't use LyX when I am writing a resume.  I utilize Kile and it 
> works great.
> 
> -Marc J. Driftmeyer
> 
> On Tuesday 13 April 2004 12:12 am, robin wrote:
> > Robert Orr wrote:
> > > I think you need to re-configure after putting the
> > > .sty file where LyX can find it.
> > >
> > > edit->reconfigure
> >
> > And maybe run texhash first?
> >
> > Robin
> >
> > > --- Beny Spira <[EMAIL PROTECTED]> wrote:
> > >>Hi
> > >> I am a newbie trying to use the "myTitlePage"
> > >>package created by
> > >>Herbert Voss in Lyx. I got the following latex error
> > >>when I put
> > >>\usepackage{myTitlePage} in the Preamble or tried to
> > >>implement it as a
> > >>new layout:
> > >>
> > >>Latex Error: [EMAIL PROTECTED] undefined
> > >>[EMAIL PROTECTED]
> > >>{%
> > >>
> > >>I don't have the slightest idea what might be wrong.
> > >>Have anyone tried
> > >>to use this package. Is there another way to
> > >>personalize a Title page?
> > >>thanks in advance
> > >>Beny
> > >>
> > >>--
> > >>%
> > >>Beny Spira
> > >>Departamento de Microbiologia
> > >>Instituto de Ciências Biomédicas
> > >>Universidade de São Paulo
> > >>Av. Prof. Lineu Prestes 1374
> > >>São Paulo-SP  CEP:05508-900
> > >>Tel: 5511-3091-7347
> > >>FAX: 5511-3091-7354
> > >>E-mail: [EMAIL PROTECTED]
> > >>%
> > >
> > > __
> > > Do you Yahoo!?
> > > Yahoo! Tax Center - File online by April 15th
> > > http://taxes.yahoo.com/filing.html

-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: myTitlePage

2004-04-13 Thread Andre Poenitz
On Tue, Apr 13, 2004 at 11:04:16AM -0300, Beny Spira wrote:
> I have done both texhash and reconfigure before I wrote to the list. It
> seems that the problem is between lyx and  "myTitlePage" macro that is
> shown below. As I wrote before, the error I got is: 
> Latex Error: [EMAIL PROTECTED] undefined
> 
> [EMAIL PROTECTED]
> {%
> 
> Have anyone tried to use this package? Is there a way to fix this
> problem?

Well, if \renewcommand complains about an undefined macro, using
\newcommand (or even \providecommand, or even \def) looks like a
possible workaround.

Andre'

PS: Please don't top-post-and-full-quote.


Re: myTitlePage

2004-04-13 Thread Silvia Ribeiro Calbo
On Mon, 12 Apr 2004 11:47:55 -0300, Beny Spira wrote
> Hi
> Where did you get  "myTitlePage" package?!?! 
> 
>thanks
>
> 


.'   .  "   '
>   .  .  . '  '
>"`   .   .
>' '
> .'  ___
> ==c(___(o(__(_()
> \=\
>  )=\  Sílvia Ribeiro Calbo
> //|\\ 
>//|| \\
>   // ||  \\
>  //  ||   \\
>



myTitlePage

2004-04-12 Thread Beny Spira
Hi
 I am a newbie trying to use the myTitlePage package created by
Herbert Voss in Lyx. I got the following latex error when I put
\usepackage{myTitlePage} in the Preamble or tried to implement it as a
new layout:

Latex Error: [EMAIL PROTECTED] undefined
[EMAIL PROTECTED]
{%

I don't have the slightest idea what might be wrong. Have anyone tried
to use this package. Is there another way to personalize a Title page?
thanks in advance
Beny
 
-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: myTitlePage

2004-04-12 Thread Robert Orr
I think you need to re-configure after putting the
.sty file where LyX can find it.

edit-reconfigure

--- Beny Spira [EMAIL PROTECTED] wrote:
 Hi
  I am a newbie trying to use the myTitlePage
 package created by
 Herbert Voss in Lyx. I got the following latex error
 when I put
 \usepackage{myTitlePage} in the Preamble or tried to
 implement it as a
 new layout:
 
 Latex Error: [EMAIL PROTECTED] undefined
 [EMAIL PROTECTED]
 {%
 
 I don't have the slightest idea what might be wrong.
 Have anyone tried
 to use this package. Is there another way to
 personalize a Title page?
 thanks in advance
 Beny
  
 -- 
 %
 Beny Spira
 Departamento de Microbiologia
 Instituto de Ciências Biomédicas
 Universidade de São Paulo
 Av. Prof. Lineu Prestes 1374
 São Paulo-SP  CEP:05508-900
 Tel: 5511-3091-7347
 FAX: 5511-3091-7354
 E-mail: [EMAIL PROTECTED]
 %
 


__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html


Re: myTitlePage

2004-04-12 Thread robin
Robert Orr wrote:
I think you need to re-configure after putting the
.sty file where LyX can find it.
edit-reconfigure
And maybe run texhash first?

Robin

--- Beny Spira [EMAIL PROTECTED] wrote:

Hi
I am a newbie trying to use the myTitlePage
package created by
Herbert Voss in Lyx. I got the following latex error
when I put
\usepackage{myTitlePage} in the Preamble or tried to
implement it as a
new layout:
Latex Error: [EMAIL PROTECTED] undefined
[EMAIL PROTECTED]
{%
I don't have the slightest idea what might be wrong.
Have anyone tried
to use this package. Is there another way to
personalize a Title page?
thanks in advance
Beny
--
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html



--
If the lion could speak, we would not understand it.
- Wittgenstein
Robin Turner
IDMYO
Bilkent Universitesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin



Re: myTitlePage

2004-04-12 Thread Marc Jeffrey Driftmeyer
And don't forget that since you are putting styles, classes and packages 
inside your local texmf/ directory you have to run texhash and let it update 
and generate the ls-R index.

Debian: /usr/local/share/texmf

I run Edit-Reconfigure afterwards and it will work, when there is at least 
preliminary support for your package, sty or cls file.

Example: memoir has cursory support, but something like resume.cls has zero 
support.  I don't use LyX when I am writing a resume.  I utilize Kile and it 
works great.

-Marc J. Driftmeyer

On Tuesday 13 April 2004 12:12 am, robin wrote:
 Robert Orr wrote:
  I think you need to re-configure after putting the
  .sty file where LyX can find it.
 
  edit-reconfigure

 And maybe run texhash first?

 Robin

  --- Beny Spira [EMAIL PROTECTED] wrote:
 Hi
  I am a newbie trying to use the myTitlePage
 package created by
 Herbert Voss in Lyx. I got the following latex error
 when I put
 \usepackage{myTitlePage} in the Preamble or tried to
 implement it as a
 new layout:
 
 Latex Error: [EMAIL PROTECTED] undefined
 [EMAIL PROTECTED]
 {%
 
 I don't have the slightest idea what might be wrong.
 Have anyone tried
 to use this package. Is there another way to
 personalize a Title page?
 thanks in advance
 Beny
 
 --
 %
 Beny Spira
 Departamento de Microbiologia
 Instituto de Ciências Biomédicas
 Universidade de São Paulo
 Av. Prof. Lineu Prestes 1374
 São Paulo-SPCEP:05508-900
 Tel: 5511-3091-7347
 FAX: 5511-3091-7354
 E-mail: [EMAIL PROTECTED]
 %
 
  __
  Do you Yahoo!?
  Yahoo! Tax Center - File online by April 15th
  http://taxes.yahoo.com/filing.html


myTitlePage

2004-04-12 Thread Beny Spira
Hi
 I am a newbie trying to use the myTitlePage package created by
Herbert Voss in Lyx. I got the following latex error when I put
\usepackage{myTitlePage} in the Preamble or tried to implement it as a
new layout:

Latex Error: [EMAIL PROTECTED] undefined
[EMAIL PROTECTED]
{%

I don't have the slightest idea what might be wrong. Have anyone tried
to use this package. Is there another way to personalize a Title page?
thanks in advance
Beny
 
-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: myTitlePage

2004-04-12 Thread Robert Orr
I think you need to re-configure after putting the
.sty file where LyX can find it.

edit-reconfigure

--- Beny Spira [EMAIL PROTECTED] wrote:
 Hi
  I am a newbie trying to use the myTitlePage
 package created by
 Herbert Voss in Lyx. I got the following latex error
 when I put
 \usepackage{myTitlePage} in the Preamble or tried to
 implement it as a
 new layout:
 
 Latex Error: [EMAIL PROTECTED] undefined
 [EMAIL PROTECTED]
 {%
 
 I don't have the slightest idea what might be wrong.
 Have anyone tried
 to use this package. Is there another way to
 personalize a Title page?
 thanks in advance
 Beny
  
 -- 
 %
 Beny Spira
 Departamento de Microbiologia
 Instituto de Ciências Biomédicas
 Universidade de São Paulo
 Av. Prof. Lineu Prestes 1374
 São Paulo-SP  CEP:05508-900
 Tel: 5511-3091-7347
 FAX: 5511-3091-7354
 E-mail: [EMAIL PROTECTED]
 %
 


__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html


Re: myTitlePage

2004-04-12 Thread robin
Robert Orr wrote:
I think you need to re-configure after putting the
.sty file where LyX can find it.
edit-reconfigure
And maybe run texhash first?

Robin

--- Beny Spira [EMAIL PROTECTED] wrote:

Hi
I am a newbie trying to use the myTitlePage
package created by
Herbert Voss in Lyx. I got the following latex error
when I put
\usepackage{myTitlePage} in the Preamble or tried to
implement it as a
new layout:
Latex Error: [EMAIL PROTECTED] undefined
[EMAIL PROTECTED]
{%
I don't have the slightest idea what might be wrong.
Have anyone tried
to use this package. Is there another way to
personalize a Title page?
thanks in advance
Beny
--
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html



--
If the lion could speak, we would not understand it.
- Wittgenstein
Robin Turner
IDMYO
Bilkent Universitesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin



Re: myTitlePage

2004-04-12 Thread Marc Jeffrey Driftmeyer
And don't forget that since you are putting styles, classes and packages 
inside your local texmf/ directory you have to run texhash and let it update 
and generate the ls-R index.

Debian: /usr/local/share/texmf

I run Edit-Reconfigure afterwards and it will work, when there is at least 
preliminary support for your package, sty or cls file.

Example: memoir has cursory support, but something like resume.cls has zero 
support.  I don't use LyX when I am writing a resume.  I utilize Kile and it 
works great.

-Marc J. Driftmeyer

On Tuesday 13 April 2004 12:12 am, robin wrote:
 Robert Orr wrote:
  I think you need to re-configure after putting the
  .sty file where LyX can find it.
 
  edit-reconfigure

 And maybe run texhash first?

 Robin

  --- Beny Spira [EMAIL PROTECTED] wrote:
 Hi
  I am a newbie trying to use the myTitlePage
 package created by
 Herbert Voss in Lyx. I got the following latex error
 when I put
 \usepackage{myTitlePage} in the Preamble or tried to
 implement it as a
 new layout:
 
 Latex Error: [EMAIL PROTECTED] undefined
 [EMAIL PROTECTED]
 {%
 
 I don't have the slightest idea what might be wrong.
 Have anyone tried
 to use this package. Is there another way to
 personalize a Title page?
 thanks in advance
 Beny
 
 --
 %
 Beny Spira
 Departamento de Microbiologia
 Instituto de Ciências Biomédicas
 Universidade de São Paulo
 Av. Prof. Lineu Prestes 1374
 São Paulo-SPCEP:05508-900
 Tel: 5511-3091-7347
 FAX: 5511-3091-7354
 E-mail: [EMAIL PROTECTED]
 %
 
  __
  Do you Yahoo!?
  Yahoo! Tax Center - File online by April 15th
  http://taxes.yahoo.com/filing.html


myTitlePage

2004-04-12 Thread Beny Spira
Hi
 I am a newbie trying to use the "myTitlePage" package created by
Herbert Voss in Lyx. I got the following latex error when I put
\usepackage{myTitlePage} in the Preamble or tried to implement it as a
new layout:

Latex Error: [EMAIL PROTECTED] undefined
[EMAIL PROTECTED]
{%

I don't have the slightest idea what might be wrong. Have anyone tried
to use this package. Is there another way to personalize a Title page?
thanks in advance
Beny
 
-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: myTitlePage

2004-04-12 Thread Robert Orr
I think you need to re-configure after putting the
.sty file where LyX can find it.

edit->reconfigure

--- Beny Spira <[EMAIL PROTECTED]> wrote:
> Hi
>  I am a newbie trying to use the "myTitlePage"
> package created by
> Herbert Voss in Lyx. I got the following latex error
> when I put
> \usepackage{myTitlePage} in the Preamble or tried to
> implement it as a
> new layout:
> 
> Latex Error: [EMAIL PROTECTED] undefined
> [EMAIL PROTECTED]
> {%
> 
> I don't have the slightest idea what might be wrong.
> Have anyone tried
> to use this package. Is there another way to
> personalize a Title page?
> thanks in advance
> Beny
>  
> -- 
> %
> Beny Spira
> Departamento de Microbiologia
> Instituto de Ciências Biomédicas
> Universidade de São Paulo
> Av. Prof. Lineu Prestes 1374
> São Paulo-SP  CEP:05508-900
> Tel: 5511-3091-7347
> FAX: 5511-3091-7354
> E-mail: [EMAIL PROTECTED]
> %
> 


__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html


Re: myTitlePage

2004-04-12 Thread robin
Robert Orr wrote:
I think you need to re-configure after putting the
.sty file where LyX can find it.
edit->reconfigure
And maybe run texhash first?

Robin

--- Beny Spira <[EMAIL PROTECTED]> wrote:

Hi
I am a newbie trying to use the "myTitlePage"
package created by
Herbert Voss in Lyx. I got the following latex error
when I put
\usepackage{myTitlePage} in the Preamble or tried to
implement it as a
new layout:
Latex Error: [EMAIL PROTECTED] undefined
[EMAIL PROTECTED]
{%
I don't have the slightest idea what might be wrong.
Have anyone tried
to use this package. Is there another way to
personalize a Title page?
thanks in advance
Beny
--
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html



--
"If the lion could speak, we would not understand it."
- Wittgenstein
Robin Turner
IDMYO
Bilkent Universitesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin



Re: myTitlePage

2004-04-12 Thread Marc Jeffrey Driftmeyer
And don't forget that since you are putting styles, classes and packages 
inside your local texmf/ directory you have to run texhash and let it update 
and generate the ls-R index.

Debian: /usr/local/share/texmf

I run Edit->Reconfigure afterwards and it will work, when there is at least 
preliminary support for your package, sty or cls file.

Example: memoir has cursory support, but something like resume.cls has zero 
support.  I don't use LyX when I am writing a resume.  I utilize Kile and it 
works great.

-Marc J. Driftmeyer

On Tuesday 13 April 2004 12:12 am, robin wrote:
> Robert Orr wrote:
> > I think you need to re-configure after putting the
> > .sty file where LyX can find it.
> >
> > edit->reconfigure
>
> And maybe run texhash first?
>
> Robin
>
> > --- Beny Spira <[EMAIL PROTECTED]> wrote:
> >>Hi
> >> I am a newbie trying to use the "myTitlePage"
> >>package created by
> >>Herbert Voss in Lyx. I got the following latex error
> >>when I put
> >>\usepackage{myTitlePage} in the Preamble or tried to
> >>implement it as a
> >>new layout:
> >>
> >>Latex Error: [EMAIL PROTECTED] undefined
> >>[EMAIL PROTECTED]
> >>{%
> >>
> >>I don't have the slightest idea what might be wrong.
> >>Have anyone tried
> >>to use this package. Is there another way to
> >>personalize a Title page?
> >>thanks in advance
> >>Beny
> >>
> >>--
> >>%
> >>Beny Spira
> >>Departamento de Microbiologia
> >>Instituto de Ciências Biomédicas
> >>Universidade de São Paulo
> >>Av. Prof. Lineu Prestes 1374
> >>São Paulo-SPCEP:05508-900
> >>Tel: 5511-3091-7347
> >>FAX: 5511-3091-7354
> >>E-mail: [EMAIL PROTECTED]
> >>%
> >
> > __
> > Do you Yahoo!?
> > Yahoo! Tax Center - File online by April 15th
> > http://taxes.yahoo.com/filing.html