Re: problems recognising existing git repo

2014-05-15 Thread Andy
Thanks Richard, problem solved - it was a path issue.
This may help someone...if you want to use version control from within Lyx,
you need to ensure that git is on the path. This can be set from within LyX
at Tools - Preferences - Paths - PATH prefix.



On Mon, May 12, 2014 at 11:20 PM, Richard Heck  wrote:

> On 05/12/2014 08:43 AM, Andrew White wrote:
>
>> On opening a Lyx file (classicthesis parent document) already under GIT
>> version control, I get the following warning:
>> "The process failed to start. Either the invoked program is missing, or
>> you
>> may have insufficient permissions to invoke the program."
>>
>> Subsequent messages suggest that Lyx has troubles listing the child
>> documents.
>>
>> For example,
>>   "..\..\..\src\support\Systemcall.cpp (261): Systemcall: 'git ls-files
>> "Chapter05.lyx"' did not start!"
>>
>>   Is this something I should be concerned about or is there something I
>> can do
>> to address the problem?
>>
>> System: Windows 7, 64 bit
>> Lyx version: 2.1.0
>>
>
> Have you checked if the git repo is readable outside LyX? Are you able to
> do anything using git from inside LyX?
>
> Richard
>
>


Tracking changes output errors

2014-03-26 Thread Andy
Hi people.

I have a Ph.d thesis as a master document with various branches. I've been
using track changes to edit individual chapters. My problem arise when I
try to produce the Master document without showing changes. I keep getting
! Undefined control sequence.\lyxadded or \lyxdeleted. The document can be
produced if I show changes in the output file. It is only one include file
which causes these errors.

I'm using ubuntu 12.10.4 (LTS) and have Lyx 2.0.6

Thanks for any help

Andy


Problem forward/inverse searching with Sumatrapdf 2.4

2014-02-18 Thread Andy
I am unable to get forward inverse searching working. Have followed
instructions at http://wiki.lyx.org/LyX/SyncTeX, and have tried
reinstalling the Lyx+miktex bundle

Generating the PDF is no problem. When I attempt to forward search, the Lyx
status bar reports "(forward-search)", no error is thrown, and focus shifts
to sumatrapdf, however, no highlighting appears.

Lyx Version: 2.0.7
OS: Windows 7 (64bit)

Thanks in advance for any help and look forward to fixing this issue

Andrew


RE: Converting sty to layout

2010-07-01 Thread Andy S Feng
Hi Vincent and Richard, now i am getting a different problem, I'm new to lyx
1.6.6.1 so i must be doing something erroneous. Let me detail my steps

1. Make copy of article.layout renamed as article-aer.layout
2. Changed -
\DeclareLaTeXClass{article}
To 
\DeclareLaTeXClass[article, aer.sty]{article (aer)}
And added -
Preamble
\usepackage{aer}
EndPreamble
3. Saved article-aer.layout in C:\Program Files\LyX16\Resources\layouts
4. Open lyx, reconfigure, exit lyx
5. Reopen lyx, start new document, go to documents\settings choose "article
(aer)" as document class, clicked OK
6. Tried a test document
7. Then tried to view DVI or PS 

Got the following error
"Undefined control sequence.
Undefined control sequence.
LaTeX error: Missing \begin{document}." Etc

With the following Description
" \nopagenumbers
   
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."

Advice much appreciated!

Andy



-Original Message-
From: Richard Heck [mailto:rgh...@comcast.net] 
Sent: Thursday, 1 July, 2010 6:05 PM
To: Vincent van Ravesteijn
Cc: Andy S Feng; lyx-users@lists.lyx.org
Subject: Re: Converting sty to layout

On 07/01/2010 01:01 PM, Vincent van Ravesteijn wrote:
>> 2)  But once i select it and start typing, it reverts to the plain
>> "article" layout which is the incorrect layout.
>>
>>
> Can you explain what you do here exactly ?
>
> Is it reverted without any message ? Does it get reverted if you press
> "Apply" ? Is it reverted after "OK" and opening the document settings
> again ?
>
>
We do need really detailed information about this. I can't imagine how 
this might happen. I've tried it with both 1.6.6 and trunk, and don't 
see any reversion no matter what I do.

Richard



Please access the attached hyperlink for an important electronic communications 
disclaimer: 
http://www.lse.ac.uk/collections/planningAndCorporatePolicy/legalandComplianceTeam/legal/disclaimer.htm


Converting sty to layout

2010-07-01 Thread Andy S Feng
Hi all,

 

