Re: Fw: error with CV

2022-09-10 Thread Udicoudco
Hello Patrick,

It seems that moderncv is loading the inputenc package with the option
utf8, while you are loading this package with the option latin9.

 In latex it is only possible to load a package several times if all
the calls after the first one, is with a list of options that is a
subset of the options of the first call.

You can fix this issue in two ways. The firs way, as suggested by the
error message, you can add both options globally through the
\documentclass declaration. The way to do that in lyx, is to write the
options "utf8,latin9" (without the quotation marks)  in the text filed
called custom in Settings->Document Class. This will make lyx put
\documentclass[utf8,latin9,...]{moderncv} in the first line of the
output latex file. Note that any option written in the \documentclass
declaration will pass to all packages loaded after the declaration
(see the file attached).

The other solution is to change your language encoding to utf8 as
well. This can be done in Settings->Language, then check the radio
button called other, and select utf8 from the list. This will change
the call of \usepackage[latin9]{inputenc} to
\usepackage[utf8]{inputenc}, which will not produce an option clash.

As a final note, i would also write in the preamble

\firstname{}
\familyname{}

since moderncv expects these macros to be defined (you can also define
it as your name).

Regards,
Udi

On Sat, Sep 10, 2022 at 10:22 AM Patrick Dupre  wrote:
>
> Hello,
>
> I would appreciate if you could help me in solving this issue
> due to moderncv
> What would be the alternative?
>
> Thank
>
> >
> > Hello,
> >
> > Could you tell me what is wrong with this file?
> > I get
> >  \usepackage
> >[a4paper]{geometry}
> > The package inputenc has already been loaded with options:
> >   [utf8]
> > There has now been an attempt to load it with options
> >   [latin9]
> > Adding the global options:
> >   utf8,latin9
> > to your \documentclass declaration may fix this.
> > Try typingto proceed.
> >
> >
> >
> > #LyX 2.3 created this file. For more info see http://www.lyx.org/
> > \lyxformat 544
> > \begin_document
> > \begin_header
> > \save_transient_properties true
> > \origin unavailable
> > \textclass moderncv
> > \begin_preamble
> >
> > \end_preamble
> > \use_default_options true
> > \maintain_unincluded_children false
> > \language english
> > \language_package default
> > \inputencoding auto
> > \fontencoding global
> > \font_roman "default" "default"
> > \font_sans "default" "default"
> > \font_typewriter "default" "default"
> > \font_math "auto" "auto"
> > \font_default_family default
> > \use_non_tex_fonts false
> > \font_sc false
> > \font_osf false
> > \font_sf_scale 100 100
> > \font_tt_scale 100 100
> > \use_microtype false
> > \use_dash_ligatures false
> > \graphics default
> > \default_output_format default
> > \output_sync 0
> > \bibtex_command default
> > \index_command default
> > \paperfontsize 10
> > \spacing single
> > \use_hyperref false
> > \papersize a4paper
> > \use_geometry true
> > \use_package amsmath 1
> > \use_package amssymb 1
> > \use_package cancel 0
> > \use_package esint 1
> > \use_package mathdots 1
> > \use_package mathtools 0
> > \use_package mhchem 1
> > \use_package stackrel 0
> > \use_package stmaryrd 0
> > \use_package undertilde 0
> > \cite_engine basic
> > \cite_engine_type default
> > \biblio_style plain
> > \use_bibtopic false
> > \use_indices false
> > \paperorientation portrait
> > \suppress_date false
> > \justification true
> > \use_refstyle 0
> > \use_minted 0
> > \index Index
> > \shortcut idx
> > \color #008000
> > \end_index
> > \leftmargin 2.2cm
> > \topmargin 2.2cm
> > \rightmargin 2.2cm
> > \bottommargin 2.2cm
> > \secnumdepth 0
> > \tocdepth -1
> > \paragraph_separation skip
> > \defskip medskip
> > \is_math_indent 0
> > \math_numbering_side default
> > \quotes_style english
> > \dynamic_quotes 0
> > \papercolumns 1
> > \papersides 1
> > \paperpagestyle default
> > \tracking_changes false
> > \output_changes false
> > \html_math_output 0
> > \html_css_as_file 0
> > \html_be_strict false
> > \end_header
> >
> > \begin_body
> >
> > \begin_layout Standard
> > p
> > \end_layout
> >
> > \end_body
> > \end_document
> >
> >
> > ===
> >  Patrick DUPRÉ | | email: pdu...@gmx.com
> >  Laboratoire interdisciplinaire Carnot de Bourgogne
> >  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
> >  Tel: +33 (0)380395988| | Room# D114A
> > ===
> >
> > --
> > lyx-users mailing list
> > lyx-users@lists.lyx.org
> > http://lists.lyx.org/mailman/listinfo/lyx-users
> >
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users


mwe-moderncv.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org

Fw: error with CV

2022-09-10 Thread Patrick Dupre
Hello,

I would appreciate if you could help me in solving this issue 
due to moderncv
What would be the alternative?

Thank

>
> Hello,
> 
> Could you tell me what is wrong with this file?
> I get 
>  \usepackage
>[a4paper]{geometry}
> The package inputenc has already been loaded with options:
>   [utf8]
> There has now been an attempt to load it with options
>   [latin9]
> Adding the global options:
>   utf8,latin9
> to your \documentclass declaration may fix this.
> Try typingto proceed.
> 
> 
> 
> #LyX 2.3 created this file. For more info see http://www.lyx.org/
> \lyxformat 544
> \begin_document
> \begin_header
> \save_transient_properties true
> \origin unavailable
> \textclass moderncv
> \begin_preamble
> 
> \end_preamble
> \use_default_options true
> \maintain_unincluded_children false
> \language english
> \language_package default
> \inputencoding auto
> \fontencoding global
> \font_roman "default" "default"
> \font_sans "default" "default"
> \font_typewriter "default" "default"
> \font_math "auto" "auto"
> \font_default_family default
> \use_non_tex_fonts false
> \font_sc false
> \font_osf false
> \font_sf_scale 100 100
> \font_tt_scale 100 100
> \use_microtype false
> \use_dash_ligatures false
> \graphics default
> \default_output_format default
> \output_sync 0
> \bibtex_command default
> \index_command default
> \paperfontsize 10
> \spacing single
> \use_hyperref false
> \papersize a4paper
> \use_geometry true
> \use_package amsmath 1
> \use_package amssymb 1
> \use_package cancel 0
> \use_package esint 1
> \use_package mathdots 1
> \use_package mathtools 0
> \use_package mhchem 1
> \use_package stackrel 0
> \use_package stmaryrd 0
> \use_package undertilde 0
> \cite_engine basic
> \cite_engine_type default
> \biblio_style plain
> \use_bibtopic false
> \use_indices false
> \paperorientation portrait
> \suppress_date false
> \justification true
> \use_refstyle 0
> \use_minted 0
> \index Index
> \shortcut idx
> \color #008000
> \end_index
> \leftmargin 2.2cm
> \topmargin 2.2cm
> \rightmargin 2.2cm
> \bottommargin 2.2cm
> \secnumdepth 0
> \tocdepth -1
> \paragraph_separation skip
> \defskip medskip
> \is_math_indent 0
> \math_numbering_side default
> \quotes_style english
> \dynamic_quotes 0
> \papercolumns 1
> \papersides 1
> \paperpagestyle default
> \tracking_changes false
> \output_changes false
> \html_math_output 0
> \html_css_as_file 0
> \html_be_strict false
> \end_header
> 
> \begin_body
> 
> \begin_layout Standard
> p
> \end_layout
> 
> \end_body
> \end_document
> 
> 
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire interdisciplinaire Carnot de Bourgogne
>  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
>  Tel: +33 (0)380395988| | Room# D114A
> ===
> 
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


error with CV

2022-09-08 Thread Patrick Dupre
Hello,

Could you tell me what is wrong with this file?
I get 
 \usepackage
   [a4paper]{geometry}
The package inputenc has already been loaded with options:
  [utf8]
There has now been an attempt to load it with options
  [latin9]
Adding the global options:
  utf8,latin9
to your \documentclass declaration may fix this.
Try typingto proceed.



#LyX 2.3 created this file. For more info see http://www.lyx.org/
\lyxformat 544
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass moderncv
\begin_preamble

\end_preamble
\use_default_options true
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman "default" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\use_microtype false
\use_dash_ligatures false
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize 10
\spacing single
\use_hyperref false
\papersize a4paper
\use_geometry true
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 0
\use_package esint 1
\use_package mathdots 1
\use_package mathtools 0
\use_package mhchem 1
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\use_minted 0
\index Index
\shortcut idx
\color #008000
\end_index
\leftmargin 2.2cm
\topmargin 2.2cm
\rightmargin 2.2cm
\bottommargin 2.2cm
\secnumdepth 0
\tocdepth -1
\paragraph_separation skip
\defskip medskip
\is_math_indent 0
\math_numbering_side default
\quotes_style english
\dynamic_quotes 0
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Standard
p
\end_layout

\end_body
\end_document


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Document class Modern CV: extra full stops [RESOLVED]

2018-03-30 Thread Rich Shepard

On Fri, 30 Mar 2018, Richard Kimberly Heck wrote:


The definition of \cventry is in the moderncvbody?.sty files. There are
five of these, which I guess are used with various options. Anyway, they
all contain code like:


Riki,

  Thanks for the pointer; I didn't know to grep for cventry. The .sty files
with the extra period are in moderncvbodyi.sty and moderncvbodyii.sty.

  I commented out those lines and replaced them without the leading period.
This did the trick. It put a comma after each paper and presentation title,
including a couple that end with question marks, but I can live with that. I
doubt anyone reading my CV will notice or comment on it. After all, no one's
commented on the double periods, either. :-)

Much appreciated,

Rich


Re: Document class Modern CV: extra full stops

2018-03-30 Thread Richard Kimberly Heck
On 03/30/2018 12:11 PM, Rich Shepard wrote:
>   Just noticed that the Modern CV class appends a period (full stop)
> at the
> end of each entry's What? box. This is fine when that's the
> appropriate end
> of the title, but not when the title ends in a question mark or closing
> quotation mark. After all do we want to present a sentence that ends like
> this?.
>
>   I'd appreciate suggestions on how to fix this. In
> /usr/share/texmf-dist/tex
> /latex/moderncv/ I find many .sty files and a few .cls files and
> haven't a
> clue which one, if any, controls insertion of full-stops. Nothing is
> /immediately obvious to me as relevant.

The definition of \cventry is in the moderncvbody?.sty files. There are
five of
these, which I guess are used with various options. Anyway, they all contain
code like:

