Re: arxiv pdf generated problem

2016-02-12 Thread Myriam Abramson

I've finally solved my arxiv problem with pdflatex generated by
Lyx. Reading the instructions closely, arxiv says to put the
\pdfoutput=1 in the first 5 lines of the .tex file. They were not
kidding! I was putting it in the latex preamble in Lyx which of course
was not in the first 5 lines of the .tex file. 

Problem solved! Thanks for the support. 

-- 
   myriam



Re: Help with arxiv

2016-01-21 Thread Myriam Abramson

Yes, I've done that. It's in the arxiv instructions. But I still get
the same error: the images are not included.

myriam


Guillaume Munch  writes:

>Le 18/01/2016 18:02, Myriam Abramson a écrit :
>>
>> Hello,
>>
>> I've posted about that before but I still have some problems.
>>
>> If you were successful posting to arxiv.org from a lyx document, I
>> would like to hear from you.
>>
>> My problem is now the insertion of images in the generation of a .pdf
>> document. Here are my steps:
>>
>> 1. In Lyx: export to latex (pdflatex)
>> 2. run latex twice on the .tex file produced. This will generate .pdf
>> images to be included.
>> 3. zip everything in the directory for submission to arxiv.
>>
>> Running pdflatex produces a correct document that includes the
>> images. Unfortunately, it seems that arxiv is not using pdflatex
>> (although it claims to be able to process pdflatex files).
>>
>> Anyother incantation does not seem to include the images in the
>> document. The images are in the directory and it seems that the images
>> are found wrapping \includegraphics with \fbox.
>>
>> Any ideas?
>>
>
>
>Hello,
>
>I suggest adding \pdfoutput=1 by hand as the first line of your .tex
>file. This should trigger the compilation with pdflatex according to
><https://arxiv.org/help/submit_tex#pdflatex>.
>
>
>Guillaume

-- 
   myriam


Help with arxiv

2016-01-18 Thread Myriam Abramson

Hello,

I've posted about that before but I still have some problems. 

If you were successful posting to arxiv.org from a lyx document, I
would like to hear from you.

My problem is now the insertion of images in the generation of a .pdf
document. Here are my steps:

1. In Lyx: export to latex (pdflatex)
2. run latex twice on the .tex file produced. This will generate .pdf
   images to be included. 
3. zip everything in the directory for submission to arxiv. 

Running pdflatex produces a correct document that includes the
images. Unfortunately, it seems that arxiv is not using pdflatex
(although it claims to be able to process pdflatex files). 

Anyother incantation does not seem to include the images in the
document. The images are in the directory and it seems that the images
are found wrapping \includegraphics with \fbox. 

Any ideas? 
-- 
   myriam



Re: arxiv pdf generated problem

2015-11-07 Thread Myriam Abramson

Okay, I'll have to dig into it and report back.
-- 
   myriam



Re: arxiv pdf generated problem

2015-11-05 Thread Myriam Abramson

Yes, arxiv.org gives me an error. Maybe I'll just wait for 2.2.0 :-) 

   myriam

Scott Kostyshak  writes:

>On Wed, Nov 04, 2015 at 11:24:32PM -0500, Myriam Abramson wrote:
>> 
>> arxiv.org does not accept my pdf generated through pdflatex from
>> LyX. Anybody had this problem before? 
>
>Hi Myriam,
>
>This has come up a couple of times, for example:
>http://www.lyx.org/trac/ticket/7264
>which is fixed in 2.2.0 (not yet released).
>
>Also, did arxiv.org give you an error?
>
>(by the way, please respond to the list)
>
>Scott


arxiv pdf generated problem

2015-11-04 Thread Myriam Abramson

arxiv.org does not accept my pdf generated through pdflatex from
LyX. Anybody had this problem before? 
-- 
   myriam



Re: Converting tables to HTML

2012-11-11 Thread Myriam Abramson

What I am using at work is something like HMTL/MS Word. 

Will LyXHtml do the trick?
-- 
   myriam

Richard Heck  writes:

> On 11/11/2012 10:36 AM, Myriam Abramson wrote:
>> I am exporting LyX document to html in order to convert them to
>> Word. Everything works fine except for the tables. Any ideas on how to
>> export those properly?
>>
> Are you using File>Export>HTML or File>Export>LyXHTML?
>
> Richard

Go Proverb:

Grab the border point between two moyos.


Converting tables to HTML

2012-11-11 Thread Myriam Abramson

I am exporting LyX document to html in order to convert them to
Word. Everything works fine except for the tables. Any ideas on how to
export those properly?

TIA

-- 
   myriam


Go Proverb:

In the beginning, have no plan


Re: Help! Float placement problem

2012-04-21 Thread Myriam Abramson

Thanks to everyone who answered. I did change the default setting to
"here if possible" and after several replacement of the figures in the 
document (moving the spanning columns figure higher and the other
lower), I was able to get it right. pheww!
-- 
   myriam


Go Proverb:

Don't peep at cutting points.


Help! Float placement problem

2012-04-19 Thread Myriam Abramson

Hello,

I have lyx 2.0.3. My figures come out of order, that is Figure 2 is
displayed before Figure 1. They are both float. Figure 1 is span
columns. Lyx puts it on top of the next page instead of the top of the
current page. I tried everything. The option to put it at the bottom
of the page is not available (greyed out). I am using the IEEEtran
document class. What to do?