I would like to know how to convert a sty file to a layout file. I have read
the help\customization pages and followed the steps but it doesn't seem to
work. 

 

My situation

1)  Downloaded miktex along with lyx

2)  Installed "vertex" latex package with miktex which includes an
"aer.sty" file

a.   This "aer.sty" file is located in C:\Program Files\MiKTeX
2.8\tex\plain\vertex

3)  Followed steps in lyx help\customization to create a layout file
that is of the "article" class

a.   This "articleaer.layout" file is located in C:\Program
Files\LyX16\Resources\layouts

4)  Reconfigured lyx

 

Problem

1)  The "article (aer)" does appear in document\settings\document class

2)  But once i select it and start typing, it reverts to the plain
"article" layout which is the incorrect layout.

 

Your advice on how i could solve this is most welcome!

 

Andy



Please access the attached hyperlink for an important electronic communications 
disclaimer: 
http://www.lse.ac.uk/collections/planningAndCorporatePolicy/legalandComplianceTeam/legal/disclaimer.htm

Abstract Layout template

2010-04-14 Thread Andy
Hi people

I am trying to submit an abstract to a conference  and I was wondering if
anyone had/used/knows of  a useful Lyx layout/LaTeX class for producing a
one-page abstract.
I've seen a lot of LaTeX templates on the web but they are too specialised
or far too basic

Thanks for any help

Andy


Re: Beamer and custom enumeration

2010-01-12 Thread Andy Cheesman
2010/1/12 Paul A. Rubin 