\renewcommand*{\cventry}[7][.25em]{%
  \cvitem[#1]{#2}{%
    {\bfseries#3}%
    \ifthenelse{\equal{#4}{}}{}{, {\slshape#4}}%
    \ifthenelse{\equal{#5}{}}{}{, #5}%
    \ifthenelse{\equal{#6}{}}{}{, #6}%
    .\strut%
    \ifx&%
   
\else{\newline{}\begin{minipage}[t]{\linewidth}\small#7\end{minipage}}\fi}}

The What? argument is #3 here, so this one sets it as boldface.
Affiliation, City, and Country are #4, #5, and #6, and what the code
does is insert a comma between arguments and a period at the end of the
whole thing. I'm guessing your other arguments are empty, so you get the
period after What?

It's just a guess, but since you refer to a "title", and aren't using
the other arguments, you might shouldn't be using Entry for this but
instead Item.

Riki



Document class Modern CV: extra full stops

2018-03-30 Thread Rich Shepard

  Just noticed that the Modern CV class appends a period (full stop) at the
end of each entry's What? box. This is fine when that's the appropriate end
of the title, but not when the title ends in a question mark or closing
quotation mark. After all do we want to present a sentence that ends like
this?.

  I'd appreciate suggestions on how to fix this. In /usr/share/texmf-dist/tex
/latex/moderncv/ I find many .sty files and a few .cls files and haven't a
clue which one, if any, controls insertion of full-stops. Nothing is
/immediately obvious to me as relevant.

TIA,

Rich


BP CV template question

2013-11-16 Thread Γιάννης Καλογρίδης
Hi all,

I downloaded Bruce Pourciau's CV template from
http://wiki.lyx.org/Examples/CV#toc3 and I have been trying to make it
work.

I had to create an additional paragraph in order to fit stuff but now the
new paragraph does not have the same form as the rest. Specifically BP's
template has a large gap after the first word in each line but my new
paragraph stands out all lines there have the standard gap.

Could you please tell me how to fix that?

Thank you,
Ioannis


Re: BP CV template question

2013-11-16 Thread Liviu Andronic
On Sat, Nov 16, 2013 at 11:11 PM, Γιάννης Καλογρίδης
johnkalogri...@gmail.com wrote:
 Hi all,

 I downloaded Bruce Pourciau's CV template from
 http://wiki.lyx.org/Examples/CV#toc3 and I have been trying to make it work.

 I had to create an additional paragraph in order to fit stuff but now the
 new paragraph does not have the same form as the rest. Specifically BP's
 template has a large gap after the first word in each line but my new
 paragraph stands out all lines there have the standard gap.

 Could you please tell me how to fix that?

Please provide a http://wiki.lyx.org/FAQ/MinimalExample first.

Liviu


 Thank you,
 Ioannis



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: BP CV template question

2013-11-16 Thread Γιάννης Καλογρίδης
Never mind guys, it was just the labelling function. Thanks for the quick
response Liviu.

Have a good night.


On Sun, Nov 17, 2013 at 12:32 AM, Liviu Andronic landronim...@gmail.comwrote:

 On Sat, Nov 16, 2013 at 11:11 PM, Γιάννης Καλογρίδης
 johnkalogri...@gmail.com wrote:
  Hi all,
 
  I downloaded Bruce Pourciau's CV template from
  http://wiki.lyx.org/Examples/CV#toc3 and I have been trying to make it
 work.
 
  I had to create an additional paragraph in order to fit stuff but now the
  new paragraph does not have the same form as the rest. Specifically BP's
  template has a large gap after the first word in each line but my new
  paragraph stands out all lines there have the standard gap.
 
  Could you please tell me how to fix that?
 
 Please provide a http://wiki.lyx.org/FAQ/MinimalExample first.

 Liviu


  Thank you,
  Ioannis



 --
 Do you know how to read?
 http://www.alienetworks.com/srtest.cfm
 http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
 Do you know how to write?
 http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail



BP CV template question

2013-11-16 Thread Γιάννης Καλογρίδης
Hi all,

I downloaded Bruce Pourciau's CV template from
http://wiki.lyx.org/Examples/CV#toc3 and I have been trying to make it
work.

I had to create an additional paragraph in order to fit stuff but now the
new paragraph does not have the same form as the rest. Specifically BP's
template has a large gap after the first word in each line but my new
paragraph stands out all lines there have the standard gap.

Could you please tell me how to fix that?

Thank you,
Ioannis


Re: BP CV template question

2013-11-16 Thread Liviu Andronic
On Sat, Nov 16, 2013 at 11:11 PM, Γιάννης Καλογρίδης
johnkalogri...@gmail.com wrote:
 Hi all,

 I downloaded Bruce Pourciau's CV template from
 http://wiki.lyx.org/Examples/CV#toc3 and I have been trying to make it work.

 I had to create an additional paragraph in order to fit stuff but now the
 new paragraph does not have the same form as the rest. Specifically BP's
 template has a large gap after the first word in each line but my new
 paragraph stands out all lines there have the standard gap.

 Could you please tell me how to fix that?

Please provide a http://wiki.lyx.org/FAQ/MinimalExample first.

Liviu


 Thank you,
 Ioannis



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: BP CV template question

2013-11-16 Thread Γιάννης Καλογρίδης
Never mind guys, it was just the labelling function. Thanks for the quick
response Liviu.

Have a good night.


On Sun, Nov 17, 2013 at 12:32 AM, Liviu Andronic landronim...@gmail.comwrote:

 On Sat, Nov 16, 2013 at 11:11 PM, Γιάννης Καλογρίδης
 johnkalogri...@gmail.com wrote:
  Hi all,
 
  I downloaded Bruce Pourciau's CV template from
  http://wiki.lyx.org/Examples/CV#toc3 and I have been trying to make it
 work.
 
  I had to create an additional paragraph in order to fit stuff but now the
  new paragraph does not have the same form as the rest. Specifically BP's
  template has a large gap after the first word in each line but my new
  paragraph stands out all lines there have the standard gap.
 
  Could you please tell me how to fix that?
 
 Please provide a http://wiki.lyx.org/FAQ/MinimalExample first.

 Liviu


  Thank you,
  Ioannis



 --
 Do you know how to read?
 http://www.alienetworks.com/srtest.cfm
 http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
 Do you know how to write?
 http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail



BP CV template question

2013-11-16 Thread Γιάννης Καλογρίδης
Hi all,

I downloaded Bruce Pourciau's CV template from
http://wiki.lyx.org/Examples/CV#toc3 and I have been trying to make it
work.

I had to create an additional paragraph in order to fit stuff but now the
new paragraph does not have the same form as the rest. Specifically BP's
template has a large gap after the first word in each line but my new
paragraph stands out all lines there have the standard gap.

Could you please tell me how to fix that?

Thank you,
Ioannis


Re: BP CV template question

2013-11-16 Thread Liviu Andronic
On Sat, Nov 16, 2013 at 11:11 PM, Γιάννης Καλογρίδης
<johnkalogri...@gmail.com> wrote:
> Hi all,
>
> I downloaded Bruce Pourciau's CV template from
> http://wiki.lyx.org/Examples/CV#toc3 and I have been trying to make it work.
>
> I had to create an additional paragraph in order to fit stuff but now the
> new paragraph does not have the same form as the rest. Specifically BP's
> template has a large gap after the first word in each line but my new
> paragraph stands out all lines there have the standard gap.
>
> Could you please tell me how to fix that?
>
Please provide a http://wiki.lyx.org/FAQ/MinimalExample first.

Liviu


> Thank you,
> Ioannis



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: BP CV template question

2013-11-16 Thread Γιάννης Καλογρίδης
Never mind guys, it was just the labelling function. Thanks for the quick
response Liviu.

Have a good night.


On Sun, Nov 17, 2013 at 12:32 AM, Liviu Andronic <landronim...@gmail.com>wrote:

> On Sat, Nov 16, 2013 at 11:11 PM, Γιάννης Καλογρίδης
> <johnkalogri...@gmail.com> wrote:
> > Hi all,
> >
> > I downloaded Bruce Pourciau's CV template from
> > http://wiki.lyx.org/Examples/CV#toc3 and I have been trying to make it
> work.
> >
> > I had to create an additional paragraph in order to fit stuff but now the
> > new paragraph does not have the same form as the rest. Specifically BP's
> > template has a large gap after the first word in each line but my new
> > paragraph stands out all lines there have the standard gap.
> >
> > Could you please tell me how to fix that?
> >
> Please provide a http://wiki.lyx.org/FAQ/MinimalExample first.
>
> Liviu
>
>
> > Thank you,
> > Ioannis
>
>
>
> --
> Do you know how to read?
> http://www.alienetworks.com/srtest.cfm
> http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
> Do you know how to write?
> http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
>


Re: Sectioned bibliography in CV

2012-06-06 Thread Vivek Sharma


Sharma, Vivek Vivek.Sharma at va.gov writes:
I renistalled miktex and lyx using the alt installer and now everything works 
like a charm
Thanks
Vivek





Re: Sectioned bibliography in CV

2012-06-06 Thread Vivek Sharma


Sharma, Vivek Vivek.Sharma at va.gov writes:
I renistalled miktex and lyx using the alt installer and now everything works 
like a charm
Thanks
Vivek





Re: Sectioned bibliography in CV

2012-06-06 Thread Vivek Sharma


Sharma, Vivek  va.gov> writes:
I renistalled miktex and lyx using the alt installer and now everything works 
like a charm
Thanks
Vivek





CV with no references but sectioned bibliography

2011-07-12 Thread Rainer M Krug
Hi

I am compiling my CV and use the cv_JMarc.layout and the cv.cls class (
http://wiki.lyx.org/Examples/CV).

My problem is that I do not have any references in the text (\citet et al),
and the document does not compile - I get an
Found unknown 'thebibliography' environment error from the bibtopic
package.

Is there anything I can do, apart from putting a reference on an additional
page in the pdf and cut it off with pdftk (that's what I'll be doing for
now)?

Cheers,

Rainer

-- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax (F):   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug


CV with no references but sectioned bibliography

2011-07-12 Thread Rainer M Krug
Hi

I am compiling my CV and use the cv_JMarc.layout and the cv.cls class (
http://wiki.lyx.org/Examples/CV).

My problem is that I do not have any references in the text (\citet et al),
and the document does not compile - I get an
Found unknown 'thebibliography' environment error from the bibtopic
package.

Is there anything I can do, apart from putting a reference on an additional
page in the pdf and cut it off with pdftk (that's what I'll be doing for
now)?

Cheers,

Rainer

-- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax (F):   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug


CV with no references but sectioned bibliography

2011-07-12 Thread Rainer M Krug
Hi

I am compiling my CV and use the cv_JMarc.layout and the cv.cls class (
http://wiki.lyx.org/Examples/CV).

My problem is that I do not have any references in the text (\citet et al),
and the document does not compile - I get an
"Found unknown 'thebibliography' environment" error from the bibtopic
package.

Is there anything I can do, apart from putting a reference on an additional
page in the pdf and cut it off with pdftk (that's what I'll be doing for
now)?

Cheers,

Rainer

-- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax (F):   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug


Re: xetex CV

2011-06-24 Thread Guenter Milde
On 2011-06-24, Liviu Andronic wrote:

 [-- Type: text/plain, Encoding:  --]

 On Fri, Jun 24, 2011 at 12:20 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org wrote:
 Try

 TitleLatexName makecvtitle

 I tried the following (see attached), but it doesn't seem to work even
 after reconfiguring. Am I doing something wrong?

I suppose this should be in the layout file.

Günter



Re: xetex CV

2011-06-24 Thread Jean-Marc Lasgouttes

Le 24/06/2011 04:11, Liviu Andronic a écrit :

On Fri, Jun 24, 2011 at 12:20 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org  wrote:

Try

TitleLatexName makecvtitle


I tried the following (see attached), but it doesn't seem to work even
after reconfiguring. Am I doing something wrong?


No, it should work... What happens exactly?

JMarc



Re: xetex CV

2011-06-24 Thread Liviu Andronic
On Fri, Jun 24, 2011 at 10:40 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org wrote:
 Try

 TitleLatexName makecvtitle

 I tried the following (see attached), but it doesn't seem to work even
 after reconfiguring. Am I doing something wrong?

 No, it should work... What happens exactly?

Stupid me, I've fallen prey to LyX' ability to automatically use the
.layout files located in the same folder as the .lyx file: this meant
that all the changes that I was performing in ~/.lyx-svn/layouts/ were
ignored.

The updated layout file (that I sent originally) works like sweet. Thanks!

Rob, could you test the patch that I sent earlier and, if acceptable,
include it into the xetexCV distribution? Cheers
Liviu


 JMarc





-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: xetex CV

2011-06-24 Thread Guenter Milde
On 2011-06-24, Liviu Andronic wrote:

 [-- Type: text/plain, Encoding:  --]

 On Fri, Jun 24, 2011 at 12:20 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org wrote:
 Try

 TitleLatexName makecvtitle

 I tried the following (see attached), but it doesn't seem to work even
 after reconfiguring. Am I doing something wrong?

I suppose this should be in the layout file.

Günter



Re: xetex CV

2011-06-24 Thread Jean-Marc Lasgouttes

Le 24/06/2011 04:11, Liviu Andronic a écrit :

On Fri, Jun 24, 2011 at 12:20 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org  wrote:

Try

TitleLatexName makecvtitle


I tried the following (see attached), but it doesn't seem to work even
after reconfiguring. Am I doing something wrong?


No, it should work... What happens exactly?

JMarc



Re: xetex CV

2011-06-24 Thread Liviu Andronic
On Fri, Jun 24, 2011 at 10:40 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org wrote:
 Try

 TitleLatexName makecvtitle

 I tried the following (see attached), but it doesn't seem to work even
 after reconfiguring. Am I doing something wrong?

 No, it should work... What happens exactly?

Stupid me, I've fallen prey to LyX' ability to automatically use the
.layout files located in the same folder as the .lyx file: this meant
that all the changes that I was performing in ~/.lyx-svn/layouts/ were
ignored.

The updated layout file (that I sent originally) works like sweet. Thanks!

Rob, could you test the patch that I sent earlier and, if acceptable,
include it into the xetexCV distribution? Cheers
Liviu


 JMarc





-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: xetex CV

2011-06-24 Thread Guenter Milde
On 2011-06-24, Liviu Andronic wrote:

> [-- Type: text/plain, Encoding:  --]

> On Fri, Jun 24, 2011 at 12:20 AM, Jean-Marc Lasgouttes
> wrote:
>> Try

>> TitleLatexName makecvtitle

> I tried the following (see attached), but it doesn't seem to work even
> after reconfiguring. Am I doing something wrong?

I suppose this should be in the layout file.

Günter



Re: xetex CV

2011-06-24 Thread Jean-Marc Lasgouttes

Le 24/06/2011 04:11, Liviu Andronic a écrit :

On Fri, Jun 24, 2011 at 12:20 AM, Jean-Marc Lasgouttes
  wrote:

Try

TitleLatexName makecvtitle


I tried the following (see attached), but it doesn't seem to work even
after reconfiguring. Am I doing something wrong?


No, it should work... What happens exactly?

JMarc



Re: xetex CV

2011-06-24 Thread Liviu Andronic
On Fri, Jun 24, 2011 at 10:40 AM, Jean-Marc Lasgouttes
 wrote:
>>> Try
>>>
>>> TitleLatexName makecvtitle
>>>
>> I tried the following (see attached), but it doesn't seem to work even
>> after reconfiguring. Am I doing something wrong?
>
> No, it should work... What happens exactly?
>
Stupid me, I've fallen prey to LyX' ability to automatically use the
.layout files located in the same folder as the .lyx file: this meant
that all the changes that I was performing in ~/.lyx-svn/layouts/ were
ignored.

The updated layout file (that I sent originally) works like sweet. Thanks!

Rob, could you test the patch that I sent earlier and, if acceptable,
include it into the xetexCV distribution? Cheers
Liviu


> JMarc
>
>



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: xetex CV

2011-06-23 Thread Mauro
I don't know if it helps, but after learning a little LaTeX, it works in
TeXWorkS in a document made 100% by me so the problem isn't in the class file.
It must be in the layout.

Cheers,

Mauro.




Re: xetex CV

2011-06-23 Thread Liviu Andronic
On Thu, Jun 23, 2011 at 7:06 PM, Mauro fontana.ma...@gmail.com wrote:
 I don't know if it helps, but after learning a little LaTeX, it works in
 TeXWorkS in a document made 100% by me so the problem isn't in the class file.
 It must be in the layout.

Nice catch. I think I found the culprit, although I'm not sure where
to fix it: when adding any title item LyX will automatically add
\maketitle instead of \makecvtitle. This can be worked around as
easily as adding
\renewcommand{\maketitle}{\makecvtitle}

to the preamble. See attached. I'm sure, though, that there is a more
elegant fix somewhere.

Cheers
Liviu


 Cheers,

 Mauro.






-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


example4-xetex4-LyX_04.lyx
Description: Binary data


Re: xetex CV

2011-06-23 Thread Jean-Marc Lasgouttes

Le 24/06/11 00:14, Liviu Andronic a écrit :

Nice catch. I think I found the culprit, although I'm not sure where
to fix it: when adding any title item LyX will automatically add
\maketitle instead of \makecvtitle. This can be worked around as
easily as adding
\renewcommand{\maketitle}{\makecvtitle}

to the preamble. See attached. I'm sure, though, that there is a more
elegant fix somewhere.


Try

TitleLatexName makecvtitle

JMarc


Re: xetex CV

2011-06-23 Thread Liviu Andronic
On Fri, Jun 24, 2011 at 12:20 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org wrote:
 Try

 TitleLatexName makecvtitle

I tried the following (see attached), but it doesn't seem to work even
after reconfiguring. Am I doing something wrong?
Liviu


xetexCV.layout
Description: Binary data


xetexCV-title.patch
Description: Binary data


Re: xetex CV

2011-06-23 Thread Mauro
I don't know if it helps, but after learning a little LaTeX, it works in
TeXWorkS in a document made 100% by me so the problem isn't in the class file.
It must be in the layout.

Cheers,

Mauro.




Re: xetex CV

2011-06-23 Thread Liviu Andronic
On Thu, Jun 23, 2011 at 7:06 PM, Mauro fontana.ma...@gmail.com wrote:
 I don't know if it helps, but after learning a little LaTeX, it works in
 TeXWorkS in a document made 100% by me so the problem isn't in the class file.
 It must be in the layout.

Nice catch. I think I found the culprit, although I'm not sure where
to fix it: when adding any title item LyX will automatically add
\maketitle instead of \makecvtitle. This can be worked around as
easily as adding
\renewcommand{\maketitle}{\makecvtitle}

to the preamble. See attached. I'm sure, though, that there is a more
elegant fix somewhere.

Cheers
Liviu


 Cheers,

 Mauro.






-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


example4-xetex4-LyX_04.lyx
Description: Binary data


Re: xetex CV

2011-06-23 Thread Jean-Marc Lasgouttes

Le 24/06/11 00:14, Liviu Andronic a écrit :

Nice catch. I think I found the culprit, although I'm not sure where
to fix it: when adding any title item LyX will automatically add
\maketitle instead of \makecvtitle. This can be worked around as
easily as adding
\renewcommand{\maketitle}{\makecvtitle}

to the preamble. See attached. I'm sure, though, that there is a more
elegant fix somewhere.


Try

TitleLatexName makecvtitle

JMarc


Re: xetex CV

2011-06-23 Thread Liviu Andronic
On Fri, Jun 24, 2011 at 12:20 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org wrote:
 Try

 TitleLatexName makecvtitle

I tried the following (see attached), but it doesn't seem to work even
after reconfiguring. Am I doing something wrong?
Liviu


xetexCV.layout
Description: Binary data


xetexCV-title.patch
Description: Binary data


Re: xetex CV

2011-06-23 Thread Mauro
I don't know if it helps, but after learning a little LaTeX, it works in
TeXWorkS in a document made 100% by me so the problem isn't in the class file.
It must be in the layout.

Cheers,

Mauro.




Re: xetex CV

2011-06-23 Thread Liviu Andronic
On Thu, Jun 23, 2011 at 7:06 PM, Mauro  wrote:
> I don't know if it helps, but after learning a little LaTeX, it works in
> TeXWorkS in a document made 100% by me so the problem isn't in the class file.
> It must be in the layout.
>
Nice catch. I think I found the culprit, although I'm not sure where
to fix it: when adding any title item LyX will automatically add
\maketitle instead of \makecvtitle. This can be worked around as
easily as adding
\renewcommand{\maketitle}{\makecvtitle}

to the preamble. See attached. I'm sure, though, that there is a more
elegant fix somewhere.

Cheers
Liviu


> Cheers,
>
> Mauro.
>
>
>



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


example4-xetex4-LyX_04.lyx
Description: Binary data


Re: xetex CV

2011-06-23 Thread Jean-Marc Lasgouttes

Le 24/06/11 00:14, Liviu Andronic a écrit :

Nice catch. I think I found the culprit, although I'm not sure where
to fix it: when adding any title item LyX will automatically add
\maketitle instead of \makecvtitle. This can be worked around as
easily as adding
\renewcommand{\maketitle}{\makecvtitle}

to the preamble. See attached. I'm sure, though, that there is a more
elegant fix somewhere.


Try

TitleLatexName makecvtitle

JMarc


Re: xetex CV

2011-06-23 Thread Liviu Andronic
On Fri, Jun 24, 2011 at 12:20 AM, Jean-Marc Lasgouttes
 wrote:
> Try
>
> TitleLatexName makecvtitle
>
I tried the following (see attached), but it doesn't seem to work even
after reconfiguring. Am I doing something wrong?
Liviu


xetexCV.layout
Description: Binary data


xetexCV-title.patch
Description: Binary data


Re: xetex CV

2011-06-15 Thread Rob Oakes
Dear Mauro and Liviu,

Sorry for being so quiet through the whole exchange, but I've been buried at 
work for the past month and I'm still trying to get on top of things.

On Jun 14, 2011, at 11:54 PM, Liviu Andronic wrote:

 Hello
 
 On Wed, Jun 15, 2011 at 4:37 AM, Mauro fontana.ma...@gmail.com wrote:
 Hello everyone.
 
 I downloaded LyX a few days ago and then I tried to make a CV. As I surfed
 through the web, I kept finding more and more styles for this so I finally
 decided for one, xetexCV. The thing is that I followed all the steps in this
 website: http://blog.oak-tree.us/index.php/2010/05/19/latex-cv-part4 and used
 the .zip there provided. After that, I tried to make a PDF output of the 
 example
 LyX's file included. Won't compile, the legend No \title given. pops up. I
 
 Yes, I've stumbled upon this myself. Some time ago I reported the
 error to Rob, but then he didn't have a ready-to-ship solution.
 Perhaps he would have more to add now, or maybe not.

Unfortunately, i have not had time to look into the issue yet and come up with 
a non-hackish workaround.  Part of the problem, I think, is that it only 
appears under certain circumstances.

When I downloaded the files and compiled the example document this morning, I 
didn't have any other problems. Could you provide some additional information?

What version of LaTeX are you using? Which operating system?  Are you taking 
out any of the demographic labels (e.g., institution, contact address, phone, 
fax, email, website)?  The more detail you can provide the better I will be 
able to track down the problem and rectify it.

Cheers,

Rob

Re: xetex CV

2011-06-15 Thread Mauro
Liviu Andronic landronimirc at gmail.com writes:

 
 Hey Rob
 
 On Wed, Jun 15, 2011 at 4:42 PM, Rob Oakes LyX-Devel at oak-tree.us wrote:
  Unfortunately, i have not had time to look into the issue yet and come up
with a non-hackish workaround.
  Part of the problem, I think, is that it only appears under certain
circumstances.
 
  When I downloaded the files and compiled the example document this morning,
I didn't have any other
 problems. Could you provide some additional information?
 
 Sure.
 
  What version of LaTeX are you using? Which operating system?  Are you taking
out any of the demographic
 labels (e.g., institution, contact address, phone, fax, email, website)?  The
more detail you can
 provide the better I will be able to track down the problem and rectify it.
 
 I'm running Xubuntu 10.04 Lucid, x64, LyX 2.0.0, TeXLive 2009,
 xetexCV-LyX.zip as downloaded from your site. The only change I made
 was to change Minion Pro, which I don't have installed, to
 Liberation/Biolinum. When I try to compile example4-xetex4-LyX.lyx I
 get the 'no \title given' error (see first log file).
 
 If I delete all \maketitle generating fields, from \cvname to
 \website, inclusive, the file compiles just fine (see attached). If
 I'm leaving at least one \maketitle generating field, the file doesn't
 compile.
 
 As far as I know, my LaTeX installation is probably is as stock as one
 would get on Ubuntu (Lucid). Please let me know if I can provide more
 info. Cheers
 Liviu
 
  Cheers,
 
  Rob
 


Thank you both, Liviu and Rob

I'm using Windows 7 Ultimate 64-bit edition.

Installed LyX 2.0.0 following the steps in the wizard. That means that I
installed MikTex 2.9 and all the packages I was asked to.

I just came up with the idea that maybe, as it couldn't find the image that is
specified in cvimage { } at the document settings area, setting the pic in the
right way might help, but no, apparently the title action isn't related to the
image.

I'm compiling just like I downloaded it, only loaded the BibTEX (after the first
few crashes) and now, loaded the cvimage provided in the .zip. Im using PDF
(XeTeX Output). If you want, I can try copying the source code to the editor
provided by MikTeX and see the error log there, as you wish.

I don't know what others detail can I say. If you tell me what you need, I'll
reply, no problem, but I have no idea which are important.

-

BTW: When I complete the cvimage { } field in the document settings, the \
used in Windows to separate folders, appear in blue. I think that's because
LaTeX recognises that symbol as the prelude of a command. Any work arround for
that? Or works just fine this way even with the slashes appearing in blue?
Last question related to this: Is there anyway to have spaces in the image name?
I mean, can I set an image with a name like This Is A Test (with the blanks).


Thanks a lot.

Mauro





Re: xetex CV

2011-06-15 Thread Rob Oakes
Dear Mauro and Liviu,

Sorry for being so quiet through the whole exchange, but I've been buried at 
work for the past month and I'm still trying to get on top of things.

On Jun 14, 2011, at 11:54 PM, Liviu Andronic wrote:

 Hello
 
 On Wed, Jun 15, 2011 at 4:37 AM, Mauro fontana.ma...@gmail.com wrote:
 Hello everyone.
 
 I downloaded LyX a few days ago and then I tried to make a CV. As I surfed
 through the web, I kept finding more and more styles for this so I finally
 decided for one, xetexCV. The thing is that I followed all the steps in this
 website: http://blog.oak-tree.us/index.php/2010/05/19/latex-cv-part4 and used
 the .zip there provided. After that, I tried to make a PDF output of the 
 example
 LyX's file included. Won't compile, the legend No \title given. pops up. I
 
 Yes, I've stumbled upon this myself. Some time ago I reported the
 error to Rob, but then he didn't have a ready-to-ship solution.
 Perhaps he would have more to add now, or maybe not.

Unfortunately, i have not had time to look into the issue yet and come up with 
a non-hackish workaround.  Part of the problem, I think, is that it only 
appears under certain circumstances.

When I downloaded the files and compiled the example document this morning, I 
didn't have any other problems. Could you provide some additional information?

What version of LaTeX are you using? Which operating system?  Are you taking 
out any of the demographic labels (e.g., institution, contact address, phone, 
fax, email, website)?  The more detail you can provide the better I will be 
able to track down the problem and rectify it.

Cheers,

Rob

Re: xetex CV

2011-06-15 Thread Mauro
Liviu Andronic landronimirc at gmail.com writes:

 
 Hey Rob
 
 On Wed, Jun 15, 2011 at 4:42 PM, Rob Oakes LyX-Devel at oak-tree.us wrote:
  Unfortunately, i have not had time to look into the issue yet and come up
with a non-hackish workaround.
  Part of the problem, I think, is that it only appears under certain
circumstances.
 
  When I downloaded the files and compiled the example document this morning,
I didn't have any other
 problems. Could you provide some additional information?
 
 Sure.
 
  What version of LaTeX are you using? Which operating system?  Are you taking
out any of the demographic
 labels (e.g., institution, contact address, phone, fax, email, website)?  The
more detail you can
 provide the better I will be able to track down the problem and rectify it.
 
 I'm running Xubuntu 10.04 Lucid, x64, LyX 2.0.0, TeXLive 2009,
 xetexCV-LyX.zip as downloaded from your site. The only change I made
 was to change Minion Pro, which I don't have installed, to
 Liberation/Biolinum. When I try to compile example4-xetex4-LyX.lyx I
 get the 'no \title given' error (see first log file).
 
 If I delete all \maketitle generating fields, from \cvname to
 \website, inclusive, the file compiles just fine (see attached). If
 I'm leaving at least one \maketitle generating field, the file doesn't
 compile.
 
 As far as I know, my LaTeX installation is probably is as stock as one
 would get on Ubuntu (Lucid). Please let me know if I can provide more
 info. Cheers
 Liviu
 
  Cheers,
 
  Rob
 


Thank you both, Liviu and Rob

I'm using Windows 7 Ultimate 64-bit edition.

Installed LyX 2.0.0 following the steps in the wizard. That means that I
installed MikTex 2.9 and all the packages I was asked to.

I just came up with the idea that maybe, as it couldn't find the image that is
specified in cvimage { } at the document settings area, setting the pic in the
right way might help, but no, apparently the title action isn't related to the
image.

I'm compiling just like I downloaded it, only loaded the BibTEX (after the first
few crashes) and now, loaded the cvimage provided in the .zip. Im using PDF
(XeTeX Output). If you want, I can try copying the source code to the editor
provided by MikTeX and see the error log there, as you wish.

I don't know what others detail can I say. If you tell me what you need, I'll
reply, no problem, but I have no idea which are important.

-

BTW: When I complete the cvimage { } field in the document settings, the \
used in Windows to separate folders, appear in blue. I think that's because
LaTeX recognises that symbol as the prelude of a command. Any work arround for
that? Or works just fine this way even with the slashes appearing in blue?
Last question related to this: Is there anyway to have spaces in the image name?
I mean, can I set an image with a name like This Is A Test (with the blanks).


Thanks a lot.

Mauro





Re: xetex CV

2011-06-15 Thread Rob Oakes
Dear Mauro and Liviu,

Sorry for being so quiet through the whole exchange, but I've been buried at 
work for the past month and I'm still trying to get on top of things.

On Jun 14, 2011, at 11:54 PM, Liviu Andronic wrote:

> Hello
> 
> On Wed, Jun 15, 2011 at 4:37 AM, Mauro <fontana.ma...@gmail.com> wrote:
>> Hello everyone.
>> 
>> I downloaded LyX a few days ago and then I tried to make a CV. As I surfed
>> through the web, I kept finding more and more styles for this so I finally
>> decided for one, xetexCV. The thing is that I followed all the steps in this
>> website: http://blog.oak-tree.us/index.php/2010/05/19/latex-cv-part4 and used
>> the .zip there provided. After that, I tried to make a PDF output of the 
>> example
>> LyX's file included. Won't compile, the legend "No \title given." pops up. I
>> 
> Yes, I've stumbled upon this myself. Some time ago I reported the
> error to Rob, but then he didn't have a ready-to-ship solution.
> Perhaps he would have more to add now, or maybe not.

Unfortunately, i have not had time to look into the issue yet and come up with 
a non-hackish workaround.  Part of the problem, I think, is that it only 
appears under certain circumstances.

When I downloaded the files and compiled the example document this morning, I 
didn't have any other problems. Could you provide some additional information?

What version of LaTeX are you using? Which operating system?  Are you taking 
out any of the demographic labels (e.g., institution, contact address, phone, 
fax, email, website)?  The more detail you can provide the better I will be 
able to track down the problem and rectify it.

Cheers,

Rob

Re: xetex CV

2011-06-15 Thread Mauro
Liviu Andronic  gmail.com> writes:

> 
> Hey Rob
> 
> On Wed, Jun 15, 2011 at 4:42 PM, Rob Oakes  oak-tree.us> wrote:
> > Unfortunately, i have not had time to look into the issue yet and come up
with a non-hackish workaround.
>  Part of the problem, I think, is that it only appears under certain
circumstances.
> >
> > When I downloaded the files and compiled the example document this morning,
I didn't have any other
> problems. Could you provide some additional information?
> >
> Sure.
> 
> > What version of LaTeX are you using? Which operating system?  Are you taking
out any of the demographic
> labels (e.g., institution, contact address, phone, fax, email, website)?  The
more detail you can
> provide the better I will be able to track down the problem and rectify it.
> >
> I'm running Xubuntu 10.04 Lucid, x64, LyX 2.0.0, TeXLive 2009,
> xetexCV-LyX.zip as downloaded from your site. The only change I made
> was to change Minion Pro, which I don't have installed, to
> Liberation/Biolinum. When I try to compile example4-xetex4-LyX.lyx I
> get the 'no \title given' error (see first log file).
> 
> If I delete all \maketitle generating fields, from \cvname to
> \website, inclusive, the file compiles just fine (see attached). If
> I'm leaving at least one \maketitle generating field, the file doesn't
> compile.
> 
> As far as I know, my LaTeX installation is probably is as stock as one
> would get on Ubuntu (Lucid). Please let me know if I can provide more
> info. Cheers
> Liviu
> 
> > Cheers,
> >
> > Rob
> 


Thank you both, Liviu and Rob

I'm using Windows 7 Ultimate 64-bit edition.

Installed LyX 2.0.0 following the steps in the wizard. That means that I
installed MikTex 2.9 and all the packages I was asked to.

I just came up with the idea that maybe, as it couldn't find the image that is
specified in cvimage { } at the document settings area, setting the pic in the
right way might help, but no, apparently the title action isn't related to the
image.

I'm compiling just like I downloaded it, only loaded the BibTEX (after the first
few crashes) and now, loaded the cvimage provided in the .zip. Im using PDF
(XeTeX Output). If you want, I can try copying the source code to the editor
provided by MikTeX and see the error log there, as you wish.

I don't know what others detail can I say. If you tell me what you need, I'll
reply, no problem, but I have no idea which are important.

-

BTW: When I complete the cvimage { } field in the document settings, the "\"
used in Windows to separate folders, appear in blue. I think that's because
LaTeX recognises that symbol as the prelude of a command. Any work arround for
that? Or works just fine this way even with the slashes appearing in blue?
Last question related to this: Is there anyway to have spaces in the image name?
I mean, can I set an image with a name like "This Is A Test" (with the blanks).


Thanks a lot.

Mauro





xetex CV

2011-06-14 Thread Mauro
Hello everyone.

I downloaded LyX a few days ago and then I tried to make a CV. As I surfed
through the web, I kept finding more and more styles for this so I finally
decided for one, xetexCV. The thing is that I followed all the steps in this
website: http://blog.oak-tree.us/index.php/2010/05/19/latex-cv-part4 and used
the .zip there provided. After that, I tried to make a PDF output of the example
LyX's file included. Won't compile, the legend No \title given. pops up. I
tried a few things out but couldn't manage to sort that. I don't know LaTeX I
(only know the Maths Mode) so I can't analyze what's going on. If you want I can
copypaste the LaTeX source cod LyX displays, but it'll make the message heavy,
maybe it's better for you to download the .zip in the site I mentioned, but if
you prefer, I could post the code in another mail.

I have LyX 2.0.0 and MikTex 2.9. Pretty much followed the intuitive Windows
installation wizard.


Thank you for your time.

Mauro.

P.S: Hope I posted this in the right place.



Re: xetex CV

2011-06-14 Thread Liviu Andronic
Hello

On Wed, Jun 15, 2011 at 4:37 AM, Mauro fontana.ma...@gmail.com wrote:
 Hello everyone.

 I downloaded LyX a few days ago and then I tried to make a CV. As I surfed
 through the web, I kept finding more and more styles for this so I finally
 decided for one, xetexCV. The thing is that I followed all the steps in this
 website: http://blog.oak-tree.us/index.php/2010/05/19/latex-cv-part4 and used
 the .zip there provided. After that, I tried to make a PDF output of the 
 example
 LyX's file included. Won't compile, the legend No \title given. pops up. I

Yes, I've stumbled upon this myself. Some time ago I reported the
error to Rob, but then he didn't have a ready-to-ship solution.
Perhaps he would have more to add now, or maybe not.

Cheers
Liviu

PS An unsatisfactory solution would be to get rid of all the \title
calls in the document, basically all the environments other than
section and subsection (if I remember right). If you can hack the
header part by yourself (as in this [1] CV template), the you might be
able to use xetexCV even so.
[1] http://wiki.lyx.org/Examples/CV#toc11


 tried a few things out but couldn't manage to sort that. I don't know LaTeX I
 (only know the Maths Mode) so I can't analyze what's going on. If you want I 
 can
 copypaste the LaTeX source cod LyX displays, but it'll make the message 
 heavy,
 maybe it's better for you to download the .zip in the site I mentioned, but if
 you prefer, I could post the code in another mail.

 I have LyX 2.0.0 and MikTex 2.9. Pretty much followed the intuitive Windows
 installation wizard.


 Thank you for your time.

 Mauro.

 P.S: Hope I posted this in the right place.





-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


xetex CV

2011-06-14 Thread Mauro
Hello everyone.

I downloaded LyX a few days ago and then I tried to make a CV. As I surfed
through the web, I kept finding more and more styles for this so I finally
decided for one, xetexCV. The thing is that I followed all the steps in this
website: http://blog.oak-tree.us/index.php/2010/05/19/latex-cv-part4 and used
the .zip there provided. After that, I tried to make a PDF output of the example
LyX's file included. Won't compile, the legend No \title given. pops up. I
tried a few things out but couldn't manage to sort that. I don't know LaTeX I
(only know the Maths Mode) so I can't analyze what's going on. If you want I can
copypaste the LaTeX source cod LyX displays, but it'll make the message heavy,
maybe it's better for you to download the .zip in the site I mentioned, but if
you prefer, I could post the code in another mail.

I have LyX 2.0.0 and MikTex 2.9. Pretty much followed the intuitive Windows
installation wizard.


Thank you for your time.

Mauro.

P.S: Hope I posted this in the right place.



Re: xetex CV

2011-06-14 Thread Liviu Andronic
Hello

On Wed, Jun 15, 2011 at 4:37 AM, Mauro fontana.ma...@gmail.com wrote:
 Hello everyone.

 I downloaded LyX a few days ago and then I tried to make a CV. As I surfed
 through the web, I kept finding more and more styles for this so I finally
 decided for one, xetexCV. The thing is that I followed all the steps in this
 website: http://blog.oak-tree.us/index.php/2010/05/19/latex-cv-part4 and used
 the .zip there provided. After that, I tried to make a PDF output of the 
 example
 LyX's file included. Won't compile, the legend No \title given. pops up. I

Yes, I've stumbled upon this myself. Some time ago I reported the
error to Rob, but then he didn't have a ready-to-ship solution.
Perhaps he would have more to add now, or maybe not.

Cheers
Liviu

PS An unsatisfactory solution would be to get rid of all the \title
calls in the document, basically all the environments other than
section and subsection (if I remember right). If you can hack the
header part by yourself (as in this [1] CV template), the you might be
able to use xetexCV even so.
[1] http://wiki.lyx.org/Examples/CV#toc11


 tried a few things out but couldn't manage to sort that. I don't know LaTeX I
 (only know the Maths Mode) so I can't analyze what's going on. If you want I 
 can
 copypaste the LaTeX source cod LyX displays, but it'll make the message 
 heavy,
 maybe it's better for you to download the .zip in the site I mentioned, but if
 you prefer, I could post the code in another mail.

 I have LyX 2.0.0 and MikTex 2.9. Pretty much followed the intuitive Windows
 installation wizard.


 Thank you for your time.

 Mauro.

 P.S: Hope I posted this in the right place.





-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


xetex CV

2011-06-14 Thread Mauro
Hello everyone.

I downloaded LyX a few days ago and then I tried to make a CV. As I surfed
through the web, I kept finding more and more styles for this so I finally
decided for one, xetexCV. The thing is that I followed all the steps in this
website: http://blog.oak-tree.us/index.php/2010/05/19/latex-cv-part4 and used
the .zip there provided. After that, I tried to make a PDF output of the example
LyX's file included. Won't compile, the legend "No \title given." pops up. I
tried a few things out but couldn't manage to sort that. I don't know LaTeX I
(only know the Maths Mode) so I can't analyze what's going on. If you want I can
copy the LaTeX source cod LyX displays, but it'll make the message heavy,
maybe it's better for you to download the .zip in the site I mentioned, but if
you prefer, I could post the code in another mail.

I have LyX 2.0.0 and MikTex 2.9. Pretty much followed the intuitive Windows
installation wizard.


Thank you for your time.

Mauro.

P.S: Hope I posted this in the right place.



Re: xetex CV

2011-06-14 Thread Liviu Andronic
Hello

On Wed, Jun 15, 2011 at 4:37 AM, Mauro <fontana.ma...@gmail.com> wrote:
> Hello everyone.
>
> I downloaded LyX a few days ago and then I tried to make a CV. As I surfed
> through the web, I kept finding more and more styles for this so I finally
> decided for one, xetexCV. The thing is that I followed all the steps in this
> website: http://blog.oak-tree.us/index.php/2010/05/19/latex-cv-part4 and used
> the .zip there provided. After that, I tried to make a PDF output of the 
> example
> LyX's file included. Won't compile, the legend "No \title given." pops up. I
>
Yes, I've stumbled upon this myself. Some time ago I reported the
error to Rob, but then he didn't have a ready-to-ship solution.
Perhaps he would have more to add now, or maybe not.

Cheers
Liviu

PS An unsatisfactory solution would be to get rid of all the \title
calls in the document, basically all the environments other than
section and subsection (if I remember right). If you can hack the
header part by yourself (as in this [1] CV template), the you might be
able to use xetexCV even so.
[1] http://wiki.lyx.org/Examples/CV#toc11


> tried a few things out but couldn't manage to sort that. I don't know LaTeX I
> (only know the Maths Mode) so I can't analyze what's going on. If you want I 
> can
> copy the LaTeX source cod LyX displays, but it'll make the message 
> heavy,
> maybe it's better for you to download the .zip in the site I mentioned, but if
> you prefer, I could post the code in another mail.
>
> I have LyX 2.0.0 and MikTex 2.9. Pretty much followed the intuitive Windows
> installation wizard.
>
>
> Thank you for your time.
>
> Mauro.
>
> P.S: Hope I posted this in the right place.
>
>



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


europeran cv and bibtex file

2011-03-01 Thread Pierluigi De Rosa
Dear lyx User,

i prepared a lyx european cv and at the end of it I put my bibtex db of
publications but lyx doesn't work fine.
Lyx trunks my publications at the end of page so it doesn't go to next
page.
below i attached my lyx file...
can anyone help me?
thanks
Pierluigi

#LyX 1.6.7 created this file. For more info see http://www.lyx.org/
\lyxformat 345
\begin_document
\begin_header
\textclass europecv
\begin_preamble
\usepackage{graphicx}

% Define personal data
\ecvname{De Rosa, Pierluigi}
\ecvfootername{Pierluigi De Rosa}
\ecvnationality{Italia}
\ecvdateofbirth{10 Aprile, 1980}
\ecvaddress{Via roma 261\newline 84044 Albanella\newline Italia}
\ecvemail{pierluigi.der...@gmail.com}
% the optional phnoe number is for the mobile
\ecvtelephone[+39 0828 781396 ]{+39 349 7558268}

% for the gender and fax number
%\ecvgender{male}
\ecvfax{+39 075 7823038}

% define text or image alignment and position:
% in this case the image is shifted 6cm to the right
\ecvbeforepicture{\hspace{6cm}}

% image
\ecvpicture[height=3cm]{pers}

% define text or space after the image
% in this case the following shifted 2cm to the image
\ecvafterpicture{\ecvspace{-2cm}}

% if you e.g. only want the page number to be printed in the footer
%\ecvpage{\thepage}
\end_preamble
\use_default_options false
\language italian
\inputencoding utf8x
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100

\graphics default
\paperfontsize 10
\spacing single
\use_hyperref false
\papersize default
\use_geometry true
\use_amsmath 1
\use_esint 1
\cite_engine basic
\use_bibtopic false
\paperorientation portrait
\leftmargin 2cm
\topmargin 2cm
\rightmargin 2cm
\bottommargin 3cm
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\author  
\author  
\end_header

\begin_body

\begin_layout Begin

\end_layout

\begin_layout Standard
\begin_inset Note Note
status collapsed

\begin_layout Plain Layout
The europecv-class offers lots of customization possibilities; to find
out
 more, look at its documentation.
\end_layout

\end_inset


\end_layout

\begin_layout PersonalInfo
\begin_inset Note Note
status collapsed

\begin_layout Plain Layout
Inserts the personal data.
\end_layout

\end_inset


\end_layout

\begin_layout Section
Titoli di studio
\end_layout

\begin_layout Item
2003--2006
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Dottorato di ricerca, Università di Perugia, Dottore di ricerca in
Geologia
 Applicata e GeoTecnologie 
\end_layout

\begin_layout Item
2004--2005
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Master universitario, Università di Siena - Centro di GeoTecnologie,
Siena
 - San Giovanni Valdarno, Master in Geotecnologie Ambientali 
\end_layout

\begin_layout Item
1999--2004
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Laurea, Università di Perugia, Laurea in ingegneria per l'ambiente ed il
 territorio, Votazione 110/110 e Lode
\end_layout

\begin_layout Item
1995-1998
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Diploma ,Liceo scientifico, Capaccio Scalo.
 Italia, Votazione 60/60
\end_layout

\begin_layout Section
Tesi Dottorato
\end_layout

\begin_layout BulletedItem
Titolo
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\emph on
La modellazione della dinamica fluviale: un approccio con cellular
automata
 
\end_layout

\begin_layout BulletedItem
Relatore
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Ch.mo Prof.
 Paolo Tacconi
\end_layout

\begin_layout BulletedItem
Istituto
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\size small
Dipartimento di Ingegneria Civile e Ambientale DICA - Università di
Perugia
\end_layout

\begin_layout Section
Tesi Master
\end_layout

\begin_layout BulletedItem
Titolo
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\emph on
Previsioni ed analisi degli impatti ambientali di una grande opera
ferroviaria
\end_layout

\begin_layout BulletedItem
Relatore
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Prof.
 Roberto Andrighetto
\end_layout

\begin_layout BulletedItem
Descrizione
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\size small
Dissertazione finale del master in geotecnologie ambientali aa 2004-2005
\end_layout

\begin_layout Section
Tesi di Laurea
\end_layout

\begin_layout BulletedItem
Titolo
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\emph on
Analisi e confronti

europeran cv and bibtex file

2011-03-01 Thread Pierluigi De Rosa
Dear lyx User,

i prepared a lyx european cv and at the end of it I put my bibtex db of
publications but lyx doesn't work fine.
Lyx trunks my publications at the end of page so it doesn't go to next
page.
below i attached my lyx file...
can anyone help me?
thanks
Pierluigi

#LyX 1.6.7 created this file. For more info see http://www.lyx.org/
\lyxformat 345
\begin_document
\begin_header
\textclass europecv
\begin_preamble
\usepackage{graphicx}

% Define personal data
\ecvname{De Rosa, Pierluigi}
\ecvfootername{Pierluigi De Rosa}
\ecvnationality{Italia}
\ecvdateofbirth{10 Aprile, 1980}
\ecvaddress{Via roma 261\newline 84044 Albanella\newline Italia}
\ecvemail{pierluigi.der...@gmail.com}
% the optional phnoe number is for the mobile
\ecvtelephone[+39 0828 781396 ]{+39 349 7558268}

% for the gender and fax number
%\ecvgender{male}
\ecvfax{+39 075 7823038}

% define text or image alignment and position:
% in this case the image is shifted 6cm to the right
\ecvbeforepicture{\hspace{6cm}}

% image
\ecvpicture[height=3cm]{pers}

% define text or space after the image
% in this case the following shifted 2cm to the image
\ecvafterpicture{\ecvspace{-2cm}}

% if you e.g. only want the page number to be printed in the footer
%\ecvpage{\thepage}
\end_preamble
\use_default_options false
\language italian
\inputencoding utf8x
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100

\graphics default
\paperfontsize 10
\spacing single
\use_hyperref false
\papersize default
\use_geometry true
\use_amsmath 1
\use_esint 1
\cite_engine basic
\use_bibtopic false
\paperorientation portrait
\leftmargin 2cm
\topmargin 2cm
\rightmargin 2cm
\bottommargin 3cm
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\author  
\author  
\end_header

\begin_body

\begin_layout Begin

\end_layout

\begin_layout Standard
\begin_inset Note Note
status collapsed

\begin_layout Plain Layout
The europecv-class offers lots of customization possibilities; to find
out
 more, look at its documentation.
\end_layout

\end_inset


\end_layout

\begin_layout PersonalInfo
\begin_inset Note Note
status collapsed

\begin_layout Plain Layout
Inserts the personal data.
\end_layout

\end_inset


\end_layout

\begin_layout Section
Titoli di studio
\end_layout

\begin_layout Item
2003--2006
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Dottorato di ricerca, Università di Perugia, Dottore di ricerca in
Geologia
 Applicata e GeoTecnologie 
\end_layout

\begin_layout Item
2004--2005
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Master universitario, Università di Siena - Centro di GeoTecnologie,
Siena
 - San Giovanni Valdarno, Master in Geotecnologie Ambientali 
\end_layout

\begin_layout Item
1999--2004
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Laurea, Università di Perugia, Laurea in ingegneria per l'ambiente ed il
 territorio, Votazione 110/110 e Lode
\end_layout

\begin_layout Item
1995-1998
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Diploma ,Liceo scientifico, Capaccio Scalo.
 Italia, Votazione 60/60
\end_layout

\begin_layout Section
Tesi Dottorato
\end_layout

\begin_layout BulletedItem
Titolo
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\emph on
La modellazione della dinamica fluviale: un approccio con cellular
automata
 
\end_layout

\begin_layout BulletedItem
Relatore
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Ch.mo Prof.
 Paolo Tacconi
\end_layout

\begin_layout BulletedItem
Istituto
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\size small
Dipartimento di Ingegneria Civile e Ambientale DICA - Università di
Perugia
\end_layout

\begin_layout Section
Tesi Master
\end_layout

\begin_layout BulletedItem
Titolo
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\emph on
Previsioni ed analisi degli impatti ambientali di una grande opera
ferroviaria
\end_layout

\begin_layout BulletedItem
Relatore
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Prof.
 Roberto Andrighetto
\end_layout

\begin_layout BulletedItem
Descrizione
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\size small
Dissertazione finale del master in geotecnologie ambientali aa 2004-2005
\end_layout

\begin_layout Section
Tesi di Laurea
\end_layout

\begin_layout BulletedItem
Titolo
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\emph on
Analisi e confronti

europeran cv and bibtex file

2011-03-01 Thread Pierluigi De Rosa
Dear lyx User,

i prepared a lyx european cv and at the end of it I put my bibtex db of
publications but lyx doesn't work fine.
Lyx trunks my publications at the end of page so it doesn't go to next
page.
below i attached my lyx file...
can anyone help me?
thanks
Pierluigi

#LyX 1.6.7 created this file. For more info see http://www.lyx.org/
\lyxformat 345
\begin_document
\begin_header
\textclass europecv
\begin_preamble
\usepackage{graphicx}

% Define personal data
\ecvname{De Rosa, Pierluigi}
\ecvfootername{Pierluigi De Rosa}
\ecvnationality{Italia}
\ecvdateofbirth{10 Aprile, 1980}
\ecvaddress{Via roma 261\newline 84044 Albanella\newline Italia}
\ecvemail{pierluigi.der...@gmail.com}
% the optional phnoe number is for the mobile
\ecvtelephone[+39 0828 781396 ]{+39 349 7558268}

% for the gender and fax number
%\ecvgender{male}
\ecvfax{+39 075 7823038}

% define text or image alignment and position:
% in this case the image is shifted 6cm to the right
\ecvbeforepicture{\hspace{6cm}}

% image
\ecvpicture[height=3cm]{pers}

% define text or space after the image
% in this case the following shifted 2cm to the image
\ecvafterpicture{\ecvspace{-2cm}}

% if you e.g. only want the page number to be printed in the footer
%\ecvpage{\thepage}
\end_preamble
\use_default_options false
\language italian
\inputencoding utf8x
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100

\graphics default
\paperfontsize 10
\spacing single
\use_hyperref false
\papersize default
\use_geometry true
\use_amsmath 1
\use_esint 1
\cite_engine basic
\use_bibtopic false
\paperorientation portrait
\leftmargin 2cm
\topmargin 2cm
\rightmargin 2cm
\bottommargin 3cm
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\author "" 
\author "" 
\end_header

\begin_body

\begin_layout Begin

\end_layout

\begin_layout Standard
\begin_inset Note Note
status collapsed

\begin_layout Plain Layout
The europecv-class offers lots of customization possibilities; to find
out
 more, look at its documentation.
\end_layout

\end_inset


\end_layout

\begin_layout PersonalInfo
\begin_inset Note Note
status collapsed

\begin_layout Plain Layout
Inserts the personal data.
\end_layout

\end_inset


\end_layout

\begin_layout Section
Titoli di studio
\end_layout

\begin_layout Item
2003--2006
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Dottorato di ricerca, Università di Perugia, Dottore di ricerca in
Geologia
 Applicata e GeoTecnologie 
\end_layout

\begin_layout Item
2004--2005
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Master universitario, Università di Siena - Centro di GeoTecnologie,
Siena
 - San Giovanni Valdarno, Master in Geotecnologie Ambientali 
\end_layout

\begin_layout Item
1999--2004
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Laurea, Università di Perugia, Laurea in ingegneria per l'ambiente ed il
 territorio, Votazione 110/110 e Lode
\end_layout

\begin_layout Item
1995-1998
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Diploma ,Liceo scientifico, Capaccio Scalo.
 Italia, Votazione 60/60
\end_layout

\begin_layout Section
Tesi Dottorato
\end_layout

\begin_layout BulletedItem
Titolo
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\emph on
La modellazione della dinamica fluviale: un approccio con cellular
automata
 
\end_layout

\begin_layout BulletedItem
Relatore
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Ch.mo Prof.
 Paolo Tacconi
\end_layout

\begin_layout BulletedItem
Istituto
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\size small
Dipartimento di Ingegneria Civile e Ambientale DICA - Università di
Perugia
\end_layout

\begin_layout Section
Tesi Master
\end_layout

\begin_layout BulletedItem
Titolo
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\emph on
Previsioni ed analisi degli impatti ambientali di una grande opera
ferroviaria
\end_layout

\begin_layout BulletedItem
Relatore
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Prof.
 Roberto Andrighetto
\end_layout

\begin_layout BulletedItem
Descrizione
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset


\size small
Dissertazione finale del master in geotecnologie ambientali aa 2004-2005
\end_layout

\begin_layout Section
Tesi di Laurea
\end_layout

\begin_layout BulletedItem
Titolo
\begin_inset ERT
status collapsed

\begin_layout Plain Layout

}{
\end_layout

\end_inset

Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-29 Thread Julien Rioux

On 27/07/2010 6:58 PM, Tennessee Carmel-Veilleux wrote:

[...] If
you feel adventurous, you could upgrade the moderncv LyX layout to support
the latest moderncv version and all its commands. It would take several
hours and still would require the }{ in some places, but you could cut
down on the ERT significantly.



As a matter of fact, LyX 2.0 will support commands with more than one 
argument, so hopefully someone steps forward and gets us a better, 
working and up-to-date support for moderncv. That would be great.


Cheers,
Julien


Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-29 Thread Julien Rioux

On 27/07/2010 6:58 PM, Tennessee Carmel-Veilleux wrote:

[...] If
you feel adventurous, you could upgrade the moderncv LyX layout to support
the latest moderncv version and all its commands. It would take several
hours and still would require the }{ in some places, but you could cut
down on the ERT significantly.



As a matter of fact, LyX 2.0 will support commands with more than one 
argument, so hopefully someone steps forward and gets us a better, 
working and up-to-date support for moderncv. That would be great.


Cheers,
Julien


Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-29 Thread Julien Rioux

On 27/07/2010 6:58 PM, Tennessee Carmel-Veilleux wrote:

[...] If
you feel adventurous, you could upgrade the moderncv LyX layout to support
the latest moderncv version and all its commands. It would take several
hours and still would require the "}{" in some places, but you could cut
down on the ERT significantly.



As a matter of fact, LyX 2.0 will support commands with more than one 
argument, so hopefully someone steps forward and gets us a better, 
working and up-to-date support for moderncv. That would be great.


Cheers,
Julien


lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Matt Funk
Hi,

i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern cv 
document class to do a resume.
When i try to compile it i get error:
undefined control sequence

\begin{document}
 
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

I tried to google but did not find anything helping me to resolve this.
Any insight is appreciated.


thanks
matt


Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Tennessee Carmel-Veilleux
On 27 July 2010 16:51, Matt Funk maf...@nmsu.edu wrote:

 Hi,

 i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern cv
 document class to do a resume.
 When i try to compile it i get error:
 undefined control sequence

 I tried to google but did not find anything helping me to resolve this.
 Any insight is appreciated.

 Two questions to help with resolving the issue:

   1. What is in your preamble (Settings:LaTeX preamble) ?
   2. Did you enable support for Hyperref ?

Best regards,

Tennessee Carmel-Veilleux, EIT
Electrical engineering masters student, ETS (http://www.etsmtl.ca)
Project AREXIMAS (http://areximas.etsmtl.ca)


Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Matt Funk
Hi, 
thanks for the reply,

On Tuesday, July 27, 2010, Tennessee Carmel-Veilleux wrote:
 On 27 July 2010 16:51, Matt Funk maf...@nmsu.edu wrote:
  Hi,
  
  i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern
  cv document class to do a resume.
  When i try to compile it i get error:
  undefined control sequence
  
  I tried to google but did not find anything helping me to resolve this.
  Any insight is appreciated.
 
  Two questions to help with resolving the issue:
1. What is in your preamble (Settings:LaTeX preamble) ?
It is empty.

2. Did you enable support for Hyperref ?
Yes.

thanks
matt

 
 Best regards,
 
 Tennessee Carmel-Veilleux, EIT
 Electrical engineering masters student, ETS (http://www.etsmtl.ca)
 Project AREXIMAS (http://areximas.etsmtl.ca)



Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Tennessee Carmel-Veilleux
On 27 July 2010 17:37, Matt Funk maf...@nmsu.edu wrote:

 Hi,
 thanks for the reply,

 On Tuesday, July 27, 2010, Tennessee Carmel-Veilleux wrote:
  On 27 July 2010 16:51, Matt Funk maf...@nmsu.edu wrote:
   Hi,
  
   i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern
   cv document class to do a resume.
   When i try to compile it i get error:
   undefined control sequence
  
   I tried to google but did not find anything helping me to resolve this.
   Any insight is appreciated.
 
   Two questions to help with resolving the issue:
 1. What is in your preamble (Settings:LaTeX preamble) ?
 It is empty.

 2. Did you enable support for Hyperref ?
 Yes.

 OK, I figured it out by trying it on my end :)

Basically, the latest moderncv class is very different from the class
supported by the LyX layout. Let's call LyX's support for moderncv
obsolete.

See here for a LaTeX template:
ftp://ctan.cms.math.ca/macros/latex/contrib/moderncv/examples/template.tex

The main info is at:
http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv/

The moderncv class is very difficult to support with LyX because it has many
commands which require more than one arguments. Right now, LyX does not have
a good support for these without using ERT (Evil Red Text, basically LaTeX
straight code).

The moderncv class is rather easy to use on its own if you follow the
template example from the distribution.

I attached an example LyX (1.6.7) usage of moderncv. It contains practically
nothing because the layout is for a previous version of moderncv. For
instance, the LyX layout does not support itemized lists, while the class
does (see the example template). The example shows several things:

   1. The LaTeX preamble must contain the \firstname and \familyname
   commands, as well as other identifying info (the cause of your undefined
   control sequence is these commands missing)
   2. Commands that require extra arguments must have the arguments
   separated by the }{ ERT block which is a hack to cause multiple arguments
   to work
   3. Some commands (\cvline) are unsupported by the Layout, so you have to
   enter them completely as ERT.

If you want to use moderncv, it's really one of these classes that are very
poorly suited to LyX. Your document will be more legible if you use the
LaTeX straight code template than if you try to hack LyX to work with it. If
you feel adventurous, you could upgrade the moderncv LyX layout to support
the latest moderncv version and all its commands. It would take several
hours and still would require the }{ in some places, but you could cut
down on the ERT significantly.

Best regards,

Tennessee Carmel-Veilleux, EIT
Electrical engineering masters student, ETS (http://www.etsmtl.ca)
Project AREXIMAS (http://areximas.etsmtl.ca)


testcv.lyx
Description: Binary data


lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Matt Funk
Hi,

i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern cv 
document class to do a resume.
When i try to compile it i get error:
undefined control sequence

\begin{document}
 
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

I tried to google but did not find anything helping me to resolve this.
Any insight is appreciated.


thanks
matt


Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Tennessee Carmel-Veilleux
On 27 July 2010 16:51, Matt Funk maf...@nmsu.edu wrote:

 Hi,

 i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern cv
 document class to do a resume.
 When i try to compile it i get error:
 undefined control sequence

 I tried to google but did not find anything helping me to resolve this.
 Any insight is appreciated.

 Two questions to help with resolving the issue:

   1. What is in your preamble (Settings:LaTeX preamble) ?
   2. Did you enable support for Hyperref ?

Best regards,

Tennessee Carmel-Veilleux, EIT
Electrical engineering masters student, ETS (http://www.etsmtl.ca)
Project AREXIMAS (http://areximas.etsmtl.ca)


Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Matt Funk
Hi, 
thanks for the reply,

On Tuesday, July 27, 2010, Tennessee Carmel-Veilleux wrote:
 On 27 July 2010 16:51, Matt Funk maf...@nmsu.edu wrote:
  Hi,
  
  i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern
  cv document class to do a resume.
  When i try to compile it i get error:
  undefined control sequence
  
  I tried to google but did not find anything helping me to resolve this.
  Any insight is appreciated.
 
  Two questions to help with resolving the issue:
1. What is in your preamble (Settings:LaTeX preamble) ?
It is empty.

2. Did you enable support for Hyperref ?
Yes.

thanks
matt

 
 Best regards,
 
 Tennessee Carmel-Veilleux, EIT
 Electrical engineering masters student, ETS (http://www.etsmtl.ca)
 Project AREXIMAS (http://areximas.etsmtl.ca)



Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Tennessee Carmel-Veilleux
On 27 July 2010 17:37, Matt Funk maf...@nmsu.edu wrote:

 Hi,
 thanks for the reply,

 On Tuesday, July 27, 2010, Tennessee Carmel-Veilleux wrote:
  On 27 July 2010 16:51, Matt Funk maf...@nmsu.edu wrote:
   Hi,
  
   i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern
   cv document class to do a resume.
   When i try to compile it i get error:
   undefined control sequence
  
   I tried to google but did not find anything helping me to resolve this.
   Any insight is appreciated.
 
   Two questions to help with resolving the issue:
 1. What is in your preamble (Settings:LaTeX preamble) ?
 It is empty.

 2. Did you enable support for Hyperref ?
 Yes.

 OK, I figured it out by trying it on my end :)

Basically, the latest moderncv class is very different from the class
supported by the LyX layout. Let's call LyX's support for moderncv
obsolete.

See here for a LaTeX template:
ftp://ctan.cms.math.ca/macros/latex/contrib/moderncv/examples/template.tex

The main info is at:
http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv/

The moderncv class is very difficult to support with LyX because it has many
commands which require more than one arguments. Right now, LyX does not have
a good support for these without using ERT (Evil Red Text, basically LaTeX
straight code).

The moderncv class is rather easy to use on its own if you follow the
template example from the distribution.

I attached an example LyX (1.6.7) usage of moderncv. It contains practically
nothing because the layout is for a previous version of moderncv. For
instance, the LyX layout does not support itemized lists, while the class
does (see the example template). The example shows several things:

   1. The LaTeX preamble must contain the \firstname and \familyname
   commands, as well as other identifying info (the cause of your undefined
   control sequence is these commands missing)
   2. Commands that require extra arguments must have the arguments
   separated by the }{ ERT block which is a hack to cause multiple arguments
   to work
   3. Some commands (\cvline) are unsupported by the Layout, so you have to
   enter them completely as ERT.

If you want to use moderncv, it's really one of these classes that are very
poorly suited to LyX. Your document will be more legible if you use the
LaTeX straight code template than if you try to hack LyX to work with it. If
you feel adventurous, you could upgrade the moderncv LyX layout to support
the latest moderncv version and all its commands. It would take several
hours and still would require the }{ in some places, but you could cut
down on the ERT significantly.

Best regards,

Tennessee Carmel-Veilleux, EIT
Electrical engineering masters student, ETS (http://www.etsmtl.ca)
Project AREXIMAS (http://areximas.etsmtl.ca)


testcv.lyx
Description: Binary data


lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Matt Funk
Hi,

i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern cv 
document class to do a resume.
When i try to compile it i get error:
undefined control sequence

\begin{document}
 
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

I tried to google but did not find anything helping me to resolve this.
Any insight is appreciated.


thanks
matt


Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Tennessee Carmel-Veilleux
On 27 July 2010 16:51, Matt Funk <maf...@nmsu.edu> wrote:

> Hi,
>
> i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern cv
> document class to do a resume.
> When i try to compile it i get error:
> undefined control sequence
>
> I tried to google but did not find anything helping me to resolve this.
> Any insight is appreciated.
>
> Two questions to help with resolving the issue:

   1. What is in your preamble (Settings:LaTeX preamble) ?
   2. Did you enable support for Hyperref ?

Best regards,

Tennessee Carmel-Veilleux, EIT
Electrical engineering masters student, ETS (http://www.etsmtl.ca)
Project AREXIMAS (http://areximas.etsmtl.ca)


Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Matt Funk
Hi, 
thanks for the reply,

On Tuesday, July 27, 2010, Tennessee Carmel-Veilleux wrote:
> On 27 July 2010 16:51, Matt Funk <maf...@nmsu.edu> wrote:
> > Hi,
> > 
> > i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern
> > cv document class to do a resume.
> > When i try to compile it i get error:
> > undefined control sequence
> > 
> > I tried to google but did not find anything helping me to resolve this.
> > Any insight is appreciated.
> 
> > Two questions to help with resolving the issue:
>1. What is in your preamble (Settings:LaTeX preamble) ?
It is empty.

>2. Did you enable support for Hyperref ?
Yes.

thanks
matt

> 
> Best regards,
> 
> Tennessee Carmel-Veilleux, EIT
> Electrical engineering masters student, ETS (http://www.etsmtl.ca)
> Project AREXIMAS (http://areximas.etsmtl.ca)



Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-27 Thread Tennessee Carmel-Veilleux
On 27 July 2010 17:37, Matt Funk <maf...@nmsu.edu> wrote:

> Hi,
> thanks for the reply,
>
> On Tuesday, July 27, 2010, Tennessee Carmel-Veilleux wrote:
> > On 27 July 2010 16:51, Matt Funk <maf...@nmsu.edu> wrote:
> > > Hi,
> > >
> > > i am using lyx (1.6.5) with ubuntu 10.04. I am trying to use the modern
> > > cv document class to do a resume.
> > > When i try to compile it i get error:
> > > undefined control sequence
> > >
> > > I tried to google but did not find anything helping me to resolve this.
> > > Any insight is appreciated.
> >
> > > Two questions to help with resolving the issue:
> >1. What is in your preamble (Settings:LaTeX preamble) ?
> It is empty.
>
> >2. Did you enable support for Hyperref ?
> Yes.
>
> OK, I figured it out by trying it on my end :)

Basically, the latest moderncv class is very different from the class
supported by the LyX layout. Let's call LyX's support for moderncv
"obsolete".

See here for a LaTeX template:
ftp://ctan.cms.math.ca/macros/latex/contrib/moderncv/examples/template.tex

The main info is at:
http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv/

The moderncv class is very difficult to support with LyX because it has many
commands which require more than one arguments. Right now, LyX does not have
a good support for these without using ERT (Evil Red Text, basically LaTeX
straight code).

The moderncv class is rather easy to use on its own if you follow the
template example from the distribution.

I attached an example LyX (1.6.7) usage of moderncv. It contains practically
nothing because the layout is for a previous version of moderncv. For
instance, the LyX layout does not support itemized lists, while the class
does (see the example template). The example shows several things:

   1. The LaTeX preamble must contain the \firstname and \familyname
   commands, as well as other identifying info (the cause of your undefined
   control sequence is these commands missing)
   2. Commands that require extra arguments must have the arguments
   separated by the "}{" ERT block which is a hack to cause multiple arguments
   to work
   3. Some commands (\cvline) are unsupported by the Layout, so you have to
   enter them completely as ERT.

If you want to use moderncv, it's really one of these classes that are very
poorly suited to LyX. Your document will be more legible if you use the
LaTeX straight code template than if you try to hack LyX to work with it. If
you feel adventurous, you could upgrade the moderncv LyX layout to support
the latest moderncv version and all its commands. It would take several
hours and still would require the "}{" in some places, but you could cut
down on the ERT significantly.

Best regards,

Tennessee Carmel-Veilleux, EIT
Electrical engineering masters student, ETS (http://www.etsmtl.ca)
Project AREXIMAS (http://areximas.etsmtl.ca)


testcv.lyx
Description: Binary data


Re: Examples of Modern and European CV classes

2008-09-19 Thread Dave Hewitt
 Do you have a sample of a cv using this class, that might give 
 me an idea of what goes in the preamble and how it works?
 
There are a number of example LyX files posted on the Wiki page. Is that what 
you mean? There's even one TeX file, which should be readable regardless of 
LyX version or moderncv version.

If you're looking for a more current LyX file that takes advantage of the 
updates to moderncv, I'm no help.



Re: Examples of Modern and European CV classes

2008-09-19 Thread Graham Smith

Dave Hewitt wrote:
Do you have a sample of a cv using this class, that might give 
me an idea of what goes in the preamble and how it works?

 
There are a number of example LyX files posted on the Wiki page. Is that what 
you mean? There's even one TeX file, which should be readable regardless of 
LyX version or moderncv version.
  


Thanks, but I couldn't get any of these to compile, but I have now fixed 
that (a couple of hours ago) by updating the moderncv.cls and style 
files. So I can see what is going on.


Graham



Re: Examples of Modern and European CV classes

2008-09-19 Thread Dave Hewitt
 Do you have a sample of a cv using this class, that might give 
 me an idea of what goes in the preamble and how it works?
 
There are a number of example LyX files posted on the Wiki page. Is that what 
you mean? There's even one TeX file, which should be readable regardless of 
LyX version or moderncv version.

If you're looking for a more current LyX file that takes advantage of the 
updates to moderncv, I'm no help.



Re: Examples of Modern and European CV classes

2008-09-19 Thread Graham Smith

Dave Hewitt wrote:
Do you have a sample of a cv using this class, that might give 
me an idea of what goes in the preamble and how it works?

 
There are a number of example LyX files posted on the Wiki page. Is that what 
you mean? There's even one TeX file, which should be readable regardless of 
LyX version or moderncv version.
  


Thanks, but I couldn't get any of these to compile, but I have now fixed 
that (a couple of hours ago) by updating the moderncv.cls and style 
files. So I can see what is going on.


Graham



Re: Examples of Modern and European CV classes

2008-09-19 Thread Dave Hewitt
> Do you have a sample of a cv using this class, that might give 
> me an idea of what goes in the preamble and how it works?
 
There are a number of example LyX files posted on the Wiki page. Is that what 
you mean? There's even one TeX file, which should be readable regardless of 
LyX version or moderncv version.

If you're looking for a more current LyX file that takes advantage of the 
updates to moderncv, I'm no help.



Re: Examples of Modern and European CV classes

2008-09-19 Thread Graham Smith

Dave Hewitt wrote:
Do you have a sample of a cv using this class, that might give 
me an idea of what goes in the preamble and how it works?

 
There are a number of example LyX files posted on the Wiki page. Is that what 
you mean? There's even one TeX file, which should be readable regardless of 
LyX version or moderncv version.
  


Thanks, but I couldn't get any of these to compile, but I have now fixed 
that (a couple of hours ago) by updating the moderncv.cls and style 
files. So I can see what is going on.


Graham



Examples of Modern and European CV classes

2008-09-18 Thread Graham Smith
Could someone point me towards some examples of these classes so I can 
get an idea of how you use them.


I have tried downloading some of the modern CV examples on the Wiki 
(http://wiki.lyx.org/Examples/ModernCVClassIssues), but they won't 
compile so I assume they are only illustrating specific issues .


Many thanks,

Graham


Re: Examples of Modern and European CV classes

2008-09-18 Thread Dave Hewitt
 Could someone point me towards some examples of these classes so I can 
 get an idea of how you use them.
 
 I have tried downloading some of the modern CV examples on the Wiki 
 (http://wiki.lyx.org/Examples/ModernCVClassIssues), but they won't 
 compile so I assume they are only illustrating specific issues .

Those issues were identified and solutions derived based on LyX 1.5.2 on WinXP 
with an older version of moderncv. I noticed that someone made a note on the 
Wiki that the moderncv maintainer updated the package to avoid the dropped 
labels for the first entries in sections. I have not messed with the new 
version of moderncv in any newer version of LyX to check the other items. If 
someone does, please post so we can update the Wiki page.
 





Re: Examples of Modern and European CV classes

2008-09-18 Thread Graham Smith

Dave,
Those issues were identified and solutions derived based on LyX 1.5.2 on WinXP 
with an older version of moderncv. I noticed that someone made a note on the 
Wiki that the moderncv maintainer updated the package to avoid the dropped 
labels for the first entries in sections. I have not messed with the new 
version of moderncv in any newer version of LyX to check the other items. If 
someone does, please post so we can update the Wiki page.
  


Thanks. Do you have a sample of a cv using this class, that might give 
me an idea of what goes in the preamble and how it works?


Graham


Examples of Modern and European CV classes

2008-09-18 Thread Graham Smith
Could someone point me towards some examples of these classes so I can 
get an idea of how you use them.


I have tried downloading some of the modern CV examples on the Wiki 
(http://wiki.lyx.org/Examples/ModernCVClassIssues), but they won't 
compile so I assume they are only illustrating specific issues .


Many thanks,

Graham


Re: Examples of Modern and European CV classes

2008-09-18 Thread Dave Hewitt
 Could someone point me towards some examples of these classes so I can 
 get an idea of how you use them.
 
 I have tried downloading some of the modern CV examples on the Wiki 
 (http://wiki.lyx.org/Examples/ModernCVClassIssues), but they won't 
 compile so I assume they are only illustrating specific issues .

Those issues were identified and solutions derived based on LyX 1.5.2 on WinXP 
with an older version of moderncv. I noticed that someone made a note on the 
Wiki that the moderncv maintainer updated the package to avoid the dropped 
labels for the first entries in sections. I have not messed with the new 
version of moderncv in any newer version of LyX to check the other items. If 
someone does, please post so we can update the Wiki page.
 





Re: Examples of Modern and European CV classes

2008-09-18 Thread Graham Smith

Dave,
Those issues were identified and solutions derived based on LyX 1.5.2 on WinXP 
with an older version of moderncv. I noticed that someone made a note on the 
Wiki that the moderncv maintainer updated the package to avoid the dropped 
labels for the first entries in sections. I have not messed with the new 
version of moderncv in any newer version of LyX to check the other items. If 
someone does, please post so we can update the Wiki page.
  


Thanks. Do you have a sample of a cv using this class, that might give 
me an idea of what goes in the preamble and how it works?


Graham


Examples of Modern and European CV classes

2008-09-18 Thread Graham Smith
Could someone point me towards some examples of these classes so I can 
get an idea of how you use them.


I have tried downloading some of the modern CV examples on the Wiki 
(http://wiki.lyx.org/Examples/ModernCVClassIssues), but they won't 
compile so I assume they are only illustrating specific issues .


Many thanks,

Graham


Re: Examples of Modern and European CV classes

2008-09-18 Thread Dave Hewitt
> Could someone point me towards some examples of these classes so I can 
> get an idea of how you use them.
> 
> I have tried downloading some of the modern CV examples on the Wiki 
> (http://wiki.lyx.org/Examples/ModernCVClassIssues), but they won't 
> compile so I assume they are only illustrating specific issues .

Those issues were identified and solutions derived based on LyX 1.5.2 on WinXP 
with an older version of moderncv. I noticed that someone made a note on the 
Wiki that the moderncv maintainer updated the package to avoid the dropped 
labels for the first entries in sections. I have not messed with the new 
version of moderncv in any newer version of LyX to check the other items. If 
someone does, please post so we can update the Wiki page.
 





Re: Examples of Modern and European CV classes

2008-09-18 Thread Graham Smith

Dave,
Those issues were identified and solutions derived based on LyX 1.5.2 on WinXP 
with an older version of moderncv. I noticed that someone made a note on the 
Wiki that the moderncv maintainer updated the package to avoid the dropped 
labels for the first entries in sections. I have not messed with the new 
version of moderncv in any newer version of LyX to check the other items. If 
someone does, please post so we can update the Wiki page.
  


Thanks. Do you have a sample of a cv using this class, that might give 
me an idea of what goes in the preamble and how it works?


Graham


Recommendations for CV in LyX

2008-09-08 Thread B. Bogart
Hey all,

I'd like to replace my current (old home-brew html) CV with something in
LyX.

Here is my current CV: http://www.ekran.org/ben/Ben-Bogart-CV.pdf

modernCV looks quite nice, but I'd like something highly spacial
efficient, as I often am limited to 2 pages.

Also I'm an artist so my list of exhibitions can be quite long, which is
why my current format is largely table based.

Any recommendations appreciated.

Thanks,
B. Bogart


Recommendations for CV in LyX

2008-09-08 Thread B. Bogart
Hey all,

I'd like to replace my current (old home-brew html) CV with something in
LyX.

Here is my current CV: http://www.ekran.org/ben/Ben-Bogart-CV.pdf

modernCV looks quite nice, but I'd like something highly spacial
efficient, as I often am limited to 2 pages.

Also I'm an artist so my list of exhibitions can be quite long, which is
why my current format is largely table based.

Any recommendations appreciated.

Thanks,
B. Bogart


Recommendations for CV in LyX

2008-09-08 Thread B. Bogart
Hey all,

I'd like to replace my current (old home-brew html) CV with something in
LyX.

Here is my current CV: http://www.ekran.org/ben/Ben-Bogart-CV.pdf

modernCV looks quite nice, but I'd like something highly spacial
efficient, as I often am limited to 2 pages.

Also I'm an artist so my list of exhibitions can be quite long, which is
why my current format is largely table based.

Any recommendations appreciated.

Thanks,
B. Bogart


Re: [Bulk] modern CV lyx template

2008-04-25 Thread assasukasse

assasukasse ha scritto:

Hi everyone
i am using lyx under ubuntu linux, i have installed modern CV document
class, but i don't have the template..
where can i find it?
Thanks
Assa




Hello sorry
i just noticed that my mail agent got stuck sending this email
now it fixed..




modern CV lyx template

2008-04-25 Thread assasukasse

Hi everyone
i am using lyx under ubuntu linux, i have installed modern CV document
class, but i don't have the template..
where can i find it?
Thanks
Assa





Re: [Bulk] modern CV lyx template

2008-04-25 Thread assasukasse

assasukasse ha scritto:

Hi everyone
i am using lyx under ubuntu linux, i have installed modern CV document
class, but i don't have the template..
where can i find it?
Thanks
Assa




Hello sorry
i just noticed that my mail agent got stuck sending this email
now it fixed..




modern CV lyx template

2008-04-25 Thread assasukasse

Hi everyone
i am using lyx under ubuntu linux, i have installed modern CV document
class, but i don't have the template..
where can i find it?
Thanks
Assa





Re: [Bulk] modern CV lyx template

2008-04-25 Thread assasukasse

assasukasse ha scritto:

Hi everyone
i am using lyx under ubuntu linux, i have installed modern CV document
class, but i don't have the template..
where can i find it?
Thanks
Assa




Hello sorry
i just noticed that my mail agent got stuck sending this email
now it fixed..




modern CV lyx template

2008-04-25 Thread assasukasse

Hi everyone
i am using lyx under ubuntu linux, i have installed modern CV document
class, but i don't have the template..
where can i find it?
Thanks
Assa





Re: modern CV lyx template

2008-04-24 Thread Liviu Andronic
On 4/24/08, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
  I really wish it were better, because I think that more people would
  use lyx if it were easier to create CVs, and LaTeX does a wonderful
  job of typesetting...

When switching to LyX, the ability to make myself a CV was a primary
requirement. For me, there are at least two viable solutions to this:
- modernCV [1]
- CV based on the article class [2]

I have (heavily) modified the latter, so that to render it more like
what I wanted. I you're interested, I could send you my version. You
would also be interested in inspecting this [3] page.
Liviu

[1] http://wiki.lyx.org/Examples/ModernCVClassIssues
[2] http://wiki.lyx.org/Examples/CVBrucePourciau
[3] http://wiki.lyx.org/Examples/CV


modern CV lyx template

2008-04-24 Thread assasukasse

Hi everyone
i am using lyx under ubuntu linux, i have installed modern CV document
class, but i don't have the template..
where can i find it?
Thanks
Assa



Re: modern CV lyx template

2008-04-24 Thread Liviu Andronic
On 4/24/08, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
  I really wish it were better, because I think that more people would
  use lyx if it were easier to create CVs, and LaTeX does a wonderful
  job of typesetting...

When switching to LyX, the ability to make myself a CV was a primary
requirement. For me, there are at least two viable solutions to this:
- modernCV [1]
- CV based on the article class [2]

I have (heavily) modified the latter, so that to render it more like
what I wanted. I you're interested, I could send you my version. You
would also be interested in inspecting this [3] page.
Liviu

[1] http://wiki.lyx.org/Examples/ModernCVClassIssues
[2] http://wiki.lyx.org/Examples/CVBrucePourciau
[3] http://wiki.lyx.org/Examples/CV


modern CV lyx template

2008-04-24 Thread assasukasse

Hi everyone
i am using lyx under ubuntu linux, i have installed modern CV document
class, but i don't have the template..
where can i find it?
Thanks
Assa



  1   2   3   4   5   >