Help!
-- 
   myriam

PS better email me directly as I am not yet subscribed to this list. 


Conversion to HTML(MS Word)

2012-03-02 Thread Myriam Abramson

Hello, 

I have Lyx 1.6.5 with Ubuntu Lucid Lynx. I use the conversion to
HTML(MS Word) to convert to HTML and import into Word. The
conversion of the pictures is not very good for some reason. The
pictures are all blurry. How can I get a better conversion? 

TIA,

-- 
   myriam



Title placement and font size

2011-03-09 Thread Myriam Abramson

How can I set the title placement on the first page of my article and
its font size? 

I have some requirements from a workshop that wants the title to start at
3.49 cm from the top of the page and in 14pt font. 

TIA
-- 
   myriam



IEEEtran help

2011-03-08 Thread Myriam Abramson

Help! I have a paper due tomorrow! The specification for the papers
requires that subsections be numbered and IEEEtran seems to make them
alphabetical. I tried to change that by putting

\renewcommand{\thesubsection}{\arabic{subsection}}

in the latex preamble but I'm still getting them with the
alphabet. Any ideas?

TIA
-- 
   myriam



Question on latext2html conversion of tables

2010-01-12 Thread Myriam Abramson

Hello,

I've posted this question to the latex2html list but got no
answers. Basically, my problem is that latex2html does not transfer
the content of the tables. The tables are there but they are
empty. What to do?

TIA

-- 
   myriam


>From the cat's little instruction handbook:

When in doubt, let your tail do all the talking for you.


Re: Layouts for education?

2009-11-16 Thread Myriam Abramson

I'm looking for quizzes and exams layouts. I'm presently using
AcroTex. 


-- 
   myriam

John Kane  writes:

> --- On Sun, 11/15/09, Myriam Abramson  wrote:
>
>> From: Myriam Abramson 
>> Subject: Layouts for education?
>> To: lyx-users@lists.lyx.org
>> Received: Sunday, November 15, 2009, 4:58 PM
>> 
>> Is there any lyx layouts for educational purposes out
>> there? 
>
> There probably are many but what kind of thing are you looking for?  
> Disertation layouts?  Lab report layouts?  Beamer type presentation layouts? 
> Test writing layouts?  ?? ?
>
>
>
>
>   __
> The new Internet Explorer® 8 - Faster, safer, easier.  Optimized for Yahoo!  
> Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/


Layouts for education?

2009-11-15 Thread Myriam Abramson

Is there any lyx layouts for educational purposes out there? 

-- 
   myriam



Lyx note printing?

2009-10-04 Thread Myriam Abramson

What's the easiest way to print lyx notes or comments? I've seen
something in the mailing list archive from 2002. I have now
1.6.0.rc3. 

TIA,

-- 
   myriam


>From the cat's little instruction handbook:

Don't run to the vet's for every little ache and pain. Ninety percent
of your medical problems will get better on their own, regardless of
what you take or do for them.


Re: Lyx and Ubuntu Hardy

2009-09-17 Thread Myriam Abramson

> Any reason you're on Hardy?  
I won't have to reinstall till 2011! 

> LyX 1.6.3-1 is available for Jaunty
> at http://www.getdeb.net/search.php?keywords=lyx.  (For Hardy, that
> site only has 1.6.0rc3; for Intrepid it has 1.6.2.)

Thanks for the site. I've downloaded the version for Hardy. So, now I
have 1.6.0 but I still have a problem with pdflatex for the graphics I
have in my document.

>
> /Paul


-- 
   myriam


Re: Lyx and Ubuntu Hardy

2009-09-17 Thread Myriam Abramson

"Sam Liddicott"  writes:

> I want to put on record that I don't use windows, and that "apt-get -b 
> source" is a friend of mine :-)

Thanks for the tip, Sam. 

>
> Sam


-- 
   myriam


Re: Lyx and Ubuntu Hardy

2009-09-16 Thread Myriam Abramson

I tried to add a mirror to sources.list but I got this error:

W: GPG error: http://http.us.debian.org sid Release: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY 
9AA38DCD55BE302B

-- 
   myriam



Re: Lyx and Ubuntu Hardy

2009-09-16 Thread Myriam Abramson

That doesn't work too well. There are too many dependencies. 


-- 
   myriam

John Jason Jordan  writes:

> On Wed, 16 Sep 2009 21:32:51 -0400
> Myriam Abramson  dijo:
>
>> 
>> Sorry, I'm new to Ubuntu (I was using Fedora before). Ubuntu comes
>> with 1.5.3 and apt-get refuses to let me upgrade to a newer version. 
>> I've tried to put that in the /etc/apt/sources.list but it didn't
>> work:
>> 
>> deb ftp://ftp.lyx.org/ubuntu hardy main 
>> 
>> and then apt-get update and upgrade but no luck. 
>
> Go here and get the .deb file:
>
> http://packages.debian.org/sid/all/lyx-common/download
>
> Once you have the .deb file, right click on it and install it with
> gDebi package installer. You can also install it from the command line
> or with Synaptic, but gDebi is easier because it's just a couple of
> mouse clicks.
>
> In theory you could also add it with upgrade if you could figure out
> the right repository. I have had bad luck trying to figure out exactly
> which repo a program is in. I just find the .deb file and install it
> manually.