> Andy Cheesman wrote:
>
>> Dear People
>>
>> I'm trying to create custom enumeration using Beamer and Lyx on a few
>> slides
>> I would like some like the example below as well as other options.
>> H1
>> H2
>> H3
>>
>> However, all the online references suggest something like
>> \renewcommand{\theenumi}{\alph{enumi} or
>>
>> \bgroup
>>\renewcommand\theenumi{(\alph{enumi})}
>>\renewcommand\labelenumi{\theenumi}
>>
>>  these Lyx errores with theenumi, \labelenumi being undefined
>>
>> What am I missing?
>>
>> Andy
>>
>>
> Does the following (in your document preamble) achieve what you want?
>
> \setbeamertemplate{enumerate item}{H\insertenumlabel}
>
> /Paul
>
> That method does indeed work but unfortunately its creates a global pattern
and I would like to make custom indivual lists for slides
i.e
H1, H2, H3 H4
Step I, Step II, Step III

I know this works in Beamer/LaTeX but I would prefer a native solution

Andy


Beamer and custom enumeration

2010-01-12 Thread Andy Cheesman
Dear People

I'm trying to create custom enumeration using Beamer and Lyx on a few slides
I would like some like the example below as well as other options.
H1
H2
H3

However, all the online references suggest something like
\renewcommand{\theenumi}{\alph{enumi} or

\bgroup
\renewcommand\theenumi{(\alph{enumi})}
\renewcommand\labelenumi{\theenumi}

 these Lyx errores with theenumi, \labelenumi being undefined

What am I missing?

Andy


Sent from Szeged, CS, Hungary


QT fonts Blurry

2007-10-02 Thread Andy Lumb
Hey,
I have recently installed Lyx 1.5.1 for windows from here:
http://wiki.lyx.org/Windows/Windows. All of the window fonts are blurry. A
screen shot can be found here: http://lynet.ca/~alumb/lyx.bmp. How do you change
the font used by Lyx for widgets? is it possible to turn anti-aliasing off?

Thanks,
Andy Lumb




Like to ask a question

2007-09-15 Thread Andy Turner
Recently moved to Ubuntu, which I much prefer to windows. However, I'm
having trouble finding a suitable word processor.

My problem is that I need 'intelligent' outlining. Ie. 

header a
child b
child b
child c
child c
child b
header a 

I'd like to be able to then fold in by level so I can choose to see only
header a's plus child b's, with child c's hidden or only header's and
then be able to unfold in same way. I find it a good way to write /
study. 

My question is whether I can do this with Lyx or is an overkill? If it
is, any suggestions? I'm not going to be doing any proper DTP work.

Rgds
Andy



Re: Typewriter font not fixed width on screen

2006-08-16 Thread Andy Harrington
Andrew Harrington <[EMAIL PROTECTED]> writes:

> 
> I just loaded Lyx 1.4.2 onto a new Windows machine and copied over a 
> document I was working on under Lyx 1.3.7 on another Windows XP machine.
> Under 1.3.7 typewriter font displayed in a fixed width font on the 
> screen.  With 1.4.2, it does not.  I may have loaded some fonts I forgot 
> about on the old machine some time ago.
> 
> Suggestions appreciated so I see a fixed width font.
> 


Cancel that -- I found it - screen font preferences.
It seems to me that I got more reasonable defaults under 1.3.7?





using lyx with latex2html (hyperlinks)

2006-01-02 Thread andy
hello,

I'm writing up some documentation for a program I wrote with someone last
year. I've decided to use LyX because I like the program, and I thought it
would be easy to export to html using latex2html. I've tried this, and
it's working well apart from the problem that I can't make it translate
hyperlinks.

The first way I tried was to use the built in 'Insert Url...' option. This
doesn't work, as latex2html doesn't pick it up.

Then I tried inserting a raw tex sequence:

\htmladdnormallink{name}{url}

as described in the latex2html documentation. This doesn't work either -
it generates an error when I try to export to pdf, and when exporting to
html, latex2html still doesn't pick it up.

Has anyone found a way to get this working, as apart from this problem I'm
quite happy with the system?

Thanks,

andy baxter.

-- 
http://www.niftybits.ukfsn.org/

remove 'n-u-l-l' to email me. html mail or attachments will go in the spam
bin unless notified with [html] or [attachment] in the subject line. 




Templates

2004-07-06 Thread Andy Hilgartner
Hi --
I write scientific papers, occasionally including some mathematics 
(mainly set theory). I've used "word-processors" from the era of WordStar, 
under the CP/M operating system in the early 1980's, to Microsoft Word XP 
and OpenOffice/StarOffice. I function as an elderly (age 72) 
computer-user-former-typewriter-user, not a hotshot youngster who has 
computers eating out of his hand.
With a bit of coaching from a young friend -- who solved those 
install/configure problems that would have floored me -- I recently started 
using LyX 1.3.3 (mostly in the Windows port, on Windows XP operating 
system). I've never used TeX, have only glanced at LaTeX, and although I 
desire to abandon MS Windows althogether, so far I've only dabbled in Linux 
and Lindows/Linspire. I have spent some time reading the LyX Tutorials.
I have a text paper on my easel, and a related, longer, more 
technical one one which will include some set theory (and will go to an 
Elsevier journal) next in line. So far, I have found no way that works to 
modify or abandon the "article" Layout > Document formatting available in 
"native" LyX. Piecemeal changes, inflicted via the Layout facility, don't 
persist in successive versions of the paper, and when they "revert", they 
make the layout (viewed in DVI) look grisly.
Once I even found the Elsevier template (elsart.lyx) inside LyX, 
under Templates. But I have not succeeded in making it WORK while I 
continue creating my document.
Please guide me -- how can I obtain effective help with this problem?
    Yours,
Andy Hilgartner

C. A. HilgartnerPhone:  660-627-2519
2413 North East Street  FAX:660-627-2930 (voice contact first, 
please)
Kirksville  MO  63501   Website:   www.hilgart.org 

Re: resume document class?

2000-04-14 Thread Andy Bradford

Thus said Jean-Marc Lasgouttes on 14 Apr 2000 14:19:28 +0200:

> It contains a cv latex class along with a lyx textclass. It might not
> be what you are looking for, was good enough when I needed to write my
> own resume.

That looks good to me.  I actually found that link in the archives, but 
it was back in 1999 so I thought that there was probably a newer 
version available.  Thanks.
Andy
-- 
    +== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+



 PGP signature


resume document class?

2000-04-14 Thread Andy Bradford

I have searched the archives and haven't found many references to a 
resume document class for LyX.  Is there such a thing?  If so, anyone 
know where I can find it?

Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+



 PGP signature


Re: pronouncing LyX...

1999-12-03 Thread Andy Bradford

On 3 Dec 1999, Lars Gullik Bjønnes wrote:

> And: We decided a long time ago that We (the developers) would not
>impose any special pronouncation upon users, so you are allowed to use
>what you find comfortable.
Better take it out of the Tutorial.lyx then... :)

-
    +- Andy --- [EMAIL PROTECTED] -+
|   Great minds discuss ideas;|
| Average minds discuss events;   |
|   Small minds discuss people.   |
+-- http://www.xmission.com/~bradipo -+



Re: pronouncing LyX...

1999-12-02 Thread Andy Bradford

Thus said Andy Bradford on Thu, 02 Dec 1999 23:54:13 MST:

> Does the X in LyX have the same pronunciation as that of LaTeX?  This 
> doesn't seem to be mentioned on www.lyx.org anywhere so I don't know 
> whether to say "lick" or "licks". :)
Never mind, I just remembered where I found the pronunciation before.  
It wasn't on www.lyx.org at all but in the Tutorial provided with the 
application.
Sorry to bother. :)
Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




