Thanks Xavier,

Line 9 is generated by LyX.

I tried adding \recomputelengths in various places (just before the bib,
right at the top of the document) in my LyX document as tex code, which
does not result in any change in appearance (lines still wrap long).

So I tried inserting the command directly after line 9 in the tex file I
sent (generated from lyx, attached) and STILL I don't see any change in
appearance. I even dropped my hacked moderncv for the official one, and
still the \recomputelengths commands seems to make no difference.

I've attached the modified tex file (with \recomputelengths) and my bib
again.

I'm generating a PDF like so:

latex Ben-Bogart-cv
bibtex Ben-Bogart-cv
pdflatex Ben-Bogart-cv

Here is the version info for these tools:
(Maybe your solution is only working in different versions??)

[EMAIL PROTECTED]:~/tmp/cv$ latex -v
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
kpathsea version 3.5.6
Copyright 2007 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea is copyright 2007 Karl Berry and Olaf Weber.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX using libpoppler copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX using libpoppler source.
Primary author of pdfTeX using libpoppler: Peter Breitenlohner
(eTeX)/Han The Thanh (pdfTeX).
Kpathsea written by Karl Berry, Olaf Weber, and others.

Compiled with libpng 1.2.15beta5; using libpng 1.2.15beta5
Compiled with zlib 1.2.3.3; using zlib 1.2.3.3
Compiled with libpoppler version 3.00

[EMAIL PROTECTED]:~/tmp/cv$ bibtex -v
BibTeX 0.99c (Web2C 7.5.6)
kpathsea version 3.5.6
Copyright 2007 Oren Patashnik.
Kpathsea is copyright 2007 Karl Berry and Olaf Weber.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the BibTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the BibTeX source.
Primary author of BibTeX: Oren Patashnik.
Kpathsea written by Karl Berry, Olaf Weber, and others.

[EMAIL PROTECTED]:~/tmp/cv$ pdflatex -v
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
kpathsea version 3.5.6
Copyright 2007 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea is copyright 2007 Karl Berry and Olaf Weber.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX using libpoppler copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX using libpoppler source.
Primary author of pdfTeX using libpoppler: Peter Breitenlohner
(eTeX)/Han The Thanh (pdfTeX).
Kpathsea written by Karl Berry, Olaf Weber, and others.

Compiled with libpng 1.2.15beta5; using libpng 1.2.15beta5
Compiled with zlib 1.2.3.3; using zlib 1.2.3.3
Compiled with libpoppler version 3.00

I'm lost here...

I'm posting back to the lyx list as I think it would be useful for
people to be able to use moderncv with lyx in the future without all
these issues!

Thanks,
B. Bogart

Xavier Danaux wrote:
> Hi Ben,
> 
> 
> Sorry again for being out of touch. But I solved the problem :-)
> 
> The "problem" is that you are modifying the page geometry by using the
> "geometry" package (see line 9 in the .tex file).
> In order for moderncv to adapt its inner lengths, you should then call
> \recomputelengths. Just add this command after line 9 and everything
> will be fine :-)
> 
> I'll add a hook to automatically call \recomputelengths at the beginning
> of a document in the next version to avoid the need to manually call
> this \recomputelenghts.
> 
> Good luck!
> 
> 
> Xavier
> 
> 
> On Wed, Oct 22, 2008 at 5:27 PM, B. Bogart <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     Hello Xavier,
> 
>     Any luck with this strange behaviour?
> 
>     I need to submit my CV by the end of the week.
> 
>     Thanks for your help.
>     B. Bogart
> 
>     rgheck wrote:
>     > Xavier Danaux wrote:
>     >> Hi Ben,
>     >>
>     >>
>     >> Sorry for not being very responsive as I am on holiday for the
>     moment.
>     >> I am however in Montreal for the moment and have internet access
>     every
>     >> day (oh joy :-)).
>     >>
>     >> Is there any chance you can export a .tex file from Lyx and send
>     it to
>     >> me? I tried modifying the example attached with the package to have a
>     >> bib entry longer than 1 line, but the line wrapped correctly when I
>     >> compiled. If you can export a .tex version, I could compile it,
>     >> reproduce the bug and try to solve it.
>     >>
>     > Here's what Ben sent me. I get the same bug he reported.
>     >
>     > rh
>     >
> 
> 
> 
> 
> -- 
> Xavier Danaux
> Rue Van Campenhout, 19
> 1000 Brussels, Belgium
> tel: + 32 477 480 136
> e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