Lyx and Ubuntu Hardy

2009-09-16 Thread Myriam Abramson

Sorry, I'm new to Ubuntu (I was using Fedora before). Ubuntu comes
with 1.5.3 and apt-get refuses to let me upgrade to a newer version. 
I've tried to put that in the /etc/apt/sources.list but it didn't
work:

deb ftp://ftp.lyx.org/ubuntu hardy main 

and then apt-get update and upgrade but no luck. 

Any clue? I have a deadline. 
TIA,

-- 
   myriam



Help! pdflatex error

2009-09-16 Thread Myriam Abramson

I've just installed Ubuntu Hardy and it downloads Lyx 1.5.3.
(It's a new OS for me so how can I tell it to download a newer
version?)

Anyhow, I have problems viewing my Lyx document with pdflatex because
of the graphics. Here are the errors I get: 

Package pdfpages Error: the graphics package was loaded with driver
Latex error: cannot determine size of graphic in ... 

what to do?


-- 
   myriam



View menu customization

2009-09-08 Thread Myriam Abramson

Hello,

I just got 1.5.3 installed with Ubuntu Hardy. To view a pdf in the
view menu, I see dvipdfm and pdflatex. How do I get in the menu the
capability to view a pdf with ps2pdf? This option is listed in the
preferences formats but how do I get it in the View menu?

TIA,

-- 
   myriam


>From the cat's little instruction handbook:

Never be overly concerned when someone screams, "If you ever do that
again, I'm going to make you an outdoor cat once and for all!" It's
almost always an idle threat.


Headers without page numbers

2009-02-10 Thread Myriam Abramson

Hello,

How can i specify headers without page numbers. 
For some reason, if I put \pagestyle{empty}, I don't get any headers
at all. 

I'm using svmult.cls from Springer and I need to overwrite the page
number feature to meet the requirements of a paper. 

TIA,

-- 
   myriam



svmult.cls

2009-02-05 Thread Myriam Abramson

Hello,

I am using svmult.cls for a paper. I think it's from IEEE. I have
those requirements: 

(1) There are no page number in the header/footer area. Help! 

(2)  Paper title should appear on the odd page header.

It seems that svmult.cls does put the title in the odd page header so
I'm fine there but it also tries to put the author on the even page
header and complains that the length of the author field was too
long. I have my name, affiliation and email in the author field so I
guess that's why. How can I specify not to put anything on the even
page header?

TIA
-- 
   myriam



help with gnuplot eps

2008-11-09 Thread Myriam Abramson

hello,

I'm not sure if there's anything to do with LyX but I'm having a
problem with one of my figure and I thought that maybe somebody on
this forum would know the answer. I don't know if attaching the figure
is okay on this list but I can forward it to anyone if needed. 

Basically, the figure was done with gnuplot and I'm inserting it in
Lyx in .eps format. Everything is fine until I run ps2pdf to view the
output inserted. The figure is displaying other graphs (a mirrored
image it seems). I don't know how that happened. Any ideas to solve
this puzzle? I didn't know gnuplot has some embedded steganography
tools :-)

TIA

-- 
   myriam



Export format

2008-10-11 Thread Myriam Abramson

Hello,

I would like to convert from LyX 1.5.2 to Lyx 1.4. on the command
line, lyx -e 'format'. What format should I specify to convert to 1.4? 

TIA
-- 
   myriam



Problems with abstract in IEEETran class

2008-04-19 Thread Myriam Abramson

Hello,

I am unfortunately converting from Lyx 1.5 (work) to Lyx 1.4 (home)
through TeX files. Anyway, I am having a problem now with the abstract
repeating twice. I'm attaching a LyX file (1.4.3) and a TeX file. How
do I fix that strange behavior?

TIA
-- 
   myriam



test.tex
Description: test.tex


test.lyx
Description: test.lyx


IEEETran article abstract problem

2008-04-15 Thread Myriam Abramson

Hello,

I have lyx 1.5.x For some reason, the abstract in my paper with class
Article(IEEETran) repeats the abstract *twice*. I switch sometimes to
Lyx 1.4 when I work on this paper at home and I've seen this strange
behavior there but now it's on Lyx 1.5 as well. How do I fix that?

TIA
-- 
   myriam



lyx2lyx conversion

2008-01-14 Thread Myriam Abramson

Hello,

I have 1.4.3. I get a message that lyx2lyx cannot convert from an
earlier version of lyx. What should i do?

TIA
-- 
   myriam



Re: llncs class

2007-10-09 Thread Myriam Abramson

Okay, thanks. They do say they encourage keywords in typeinst.pdf. But
on second thought, that wouldn't make much sense for a book.

> "Paul A. Rubin" <[EMAIL PROTECTED]> wrote:
> Nicolás wrote:
>> I am not completely sure, but I would say llncs has not support for
>> keywords.
>>
>
> I think you are correct.  The documentation makes no reference to
> keywords.  Curiously enough, the class file defines a macro
> \keywordname that prints the title for the keywords (in fact, it's
> defined in English, French and German!), but never uses that macro or
> makes any other visible provision for keywords.
>
> /Paul


-- 
   myriam


Re: exports in 1.5.1

2007-10-09 Thread Myriam Abramson