pronouncing LyX...

1999-12-02 Thread Andy Bradford

Does the X in LyX have the same pronunciation as that of LaTeX?  This 
doesn't seem to be mentioned on www.lyx.org anywhere so I don't know 
whether to say "lick" or "licks". :)
Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




Re: LinuxDoc

1999-11-16 Thread Andy Bradford

Thus said Carlos A M dos Santos on Tue, 16 Nov 1999 12:07:01 -0200:

> LinuxDoc is not a class. It is a style and must be used with article, book
> or repor classes. It is part of sgml-tools an you can get a copy of it at
> http://www.sgmltools.org.
Ok, thanks for the clarification.  I do have sgmltools so I guess what I 
really need to know is how to use the style within a LaTeX document... :)
Andy
-- 
    +== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




Re: LinuxDoc

1999-11-15 Thread Andy Bradford

Thus said Andy Bradford on Mon, 15 Nov 1999 21:44:45 MST:

> I realize that I may be slightly off topic asking about a cls for LaTeX but 
> could anyone give me some pointers as to where I can find a .cls for the 
> LinuxDoc documentclass?
Hmm, maybe I am incorrect in assuming that there is a .cls for linuxdoc.  
Maybe it is something else as it seems that linuxdoc uses sgml...
Andy
-- 
    +== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




LinuxDoc

1999-11-15 Thread Andy Bradford

I realize that I may be slightly off topic asking about a cls for LaTeX but 
could anyone give me some pointers as to where I can find a .cls for the 
LinuxDoc documentclass?
Thanks.
Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




Re: sgml2html error message.

1999-10-11 Thread Andy Bradford

Thus said Jose Abilio Oliveira Matos on Mon, 11 Oct 1999 18:04:29 BST:

> > url="http://work.ucsd.edu:5141/cgi-bin/http_webster?isindex=iterate&method=exact" 
>name="Online Definition"> 
> 
>   Please change that by hand and replace the first & with & and tell me if
> that works...
Jose, thanks for the suggestion.  It worked quite nicely... now, is it a 
problem with LyX exporting to SGML that is the problem here?  Shouldn't it 
have parsed the URL and noticed the embedded & and thus converted it to 
& ???

>   The problem is that &method is viewed as an entity. I don't have the
> linuxdoc dtd at hand so I can't tell you how to insert the & in the url.
Now, if I only knew what an entity was... :)  I'm learning as I go...
Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




sgml2html error message.

1999-10-09 Thread Andy Bradford

I am working on a small technical document in LyX and have created a 
footnote that is a URL to a website.  It exports just fine into sgml but 
when I try to run sgml2html it chokes on the URL leaving a broken link in 
the document.  Here is the sgml of the relevant section.
http://work.ucsd.edu:5141/cgi-bin/http_webster?isindex=iterate&method=exact" 
name="Online Definition"> 
What seems to be happening is that sgml2html doesn't like the &method in 
the reference and thus chops it and gives this error:
/usr/bin/nsgmls:0:122:73:E: general entity "method" not defined and no default 
entity
I realize this doesn't have much to do with LyX but I figure there must be 
someone on this list that knows more about sgml and sgml2html than I do. :)
Thanks in advance.
Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




Editing cross reference.

1999-10-08 Thread Andy Bradford

Hi all,
I seem to be having trouble editing a cross-reference once it is set in the 
LyX document.  Is there something that I am missing?  I have tried 
highlighting it and then re-selecting Insert->Cross-reference but this only 
creates a new one... Is there a better way?
Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




Re: open file directory

1999-01-03 Thread Andy Bradford

Thus said Horst G Kausch on Fri, 05 Nov 1999 17:44:07 GMT:

> Most other programs use the current directory of the parent shell as the 
> default directory for file open/save operations and I would prefer that 
> behaviour.
This needs to be set in your .lyx/lyxrc file.  I don't believe that it will 
read the cwd, however, you can set the default directory that lyx uses.  
For example, I have created a directory called Documents in my home 
directory and thus in my .lyx/lyxrc I have included:
\document_path ~/Documents

Then whenever I save or open it will look first in that directory.
Andy

-- 
    +== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+