%% LyX 1.5.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[10pt,english]{moderncv}
\usepackage{charter}
\usepackage{helvet}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{geometry}
\geometry{verbose,letterpaper,tmargin=0.5in,bmargin=0.75in,lmargin=0.25in,rmargin=0.25in}
%% I also tried putting \recomputelengths here, no difference.
\pagestyle{plain}
\setlength{\parskip}{\medskipamount}
\setlength{\parindent}{0pt}
\recomputelengths

\makeatletter

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
%% Bold symbol macro for standard LaTeX users
\providecommand{\boldsymbol}[1]{\mbox{\boldmath $#1$}}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\moderncvtheme[grey,final]{classic}
% possible themes are "classic" and "casual"
% optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)

% required
\firstname{Benjamin D. R.}
% required
\familyname{Bogart}

% Spacing control for items and entries:
\newcommand{\myspace}{-0.5cm}
\newcommand{\mybigspace}{-0.3cm}

% optional, remove the line if not wanted
\title{}

% optional
% \address{street and number}{postcode city}
% '\\' adds a line break
%\address{A Place\\ An Address}{City, State Zip\\ Country}

% optional
%\phone{Work}
% optional
%\mobile{Cell}
% optional
[EMAIL PROTECTED]
% optional
\extrainfo{\url{http://www.ekran.org/ben}}

% optional
% \photo[height]{name}
% 'height' is the height the picture is resized to
% 'name' is the name of the picture file
% EDIT THIS \photo[64pt]{CV-image}

% optional
% EDIT THIS \quote{"You only live twice." (an optional quote)}

\AtBeginDocument{\maketitle}

\usepackage{babel}
\makeatother

\begin{document}

\section{Education}


\cventry{2006--2008}{M.Sc., Interactive Arts and Technology}{Simon Fraser
University}{Burnaby, BC}{}{}


\vspace*{\myspace}


\cventry{1999--2003}{Hons. B.F.A., New Media}{Ryerson University}{Image
Arts}{Toronto}{}


\section{Grants and Awards}


\cventry{2008}{Canada Council for the Arts: Production Grants to Media Artists}{\$36,000}{}{}{}


\vspace*{\myspace}


\cventry{2007}{School of Interactive Arts and Technology Graduate Program
Travel Award}{\$600}{}{}{}


\vspace*{\myspace}


\cventry{2007}{School of Interactive Arts and Technology Graduate Fellowship}{\$6,250}{}{}{}


\vspace*{\myspace}


\cventry{2007}{SSHRC CGS Master's Scholarship}{\$17,500}{}{}{}


\vspace*{\myspace}


\cventry{2006}{School of Interactive Arts and Technology Graduate Program
Travel Award}{\$350}{}{}{}


\vspace*{\myspace}


\cventry{2006}{Canada Council for the Arts: Travel Grants to Media Artists}{\$1,500}{}{}{}


\vspace*{\myspace}


\cventry{2005}{Department of Foreign Affairs and International Trade: Visual
and Media Arts}{\$500}{}{}{}


\vspace*{\myspace}


\cventry{2005}{Canada Council for the Arts: Production Grants to Media Artists}{\$16,000}{In
Collaboration with Donna Marie Vakalis}{}{}


\vspace*{\mybigspace}


\cventry{2005}{Canada Council for the Arts: Travel Grants to Media Artists}{\$1,500}{}{}{}



\nocite{*}

\bibliographystyle{plain}
\bibliography{publications}



\section{Lectures and Presentations}


\cventry{Aug 25, 2008}{The potential of electronic media as permanent public
art: Future developments of Memory Association Machine}{Interactive
Screen 0.8: Sustain}{Banff New Media Institute}{Banff, Alberta}{}{}


\vspace*{\mybigspace}


\cventry{Oct 14th, 2006}{The Pure ­Data Documentation Project}{Piksel Festival}{Bergen,
Noway}{}{}{}


\vspace*{\myspace}


\cventry{Sep 21, 2006}{Introduction to FLOSS for Artists}{ArtCamp}{ Vancouver}{}{}


\vspace*{\myspace}


\cventry{Mar 23, 2006}{Resurfacing}{Dorkbot}{Interaccess Electronic Media
Arts Centre}{Toronto}{}{}


\vspace*{\myspace}


\cventry{Apr 6, 2006}{Introduction to FLOSS for Artists}{Guest Lecture for
Interactivity and Networking class}{Ryerson University}{Toronto}{}{}


\vspace*{\mybigspace}


\cventry{Jan 18, 2006}{Introduction to FLOSS for Artists}{Hacktivism: Art,
Technology and Activism}{ YYZ Artist Outlet}{Toronto}{}{}


\vspace*{\mybigspace}


\cventry{Oct 13, 2004}{PixelTANGO}{Art Futura Festival}{Barcelona, Spain}{}{}{}


\section{Professional Experience}


\subsection{Research Interests}


\cvitem{Machine Creativity}{Artistic research \& development in how machines
can be creative and generative systems}{}{}{}{}


\vspace*{\myspace}


\cvitem{Responsive Systems}{Artistic research \& development of responsive
site-­specific installations}{}{}{}{}


\subsection{Research Projects}


\cventry{2005--present}{Manager}{Pure Data Documentation Project}{}{}{}{}


\vspace*{\myspace}


\cventry{2003--2006}{Developer}{PixelTANGO: Territoires Ouverts}{Soci\'et\'e
des arts technologiques}{}{}{}


\vspace*{\myspace}


\cventry{2005--2006}{Lab Technician}{Evolving Stories}{Ryerson University}{}{}{}


\vspace*{\myspace}


\cventry{2002--2004}{Collaborator}{Art Interface Device (AID)}{Interaccess
Electronic Media Arts Centre}{}{}{}


\vspace*{\myspace}


\cventry{2001--2004}{Researcher}{Synth/Ops / MARCEL}{Ryerson University}{}{}{}


\subsection{Board Service}


\cventry{2003--2006}{Secretary}{Board of Directors}{Interaccess Electronic
Media Arts Centre}{}{}{}


\subsection{Commercial Projects}


\cventry{2005}{Graphic \& Interface Design}{Paul Kane Interactive DVD and
Museum Exhibit}{Cinefocus Canada}{}{}{}


\vspace*{\myspace}


\cventry{2001}{Graphic \& Interface Design}{Interactive television prototype
for Global News}{Ryerson University}{}{}{}


\section{University Instruction}


\cventry{May--Aug, 2007}{Instructor}{IAT 101: New Media Images}{Simon Fraser
University}{}{}{}


\vspace*{\myspace}


\cventry{Jan--Apr, 2007}{Co-Instructor}{IAT 232:­ Prototyping \& Human Factors}{Simon
Fraser University}{}{}{}


\vspace*{\myspace}


\cventry{Sep--Dec, 2006}{Teaching Assistant}{IAT 231: Visualizing Interaction}{Simon
Frasier University}{}{}{}


\vspace*{\myspace}


\cventry{2003}{Unit Instructor}{Introduction to PD/Gem}{Sheridan College}{}{}{}


\vspace*{\myspace}


\cventry{2001}{Teaching Assistant}{Media with Flash}{Ryerson University}{}{}{}


\section{Workshops}


\subsection{Visual Media in Pure Data}


\cventry{Nov 4--7, 2006}{Video In Studios}{Vancouver}{}{}{}{}


\vspace*{\myspace}


\cventry{Feb 18, 2006}{Interaccess Electronic Media Arts Centre}{Toronto}{}{}{}{}


\vspace*{\myspace}


\cventry{2005}{Interaccess Electronic Media Arts Centre}{Toronto}{}{}{}{}


\vspace*{\myspace}


\cventry{Oct 8, 2005}{Interaccess Electronic Media Arts Centre}{Toronto}{}{}{}{}


\vspace*{\myspace}


\cventry{2005}{Artengine}{Ottawa}{}{}{}{}


\vspace*{\myspace}


\cventry{April 22, 2005}{Soci\'et\'e des arts technologiques}{Montr\'eal}{}{}{}{}


\vspace*{\myspace}


\cventry{2004}{Interaccess Electronic Media Arts Centre}{Toronto}{}{}{}{}


\vspace*{\myspace}


\cventry{2004}{Artengine}{Ottawa}{}{}{}{}


\vspace*{\myspace}


\cventry{2004}{Soci\'et\'e des arts technologiques}{Montr\'eal}{}{}{}{}


\vspace*{\myspace}


\cventry{2004}{Ryerson University}{Toronto}{}{}{}{}


\vspace*{\myspace}


\cventry{2003}{Interaccess Electronic Media Arts Centre}{Toronto}{}{}{}{}


\vspace*{\myspace}


\cventry{2002}{Interaccess Electronic Media Arts Centre}{Toronto}{}{}{}{}


\vspace*{\myspace}


\cventry{2002}{Ryerson University}{Toronto}{}{}{}{}


\subsection{Introduction to PixelTANGO}


\cventry{2005}{Piksel Festival}{Bergen, Norway}{}{}{}{}


\vspace*{\myspace}


\cventry{Apr 15, 2005}{pixelACHE Festival}{Helsinki, Finland}{}{}{}{}


\vspace*{\myspace}


\cventry{Mar 24, 2005}{Interaccess Electronic Media Arts Centre}{Toronto}{}{}{}{}


\vspace*{\myspace}


\cventry{Oct 13, 2004}{Art Futura Festival}{Barcelona, Spain}{}{}{}{}


\subsection{Miscelaneous}


\cventry{Nov 25, 2006}{Media Integration: Arduino \& Pure Data}{Video In
Studios}{Vancouver}{}{}{}


\vspace*{\myspace}


\cventry{2003}{Advanced Pure Data for Open Territories Developers}{Soci\'et\'e
des arts technologiques}{Montr\'eal}{}{}{}


\section{Exhibition}


\subsection{Long-Term Installation}


\cventry{2003--2005}{Oracle}{Video Post Production: Rogers Communications
Centre}{Ryerson University}{Toronto}{}{}


\subsection{Installation}


\cventry{2006}{Resurfacing}{Interaccess Electronic Media Arts Centre}{Toronto}{}{}{}


\vspace*{\myspace}


\cventry{2006}{Resurfacing}{Design Exchange}{Toronto}{}{}{}


\vspace*{\myspace}


\cventry{2006}{Floatscript}{Maximum Exposure}{Ryerson University}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2006}{Resurfacing: Byward Market}{Artengine \& Mercury Lounge}{Ottawa}{}{}{}


\vspace*{\myspace}


\cventry{2004}{Step \& Repeat}{AID Launch Party with asciipr0.com IRQ11}{Funhaus}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2003}{Step \& Repeat}{Territoires Ouverts: Journ\'ees de d\'emonstrations}{Soci\'et\'e
des arts technologiques}{Montr\'eal}{}{}


\vspace*{\mybigspace}


\cventry{2003}{Aporia}{(e)merge // (dis)seperate}{Interaccess Electronic
Media Arts Centre}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2001}{6 Telephones, Rewired.}{Up To Code}{Ryerson Gallery}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2001}{Engineered}{Maximum Exposure}{Ryerson University}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2001}{Aporia}{Maximum Exposure}{Ryerson University}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2001}{Aporia}{Second Year Show}{Ryerson Gallery}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2000}{Seed}{Maximum Exposure}{Ryerson University}{Toronto}{}{}


\vspace*{\myspace}


\cventry{1999}{Social Abstract}{First Year Show}{Emily Carr Institute of
Art and Design}{Vancouver}{}{}


\subsection{Perfomance of Improvisational Animation}


\cventry{2006}{Reflex}{Piksel Festival}{Bergen, Norway}{}{}{}


\vspace*{\myspace}


\cventry{2006}{Self-Similar}{Drake Hotel}{Toronto}{}{}{}


\vspace*{\myspace}


\cventry{2006}{Reflex}{Ambient Ping}{Hacienda Lounge}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2006}{Reflex}{iomedia}{Interaccess Electronic Media Arts Centre}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2005}{Vector}{Piksel Festival}{Bergen, Norway}{}{}{}