Thanks to all who answered. The problem was that I have a cron job
that continuously update my packages including LyX in the
background. Once I hit reconfigure, everything was okay.

-- 
   myriam
>
> You shouldn't here, either.  Assuming that you have a document loaded,
> File -> Export should be populated automatically with all formats for
> which LyX has a conversion path.  Are you saying that it's not?  If
> not, can you View -> DVI or View -> PDF (pdflatex)?  (If the answer is
> not to that as well, either the configuration script burped or
> something's up with your LaTeX distribution.  Or neither of the above.)
>
> /Paul


llncs class

2007-10-08 Thread Myriam Abramson

Hello,

How can I specify keywords in a document of the Article(LNCS) class? 

TIA
-- 
   myriam



exports in 1.5.1

2007-10-08 Thread Myriam Abramson

How do I export a LyX document to latex2e? to dvi?

I don't know the difference between latex(plain) and
latex(pdflatex). Please help.

The export tab gives me a "custom" menu but nothing else. I don't know
how to set that up. I didn't have to do that in the previous LyX
versions. 

TIA
-- 
   myriam



Bib2wiki question

2007-08-15 Thread Myriam Abramson

I'm building a bibliography on a wiki (mediawiki) so that other people
can collaborate their bibtex entries. I then cut-and-paste the bibtex
entry page from the wiki into a file and then run a script that
combines bibtex2thml and html2wiki. I then cut-and-paste the output to
a wiki page. All this cut-and-pasting is manual and is becoming a
pain. But it gives a nice looking bibliography with minimal effort and
also an html file that can be used to write a paper with Word if
desired.

Is there a simpler way? 

I would like to run this script automatically and I've heard of wiki
bots but I don't know where to begin. 

TIA

-- 
   myriam



Re: Bibtex to Wiki

2007-07-30 Thread Myriam Abramson

Yes, that's a good point. I am stuck with MediaWiki however. I've
tried bibtex2html followed by html2wiki successfully. The hmtl output
can then be used for Word also. To go the other way, I thought to make
a wiki page with the bibtex entries (wrapped with ) for
other people to enter their entries. Once in a while, I will take that
page and run the bibtex2html+html2wiki combo. It's
awkward. Consolidating a wiki into a pdf is a good idea for a report
though. 

-- 
   myriam



Bibtex to Wiki

2007-07-25 Thread Myriam Abramson

Hi Folks,

Since there is a way to have latex formula in a wiki, I was wondering
if there is something for bibtex entries too? If not, what's your
solution for transferring bibtex entries to a wiki? 

Thanks. I thought somebody on this list would know.

   myriam



Beamer questions

2007-05-07 Thread Myriam Abramson

Hello,

I don't create Beamer presentations often, so I would like to know if
workout/fixes have been found for 2 problems since last time I used it.

(1) Can we have a logo on the top instead of at the bottom as seems to
be the default with \logo? 

(2) Can movies in pdf be run "inline" for lack of a better word? I
mean that a separate window does not have to come up.

TIA 

-- 
   myriam



LNCS class question

2007-03-28 Thread Myriam Abramson

Hello,

I am using the Article(LNCS) document class. I got a comment that the
fonts were not correct in the pdf. I looked at the document properties
and saw some type3 fonts there in addition to the Adobe fonts. Is that
the problem?  What to do?

TIA

-- 
   myriam



Combination symbol

2007-03-14 Thread Myriam Abramson

Could somebody please tell me what they use for the combination
symbol? I've used plain C(n,r) but a reviewer said they did not know
what C was. Is there something specific? 

A lyx example would be nice. 

TIA
-- 
   myriam



Re: pdf question

2007-03-05 Thread Myriam Abramson

Cool! thanks!
-- 
   myriam



pdf question

2007-03-04 Thread Myriam Abramson

Hello,

Some pdfs can be modified and saved with the modifications using
acroread I believe. How can you produce such pdfs with LyX? 

I would like to make an exam with empty boxes for the students to fill
out. Is it possible? 

TIA
-- 
   myriam



pdfpages

2007-02-24 Thread Myriam Abramson

Hello,

I need to include some pdf pages in my output.
I've set
\usepackage{pdfpages} 
in the preamble.

Then I have at the end of my lyx file:
\includepdf[pages=-] {filename.pdf}

I get the error message to set \pdfoutput=1 when trying to view with
ps2pdf. Where should I set pdfoutput? 

I'm not sure if I've done this correctly,

TIA,
-- 
   myriam



+/- symbol

2006-11-28 Thread Myriam Abramson

Hi,

How can I have the +/- symbol where the + is on top of the - symbol,
reading plus or minus. For example, a standard deviation would have
this sign. Tex code is fine. 

TIA. Hope that's clear. 

   myriam



not a subset

2006-10-21 Thread Myriam Abramson

Hi!

How can I have the subset symbol, which is in the Math panel, crossed
out? The tex code for it will work. 

I see the element symbol crossed out but not the subset symbol.

-- 
   myriam



Equation help

2006-08-03 Thread Myriam Abramson

Hi!

Any ideas on how to nicely write a fairly long equation on multiple
lines? here's an example of such an equation. Would you suggest
to extract the delta on another line? 

Thanks,
-- 
   myriam



test.lyx
Description: equation


Re: beamer.layout on Windows

2006-07-15 Thread Myriam Abramson

Thanks. It was found finally. The Framesubtitle feature of
beamer.layout does not seem to exist on Windows though. That's odd. 
-- 
   myriam



Exporting to pdf on windows XP

2006-07-15 Thread Myriam Abramson

I got an error from acroread that the file was corrupted when trying
to view a Lyx document (Beamer presentation) into pdf using pdflatex.
Any ideas?
-- 
   myriam



beamer.layout on Windows

2006-07-12 Thread Myriam Abramson

Hi!

I've installed LyX with the windows installer without problem and the
beamer presentation class appears in the menu. It seems however that
beamer.layout cannot be found. It can be found in the texmf
directories. How can I tell LyX where to find it? Where is the
.lyx/layouts directory on Windows? 

TIA,


   myriam



Off-topic: Gnuplot-generated figures in Word

2006-06-18 Thread Myriam Abramson

That might be off-topic but I figure that some people on this list
have encountered this problem.

I have some figures generated by Gnuplot that I export to eps for
insertion in a document. That works fine in my Lyx documents. I am
having some problems with the fonts when converting the eps file to
png (using convert from ImageMagik) and inserted into Word. I set the
title as such:

set title "blah blah" font "Times,16"

What do  you do to insert your gnuplot figures into Word? What font do
you use? Do you convert to png? If you have some examples, that would
help too.

Thanks,

-- 
   myriam



lyx2lyx where?

2006-03-15 Thread Myriam Abramson

Where can I get this conversion script? 

Sorry, I'm desperate. I have to post a midterm.
-- 
   myriam



Re: Lyx 1.4.0-1 and FC4 installation

2006-03-11 Thread Myriam Abramson

Liftoff successful! 

FC4 needed a good yum update and aiksaurus should be listed in the
list of required software.

Thanks to all who answered.
-- 
   myriam



Lyx 1.4.0-1 and FC4 installation

2006-03-11 Thread Myriam Abramson

I am getting this error. Where can I find this libAiksaurus and why does it 
complain about libstdc++.so.6 since I do have it.

[EMAIL PROTECTED] tmp]# rpm -Uvh lyx-1.4.0-1fc4_qt.i386.rpm
error: Failed dependencies:
libAiksaurus-1.2.so.0 is needed by lyx-1.4.0-1.i386
libstdc++.so.6(GLIBCXX_3.4.6) is needed by lyx-1.4.0-1.i386

 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.4

TIA

-- 
   myriam



vspace between sections and figures help!

2006-02-17 Thread Myriam Abramson

I've 
\setlength{\parskip {-1pt}}

but that seems only to affect the vertical space between
paragraphs. How can I set the vertical space length between sections
and figures?

It's quite urgent as I am trying to fit this paper into a ridiculous
6-page limit.

TIA
-- 
   myriam



Re: True type 1 fonts in pdf

2006-02-11 Thread Myriam Abramson

> Herbert Voss <[EMAIL PROTECTED]> scribbled furiously:
> Myriam Abramson wrote:
>> Hi!
>> Sorry if that's well known already but I am getting confused by
>> different answers I read on this issue.
>
> write into the preamble:
>
> \usepackage[T1]{fontenc}
> \usepackage{lmodern}
>
Okay, I've seen that in the wiki lyx. So to have the latin modern
fonts installed, I need to install cm-super from CTAN, correct?

One more question: How do I know that True Type1 fonts are being used
in the pdf? What exactly should I see in the pdf under File->Document
settings->fonts ?  Right now, doing nothing, I see under the used
column: "embedded subset - Type 1" .

TIA

-- 
   myriam


True type 1 fonts in pdf

2006-02-10 Thread Myriam Abramson

Hi!

Sorry if that's well known already but I am getting confused by
different answers I read on this issue. 

I have LyX 1.3.5. 

TIA

   myriam

PS. It's quite urgent I get an answer to that to submit my paper.


Re: Tables

2005-11-09 Thread Myriam Abramson

Thanks to everyone who answered. 

Ah, yes, I missed the meaning of this multicolumn check. And yes, I do
have TableExamples.lyx but didn't know about it. 

Who needs intuitive when you can ask questions to a user's group? 

-- 
   myriam



Tables

2005-11-09 Thread Myriam Abramson

Is there a way to control the borders of a cell as opposed to a row or
column? I have Lyx 1.3.5. 

Basically, I would like the headers of some of my columns to take
several columns. 

TIA,
-- 
   myriam



multiinclude with beamer

2005-10-25 Thread Myriam Abramson

Hi!

I desperately need to include some animation. I tried the multiinclude
as in the Beamer's users guide but I got a "file corrupted" message
with acroread (7.0). Any ideas?

I also tried various other things but I can't get any graphics
animation going. I would really like to have an example using
multiinclude that works. 

TIA

   myriam



Grammar check?

2005-10-22 Thread Myriam Abramson

I've read on /. that Abiword has some grammar check capability.
http://tinyurl.com/92o5p

What about Lyx? That feature would be extremely useful to me. 


-- 
   myriam



dia help

2005-09-11 Thread Myriam Abramson

Hi!

Somebody on this list might be familiar with the dia editor tool for
drawing diagrams on many Linux distributions.

The text facility seems pretty basic and I urgently need to have
subscripts and superscripts. Does anybody know how to do that in a
nice way?