\vspace*{\myspace}


\cventry{2005}{Vector}{Mercury Lounge}{Artengine}{Ottawa}{}{}{}


\vspace*{\myspace}


\cventry{2005}{Vector w/ [EMAIL PROTECTED] Tranzac}{Toronto}{}{}{}


\vspace*{\myspace}


\cventry{2005}{Vector}{pixelACHE}{Kiasma Museum}{Helsinki, Finland}{}{}{}


\vspace*{\myspace}


\cventry{2005}{Volume Curvature}{Mix Sessions}{Soci\'et\'e des arts technologiques}{Montr\'eal}{}{}


\vspace*{\myspace}


\cventry{2005}{Untitled}{Dorkbot: Techgnosis, People Doing Strange Things
with Electricity II }{Consolidated Works}{Seattle, USA}{}{}


\vspace*{\mybigspace}


\cventry{2004}{Untitled}{Artist Run Centre Holiday Party}{The Gladstone}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2004}{Untitled w/ The Convertible Robots}{The Machine Shed Issue
\#4 Release Party}{Holy Joe's}{Toronto}{}{}


\vspace*{\mybigspace}


\cventry{2004}{Self-Similar}{Altered Beats}{I.V. Lounge}{Toronto}{}{}


\vspace*{\myspace}


\cventry{2004}{Self-Similar}{PH\'EROMONES: Art Futura Festival}{Mercat
de les Flors }{Barcelona, Spain}{}{}


\vspace*{\myspace}


\cventry{2004}{Untitled w/ The Convertible Robots}{The Machine Shed Issue
\#3 Release Party}{Holy Joe's}{Toronto}{}{}


\vspace*{\mybigspace}


\cventry{2004}{Threads}{Anyware}{Streamed from Toronto to NYC}{}{}{}


\vspace*{\myspace}


\cventry{2003}{Unititled}{Open Territories: CANARIE}{Streamed from Toronto
to Montr\'eal}{}{}{}


\vspace*{\myspace}


\cventry{2002}{Run-Time Environment \#1}{CANet Network}{International Collaborative
Poetics}{}{}{}


\vspace*{\myspace}


\cventry{2002}{Untitled Ekran Piece}{Ersatz}{Toronto}{}{}{}


\vspace*{\myspace}


\cventry{2001}{Untitled Ekran Piece}{Selective Universe}{Toronto}{}{}{}


\vspace*{\myspace}


\cventry{2001}{Untitled Ekran Piece}{Ersatz}{Toronto}{}{}{}


\section{Technical Assistance}


\cventry{Nell Tenhaaf}{Particle Swarm Optimizer Development for {}``glo''
\& {}``flo''}{Living Machine Bioshelter St. Norbert Arts Centre}{Manitoba}{}{}{}


\cventry{Bill Vorn \&\\
Simon Penny}{Installation Assistance for {}``Bedlam''}{DECONISM:
Subtle Technologies 2003}{Toronto}{}{}{}


\cventry{STELARC}{Development of sensor system for {}``Prosthetic Head''
in collaboration with ekran collective}{Interaccess Electronic Media
Arts Centre}{Toronto}{}{}{}


\cventry{Arnaud Dejeammes}{Development of system enabling {}``Drawing Icebergs''}{Ryerson
Gallery}{Toronto}{}{}{}


\section{Curation}


\cventry{2002}{{}``Myselves Ourself''}{Interaccess Electronic Media Arts
Centre}{Toronto}{}{}{}
\end{document}
% This file was created with JabRef 2.3.1.
% Encoding: UTF-8

@INPROCEEDINGS{Bogart2006,
  author = {Ben Bogart and Donna Marie Vakalis},
  title = {Resurfacing},
  booktitle = {Responsive Architectures},
  year = {2006},
  pages = {183},
  organization = {Subtle Technologies},
  publisher = {Riverside Architectural Press},
  owner = {bbogart},
  timestamp = {2008.09.10}
}

@INPROCEEDINGS{Bogart2007,
  author = {Bogart, Benjamin David Robert},
  title = {Self-Other Organizing Structure 1: Seizures, Blindness \& Short-Term
	Memory},
  booktitle = {Proceedings of the Second International Pure Data Conference, Montreal;
	August 21-26, 2007},
  year = {2007},
  editor = {Andrew Brouse},
  organization = {Pure Data Conference 2007},
  owner = {bbogart},
  timestamp = {2008.04.11},
  url = {http://artengine.ca/~catalogue-pd/9-Bogart.pdf}
}

@INBOOK{Bogart2009,
  chapter = {Memory Association Machine},
  title = {The Handbook of Research on Computational Arts and Creative Informatics},
  publisher = {IGI Global},
  year = {2009},
  editor = {J. Braman, G. Vincenti \& G. Trajkovski},
  author = {Bogart, Benjamin David Robert},
  owner = {bbogart},
  timestamp = {2008.04.16}
}

@MASTERSTHESIS{Bogart2008,
  author = {Bogart, Benjamin David Robert},
  title = {Memory Association Machine: An Account of the Realization and Interpretation
	
	 of an Autonomous Responsive Site-Specific Artwork.},
  school = {Simon Fraser University},
  year = {2008},
  owner = {bbogart},
  timestamp = {2008.06.22}
}

@ARTICLE{Bogart2004,
  author = {Benjamin David Robert Bogart},
  title = {untitled iterations},
  journal = {Vague Terrain},
  year = {2004},
  volume = {3},
  owner = {bbogart},
  timestamp = {2008.06.06},
  url = {http://www.vagueterrain.net/content/archives/journal03/bogart01.html}
}

@comment{jabref-meta: selector_journal:}

@comment{jabref-meta: selector_author:}

@comment{jabref-meta: selector_keywords:}

@comment{jabref-meta: selector_publisher:}

Reply via email to