Thanks for your insights,
-- 
   myriam



Importing html into lyx

2005-07-13 Thread Myriam Abramson

How do I import an html file to LyX? Surely, there's a way ...
TIA.

-- 
   myriam



usetheme beamer question

2005-06-20 Thread Myriam Abramson
Hi!

What are the options for usetheme[options]{theme}? I couldn't find
anything in the manual. I am particularly interested in the options
that suppress the outline to appear at the top or the side in a
theme to indicate status as that takes a lot of real estate. 

-- 
   myriam



beamerlyxexample1.lyx

2005-06-16 Thread Myriam Abramson

Hi!

I started to use Beamer. 

I get this error with Beamer 3.05 and LyX 1.3.5 on the example file
beamerlyxexample1.lyx provided with Beamer:

Package xcolor Error: Undefined color `averagebackgroundcolor'.
 ...beamerexample!10!averagebackgroundcolor)}

I do have xcolor installed in the texmf tree and I did a texhash. 

Thanks for any info.
-- 
   myriam



Re: Case equations

2005-04-24 Thread Myriam Abramson

wheew... thank you. Terrific list!

>> Could somebody please send me a .lyx example of a multi-line case
>> equation? I get it fine within LyX but it does not seem to print
>> okay. I get a
>> "misplaced tab" character error when I enter text with \textrm in the
>> case equation.
>
> Enable Layout->Document->Packages->use amsmath
>
> Herbert

-- 
   myriam


Re: Case equations

2005-04-23 Thread Myriam Abramson

Could somebody please send me a .lyx example of a multi-line case
equation? 
I get it fine within LyX but it does not seem to print okay. I get a
"misplaced tab" character error when I enter text with \textrm in the
case equation. 

-- 
   myriam



Case equations

2005-04-19 Thread Myriam Abramson

Hi!

How do you write a case equation in LyX? I mean an equation like

B = { 1 if x > 0;
  0 if x = 0

so that the brace covers multiple lines? 

I looked everywhere and read the Users' guide but it did not cover
that. 

TIA
-- 
   myriam



inserting animated gif in slides?

2005-04-04 Thread Myriam Abramson

I guess it's not possible to insert a gif file into a document? 
I'm not sure I can convert an animated gif ... Any ideas?
-- 
   myriam



bibliography again

2005-03-29 Thread Myriam Abramson

Hi!

I am confused about bibliography styles. I was given latex8.bst file that
I put in the directory /usr/share/texmf/bibtex/bst/base/, did a
texhash and a reconfigure. The style still does not appear in the
Bibtex menu. Should it? 

As a related question, I also downloaded IEEEconf.cls as a replacement
for latex8.sty. This class does not seem to have a corresponding .bst
file. Is it included in the definition of the class? 

TIA
-- 
   myriam



Re: Installing new document classes

2005-01-17 Thread Myriam Abramson

> I have installed lyx v. 1.3.5. Under OS X.

I don't know about OS X but under Linux, I do a texhash (in addition
to reconfigure in Lyx). 

Hope that helps.

   myriam


Re: Prosper question

2005-01-16 Thread Myriam Abramson

I have been able to change the fonts by copying the style file in my
directory and specifying this new style file. However, titles do not
seem to wrap or be aware of a linebreak character. 

> Two ways:
> 1. A long title will wrap.
> 2. Insert:special character:line break.
>
> Myriam Abramson wrote:
>
>> How can I have a 2-line title?
>>
>>TIA
>>
>>
>>

-- 
   myriam


Prosper question

2005-01-15 Thread Myriam Abramson

How can I change the font size for the styles provided (when converted
to pdf)?

How can I have a 2-line title? 

TIA

-- 
   myriam



book chapter

2005-01-12 Thread Myriam Abramson

I used one of the class provided by the publisher.  Is it possible to
provide the publisher with the tex output exported from Lyx while the
other authors provide non-Lyx tex output for the other chapters? Can
they be mixed together?

TIA

   myriam



checkmarks

2004-12-03 Thread Myriam Abramson

Hi!

How do you write checkmarks in tables (or elsewhere)? 


tia,

   myriam



zed.sty

2004-09-11 Thread Myriam Abramson

Hi!

Does anybody here use "Z"? 
I downloaded zed.sty from CTAN and associated fonts. Now, I get an
error using this package. I'm attaching a small example as well as
zed.sty and fonts I was missing on FC2 (lyx 1.3.4). Please help!

Hint: Herbert, that could provide a "Z" item for your latex-tips page!


TIA

   myriam



test.lyx
Description: testzed.lyx


zed.sty
Description: zed.sty


msym10.tfm
Description: msym10.tfm


msxm10.tfm
Description: msxm10.tfm


Re: zed.sty and fonts

2004-09-08 Thread Myriam Abramson

Sorry, after some trial and error, I've finally installed those fonts
one by one (as the error indicated). For future reference, I created the
following directories under /usr/share/texmf/fonts/tfm

   msym 
   msx

Downloaded msym10.tfm and msxm10.tfm from www.zuser.org/pub and moved
the fonts under their respective directory. 

A first try of this package gives me an error: 
Missing $ 
inserted a begin-math/end-math symbol

The test lyx file is below. Any ideas?

#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\usepackage{zed}
\end_preamble
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Title

Test
\layout Standard


\begin_inset ERT
status Open

\layout Standard

\backslash 
begin{schema}{PhoneDB}
\layout Standard

\backslash 
end{schema}
\layout Standard

\end_inset 


\the_end

-- 
   myriam



zed.sty and fonts

2004-09-07 Thread Myriam Abramson

Hi!

I hope somebody here use Z! I got zed.sty from CTAN but I get an error
when I try to use the package. It's missing the msym10 font. I found
this font on CTAN but I don't know how to install it. 

How do you install fonts with latex-tetex? I have FC2 and lyx 1.3.4 

Thanks,

   myriam



latex2html and tables in 1.3.2

2004-07-14 Thread Myriam Abramson

Hi!

My tables do not come out right when exporting with latex2html.
I'm using lyx 1.3.2 and Redhat 9. Since I have a deadline, is there a
quick fix to that? TIA

   myriam



overlays and seminar class

2004-04-20 Thread Myriam Abramson

I'm using the seminar class and seminar.layout for my presentations 
and I'm still struggling with overlays. I've found out that I need 
to control the slide environment myself to have overlays working. So
far so good but the display seems to get recentered each time. I've
found that some people use the InvisibleText command from the slides
class to get overlays working. How can I do that with the seminar
class? Just inserting \invisible did not work. 

   myriam



algorithm

2004-04-10 Thread Myriam Abramson

What do  you use to write algorithms in an Algorithm float box? 
I'm at a loss about getting the proper indentation. 
I'm looked at the listing class but it's for programming
languages not pseudo-code. 

   myriam



notes in seminar slides

2004-03-07 Thread Myriam Abramson

Hi!

I sprinkled my slides with notes. Is there a way to print only those
notes? TIA (lyx 1.3.2)

   myriam



overlays in seminar slides

2004-03-07 Thread Myriam Abramson

Hi!

I read in the seminar documentation that overlay are possibles. 
I tried \overlay{n} and \begin {overlay}{n} with no success. How do
you do overlays with seminar in lyx, then?

TIA
   myriam



page display in seminar slides

2004-02-28 Thread Myriam Abramson

\thepage is displayed as 2 numbers like that: 0-1, 0-2, etc. 

How can I fix that? Here's my pagestyle definition: 

\newpagestyle{mypage}
{\color{Gold}
 \leavevmode\leaders\hrule height1.5pt\hfil}
{\color{Gold}
  \leavevmode\leaders\hrule height1.5pt\hfil%
  \lower.32ex\hbox{%
\textcolor{Blue2}{~~\thepage~~}}%
  \rule{5mm}{1.5pt}}

TIA

   myriam



seminar slides

2004-02-28 Thread Myriam Abramson

Is there something wrong with the seminar class in Lyx? I get the
following error:

Undefined control sequence.
 \slideheading
  {this is a header}
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 use the seminar.layout from the wiki and here's my preamble: 

\usepackage[dvips]{pstcol}
\usepackage{semcolor}
\usepackage{semlayer}
\usepackage{semhelv}
\usepackage[dvips]{color}

\usepackage{latexsym}

\input{seminar.bug}
\input{seminar.bg2}

% Slides parameters: general setup

% \centerslidesfalse  % Text not centered 
\slideframe{none}   % No frame borders


   myriam



adding a bibliography style

2004-01-31 Thread Myriam Abramson

Hi!

I've added IEEEtran.bst to /usr/share/texmf/bibtex/bst/base,
ran texhash and reconfigured Lyx but the IEEEtran style still 
does not appear in the menu of the bibliography styles in 
Lyx (1.3.2 on RH 9). Did I miss anything? 

Thanks,

   myriam



Re: figure float problem

2003-12-12 Thread Myriam Abramson

>> I have 2 figure floats (eps) and it seems that the last figure overlaps with
>> the first when printing or viewing the document. The figures are
>> fine in Lyx and they are fine when viewing them outside of Lyx with
>> ghostview. What could be the problem? I'm baffled.
>
> difficult to say, could you provide an example or
> send the files as private mail.
>

Okay, thanks. Here's a little example zipped together. The eps files
were generated with Octave on RH 9.0 as well. 



test.zip
Description: figurefloats.zip

   myriam


figure float problem

2003-12-11 Thread Myriam Abramson

Hi!

I'm using the RH9 rpm with qt for lyx 1.3.3. 

I have 2 figure floats (eps) and it seems that the last figure overlaps with
the first when printing or viewing the document. The figures are fine 
in Lyx and they are fine when viewing them outside of Lyx with
ghostview. 

What could be the problem? I'm baffled. 

   myriam



strange behavior in 1.3.2

2003-06-10 Thread Myriam Abramson

Hi!

I have an "old" lyx file (report layout) where the greek and 
math symbols are spelled out in Lyx 1.3.2 (the postscript is ok). 
Any ideas? 

   myriam



Dissertation done!

2003-04-01 Thread Myriam Abramson

I've just got the approval on the formatting of my dissertation. So,
I'm done! I have to say that I could not have done it without Lyx and
without your help. Thanks! 

   myriam



Re: Bibliography title formatting

2003-03-26 Thread Myriam Abramson

Thanks. That worked beautifully for me to meet my thesis
requirements. 

Similarly, I also have to format the headers of "List of Algorithms"
Any hints on that? Thanks. I'm desperate as the end of the semester
looms ahead. 

> [EMAIL PROTECTED] (Juergen Spitzmueller) wrote:
> Myriam Abramson wrote:
> > > I have to format the spacing and the font of the bibtex generated
> > > bibliography. Any hints? I didn't find exactly what I needed in the
> > > Tips&Tricks page.
> >
> > I mean I have to reformat just the font and spacing of the title
> > "Bibliography" not the items.
> 
> Which class? The bibliography title is hardcoded as section* in article and as 
> chapter* in book.
> 
> A quick and dirty solution is to "disable" the environment. E.g. in book 
> class, write with ERT just before the BibTeX inset:
> 
> \def\chapter*#1{}
> (article: \def\section*#1{})
> 
> Then can set you own title manually, but you also have to set pagebreak and, 
> if you need, \thispagestyle{plain} for the first page.
> 
> Regards,
> Jürgen.


-- 
   myriam



Re: Bibliography title formatting

2003-03-25 Thread Myriam Abramson

> I have to format the spacing and the font of the bibtex generated
> bibliography. Any hints? I didn't find exactly what I needed in the
> Tips&Tricks page. 

I mean I have to reformat just the font and spacing of the title
"Bibliography" not the items. 

TIA

   myriam



Bibliography title formatting

2003-03-25 Thread Myriam Abramson

Hi!

I have to format the spacing and the font of the bibtex generated
bibliography. Any hints? I didn't find exactly what I needed in the
Tips&Tricks page. 

TIA
   myriam



float placement

2003-03-25 Thread Myriam Abramson

Hi!

I'm using floats for figures. I have to make sure that there are 3-4
spaces between the figure and the text. Since the document is
double-spaced, Lyx only puts 2 spaces. How to add additional spaces?
It seems that Lyx is too intelligent and overrides any spaces I put
in. 

TIA
   myriam



toc, lof, lot, etc.

2003-03-23 Thread Myriam Abramson

Hi!

I have to change the font and spacing of those commands. I have 
\renewcommand{\contentsname}{Table of Contents}
How can I also specify the font and spacing (2in from the top)?
Thanks.


   myriam



Re: page number location

2003-03-22 Thread Myriam Abramson

Well, okay. I ended up changing the top margin and fixing headsep (in
the lyx gui) and  headwidth in preamble. Please note that maybe
headwidth should be added to the document->paper interface
thingie. Please let me know if there is a better solution. 

\renewcommand{\headrulewidth}{0pt}
\addtolength{\headwidth}{0.5in}
\fancyhf{}
\fancyhead[R]{\thepage}
\fancypagestyle{plain}{
\fancyhf{}
\fancyhead[R]{\thepage}
}



> Myriam Abramson <[EMAIL PROTECTED]> scribbled furiously:
> No. Whatever I do, I can't get the page number outside of the margins
> specified. What to do? 
> 
> > Dekel Tsur <[EMAIL PROTECTED]> wrote:
> > On Fri, Mar 21, 2003 at 06:14:48AM -0500, Myriam Abramson wrote:
> > > 
> > > In the book document class, how do I change the page number location?
> > > It seems right now to be on the top and right margins specified (1.25
> > > and 1 inch, respectively) but my requirements are that the page number
> > > be at 0.5 inch in the corner. Thanks.
> > 
> > Select "fancy" page style and add to the preamble the following
> > (assuming a single sided paper document):
> > 
> > \fancyfoot[C]{}
> > \fancyfoot[L]{\hspace*{0.5in}\thepage}
> > \fancypagestyle{empty}{
> >  \fancyfoot[C]{}
> >  \fancyfoot[L]{\hspace*{0.5in}\thepage}
> > }
> 
> -- 
>myriam
> IM: tokujawa

-- 
   myriam
IM: tokujawa


Re: page number location

2003-03-22 Thread Myriam Abramson

No. Whatever I do, I can't get the page number outside of the margins
specified. What to do? 

> Dekel Tsur <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 21, 2003 at 06:14:48AM -0500, Myriam Abramson wrote:
> > 
> > In the book document class, how do I change the page number location?
> > It seems right now to be on the top and right margins specified (1.25
> > and 1 inch, respectively) but my requirements are that the page number
> > be at 0.5 inch in the corner. Thanks.
> 
> Select "fancy" page style and add to the preamble the following
> (assuming a single sided paper document):
> 
> \fancyfoot[C]{}
> \fancyfoot[L]{\hspace*{0.5in}\thepage}
> \fancypagestyle{empty}{
>  \fancyfoot[C]{}
>  \fancyfoot[L]{\hspace*{0.5in}\thepage}
> }

-- 
   myriam
IM: tokujawa


page number location

2003-03-21 Thread Myriam Abramson

Hi!

In the book document class, how do I change the page number location?
It seems right now to be on the top and right margins specified (1.25
and 1 inch, respectively) but my requirements are that the page number
be at 0.5 inch in the corner. Thanks.

   myriam



title in seminar layout

2003-02-11 Thread Myriam Abramson

I get an error when using title in seminar layout. 
I'm enclosing a test file. I'm using lyx 1.2.2. 




ailisp.lyx
Description: test.lyx

-- 
   myriam




Re: printing only the comments

2003-02-03 Thread Myriam Abramson

Thanks! that will work very very well. 

   myriam




  1   2   >