Re: Jurabib's Bibliography and the use of "et al"

2012-04-29 Thread Brett Randall
Thanks Julio

Yes I checked the bibtex path is accurate. However I have since changed
from biber to bibtex8 and now it is working. I don't think I necessarily
need the additional features of biber at the moment, so for now this will
suffice!

Appreciate your help

Brett.

On Sat, Apr 28, 2012 at 11:54 PM, Julio Rojas  wrote:

> Two cents: Have you checked that the path to the bibtex file is absolute
> and full? Can you leave biber out and try biblatex alone?
>
> Regards.
> -
> Julio Rojas
> jcredbe...@gmail.com
>
>
>
> On Thu, Apr 26, 2012 at 11:31 PM, stefano franchi <
> stefano.fran...@gmail.com> wrote:
>
>> On Wed, Apr 25, 2012 at 10:16 PM, Brett Randall 
>> wrote:
>> > On Thu, Apr 26, 2012 at 10:34 AM, stefano franchi
>> >  wrote:
>> >>
>> >> I am not sure starting to use Jurabib is such a great choice. Jurabib
>> >> is basically a dead project, as far as I know. It would better to
>> >> start with biblatex.
>> >
>> >
>> > Thanks Stefano - I have tried biblatex and just can't get it to work.
>> If I
>> > was still using Linux I'm sure it would be easy, but running LyX 2.0.2
>> on
>> > Windows with MikTeX 2.9, I just can't get bibtex/biber to spit out
>> anything.
>> > I'm having the same result as this person:
>> >
>> > http://www.latex-community.org/forum/viewtopic.php?f=19&t=11317
>> >
>> > (i.e. bold keys in place of citations, and no bibliography printing
>> out).
>>
>> Brett,
>>
>> I'm sorry to hear that biblatex is not working for you. Unfortunately
>> I have no idea why that would be the case, except that it seems from
>> the log snippet you posted that biber may not be running at all.
>> Debugging requires more info on your part, I am afraid. Can you post a
>> minimal lyx example, minimal bib file, and the complete latex log.  Or
>> send them to me privately. By "minimal" I really mean minimal: one or
>> two lines for the lyx file, one ref for the bib file.
>> On the other hand, if you are working against deadline, it may be
>> better to keep working on Jurabib and switch to biblatex later. BTW,
>> there used to be a jurabib-only mailing list, have you tried it? Or
>> you may try comp.text.tex (via the google interface).
>>
>> Cheers,
>>
>> S.
>>
>>
>>
>> --
>> __
>> Stefano Franchi
>> Associate Research Professor
>> Department of Hispanic StudiesPh:   +1 (979) 845-2125
>> Texas A&M University  Fax:  +1 (979) 845-6421
>> College Station, Texas, USA
>>
>> stef...@tamu.edu
>> http://stefano.cleinias.org
>>
>
>


RE: Line break

2012-04-29 Thread Hannu Vuolasaho




> Date: Sun, 29 Apr 2012 21:30:46 +0100
> From: zl...@zleap.net
> To: ahmedha...@gmx.net; lyx-users@lists.lyx.org
> Subject: Re: Line break
>
> On 29/04/12 21:21, Ahmed Halil wrote:
> > Thanks a lot Paul, but I mean the width of the table.
> >
> > Ahmed
> >
> Ok i wonder if you can alter the page orientation for a single page so
> for the page with the table on make it landscape
>
> can anyone comment ?

In preamble:


p, li { white-space: pre-wrap; }

\usepackage{lscape} If you want to turn the page on PDF too 
\usepackage{pdflscape} And on page before your float ERT: \begin{landscape} and 
after your float \end{landscape}

Does this help?

Best regards,
Hannu Vuolasaho
  

Re: Cannot use XeTeX fonts and Theorems (AMS) module under Ubuntu 12.04

2012-04-29 Thread Liviu Andronic
On Mon, Apr 30, 2012 at 2:05 AM, Alfredo Maldonado Guerra
 wrote:
> 8. Click the 'eyes' button and you'll get the "Undefined control sequence"
> error.
>
It may help us if you sent a minimal example of the LyX file
exhibiting your issue.

Liviu


Cannot use XeTeX fonts and Theorems (AMS) module under Ubuntu 12.04

2012-04-29 Thread Alfredo Maldonado Guerra

Hello,

I'm using Lyx version 2.0.2 and I have just recently upgraded to Ubuntu 
12.04 (from 11.10). I'm now unable to create PDFs from Lyx documents 
that use XeTeX fonts and the Theorems (AMS) module. I get an "Undefined 
control sequence" error. This did not happen under Ubuntu 11.10, so I 
wonder if the upgrade broke something in LyX. I tried re-installing LyX, 
LaTex and XeTeX (via the Synaptic package manager).


These are the steps to reproduce this problem under Ubuntu 12.04:

1. Open LyX and create new document.
2. Go to Document -> Settings -> Modules. Add "Theorems (AMS)"
3. Change current 'style' from "Standard" to "Theorem"  (dropdown list 
at top-left corner)

4. Type whatever you want.
5. If you click on the 'eyes' button, your document will compile. No 
problem there.
6. Now, go to Document -> Settings -> Fonts. Check "Use non-TeX fonts 
(via XeTeX/LuaTeX)"
7. Go to Document -> Settings -> Output. Under Default Output Format 
select "PDF (XeTeX)"
8. Click the 'eyes' button and you'll get the "Undefined control 
sequence" error.


Another thing I noticed is that if you don't perform step 7, your 
document gets compiled, but LyX generates a HTML version of the document 
and not a PDF.


Thank you very much in advance for any help / tips you can give me. 
Please let me know if you need more information.


Thanks,
Alfredo



Re: direct inkscape layer support in lyx

2012-04-29 Thread Qiqi Yan

Thanks!

 I'll probably use a shell script to get things done for the current 
deadline first.


But at some point, I'll delve into the customization manual, and be a 
real power user!


-Qiqi
On 04/29/2012 03:47 PM, Scott Kostyshak wrote:
*From:* lyx-users@lists.lyx.org [lyx-users@lists.lyx.org] on behalf of 
Qiqi Yan [yanq...@gmail.com]

*Sent:* Sunday, April 29, 2012 6:19 PM

>Let's say I have an inkscape drawing with multiple layers.

>When I import the svg into lyx, can I specify the layers that get shown?

With inkscape you can export specific objects. Would this accomplish 
what you want?

   -i ID, --export-id=ID
   For PNG, PS, EPS, and PDF export, the id attribute 
value of the

   object that you want to export from the document; all other
   objects are not exported.  By default the exported area 
is the

   bounding box of the object; you can override this using
   --export-area (PNG only) or --export-area-page.

If that would work for you, then look in the help > customization 
manual to see how to have this automated by LyX. You can go to 
preferences > file handling > converters > SVG -> PDF, for example, to 
see the command that is run.


Scott




RE: direct inkscape layer support in lyx

2012-04-29 Thread Scott Kostyshak
From: lyx-users@lists.lyx.org [lyx-users@lists.lyx.org] on behalf of Qiqi Yan 
[yanq...@gmail.com]
Sent: Sunday, April 29, 2012 6:19 PM

>Let's say I have an inkscape drawing with multiple layers.

>When I import the svg into lyx, can I specify the layers that get shown?

With inkscape you can export specific objects. Would this accomplish what you 
want?
   -i ID, --export-id=ID
   For PNG, PS, EPS, and PDF export, the id attribute value of the
   object that you want to export from the document; all other
   objects are not exported.  By default the exported area is the
   bounding box of the object; you can override this using
   --export-area (PNG only) or --export-area-page.

If that would work for you, then look in the help > customization manual to see 
how to have this automated by LyX. You can go to preferences > file handling > 
converters > SVG -> PDF, for example, to see the command that is run.

Scott


Re: "Columns" in Beamer Lyx

2012-04-29 Thread Paul A . Rubin
s nedunuri  cs.utexas.edu> writes:

> 
> I just tried it and I cannot get it to work. All that happens is that 
> the text "[totalwidth=50mm]" shows up in the 1st column. Yes I entered 
> it in TeX mode, right after where it says "Columns (center aligned)" in red.
> 

You asked about the Columns environment before.  Columns (center aligned) is
different -- it does not seem to accept options.  As far as I can tell, Columns
(center aligned) is functionally the same as Columns (both center things
vertically), so Columns with the width argument should work for you.  You can
also add other options in ERT.  For instance, Columns with [b,totalwidth=60mm]
in ERT will bottom-align the columns while setting the combined width.

Paul



direct inkscape layer support in lyx

2012-04-29 Thread Qiqi Yan

Hi all,

I have a question regarding inkscape.

Let's say I have an inkscape drawing with multiple layers.

When I import the svg into lyx, can I specify the layers that get shown?

This way I can do animation with beamer for example.

Thanks!
Qiqi


Re: Line break

2012-04-29 Thread paul sutton
On 29/04/12 21:21, Ahmed Halil wrote:
> Thanks a lot Paul, but I mean the width of the table.
>
> Ahmed
>
Ok i wonder if you can alter the page orientation for a single page so
for the page with the table on make it landscape

can anyone comment ?

Paul

> --
> Ahmed Halil
>
> HTW Berlin - University of Applied Sciences
> Microsystems Technology
> mst.htw-berlin.de 
>
> Am 29.04.2012 20:43, schrieb paul sutton:
>> On 29/04/12 19:23, Ahmed Halil wrote:
>>> Hello,
>>>
>>> I want to create a table as a float, but there's a problem I can't
>>> cope. I need to set a line break in a cell, because the table is quite
>>> to large for printing the page.
>>>
>>> Can you help me?
>>>
>>> Please, excuse my language.
>>>
>>> Ahmed
>>>
>>>
>>> -- 
>>> Ahmed Halil
>>>
>>> HTW Berlin - University of Applied Sciences
>>> Microsystems Technology
>>> mst.htw-berlin.de 
>> Can you add a pagebreak before the table so it appears on a page on its own
>>
>> Paul
>>


-- 

--
http://www.zleap.net
http://www.ubuntu.com

skype : psutton111
http://www.linkedin.com/pub/paul-sutton/36/595/911



Re: Line break

2012-04-29 Thread paul sutton
On 29/04/12 19:23, Ahmed Halil wrote:
> Hello,
>
> I want to create a table as a float, but there's a problem I can't
> cope. I need to set a line break in a cell, because the table is quite
> to large for printing the page.
>
> Can you help me?
>
> Please, excuse my language.
>
> Ahmed
>
>
> -- 
> Ahmed Halil
>
> HTW Berlin - University of Applied Sciences
> Microsystems Technology
> mst.htw-berlin.de 

Sorry didn't sned here,  I have asked on my local lug too,  can you add
pagebreak before the table so it appears on the same page.

Paul

-- 

--
http://www.zleap.net
http://www.ubuntu.com

skype : psutton111
http://www.linkedin.com/pub/paul-sutton/36/595/911



Line break

2012-04-29 Thread Ahmed Halil

Hello,

I want to create a table as a float, but there's a problem I can't cope. 
I need to set a line break in a cell, because the table is quite to 
large for printing the page.


Can you help me?

Please, excuse my language.

Ahmed


--
Ahmed Halil

HTW Berlin - University of Applied Sciences
Microsystems Technology
mst.htw-berlin.de 


Re: Newbie needs some help with covington: 'command \example already defined'

2012-04-29 Thread Cesko Voeten
2012/4/29 Jürgen Spitzmüller 

> 2012/4/29 Cesko Voeten :
> > ! LaTeX Error: Command \example already defined.
> >Or name \end... illegal, see p.192 of the manual.
> >
> > followed by a bunch more errors.
>
> I suspect the problem here is that the class you are using (paper.cls)
> defines an example environment, and covington.sty tries to define
> another one, which triggers the error.
>
> The easiest solution is to use another class (such as article). Do you
> have to use paper.cls?
>
> Jürgen
>

Ah, thank you! You are right - using a different document class fixes the
problem :-)

I really need to use the paper document class (I actually am writing a
paper and the other classes kind of suck for my purposes), but losing the
ability to use examples isn't worth it.

Thanks for pointing me to the problem.


Re: Newbie needs some help with covington: 'command \example already defined'

2012-04-29 Thread Jürgen Spitzmüller
2012/4/29 Cesko Voeten :
> ! LaTeX Error: Command \example already defined.
>                Or name \end... illegal, see p.192 of the manual.
>
> followed by a bunch more errors.

I suspect the problem here is that the class you are using (paper.cls)
defines an example environment, and covington.sty tries to define
another one, which triggers the error.

The easiest solution is to use another class (such as article). Do you
have to use paper.cls?

Jürgen


Newbie needs some help with covington: 'command \example already defined'

2012-04-29 Thread Cesko Voeten
Hello!

I'm very new to LaTeX, but as a linguist I am becoming more dependent on it
every day. However, my only very basic knowledge of LaTeX is preventing me
from solving this simple problem.

As a linguist, I included the Linguistics module in LyX. Now I have these
new 'Example' options in the top-left drop-down box, that I use for
selecting the style of a particular line. However, this 'Example' option
(which I need to use at this moment) isn't working! When I add an example,
LaTeX gives me the following error when I try to preview the file:

! LaTeX Error: Command \example already defined.
   Or name \end... illegal, see p.192 of the manual.

followed by a bunch more errors.

It appears that the problem is inside covington.sty, as that's the last
file mentioned before latex bails out.

I can export the LyX-generated LaTeX into an ordinary .tex file, which
reads:

%% LyX 2.0.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[dutch]{paper}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{covington}
\usepackage{babel}
\begin{document}
\begin{example}
test\end{example}

\end{document}

which is rejected by latex with the same error.

I'm using LyX version 2.0.3 on a Gentoo Linux system.

Can anyone help me with this problem? Searching the mailing list has
pointed to a conflict with the Theorem module, but as I don't use it
anywhere in my document I'm at a loss as to what's going on.

Thanks so much!


Re: Symbols in 2.0.3

2012-04-29 Thread Liviu Andronic
On Thu, Apr 26, 2012 at 7:42 PM, Sebastian Stein  wrote:
> I tried to insert different symbols in an standard environment (not math 
> mode) within KOMA article using utf8.
>
Did you try the other 'utf8*' flavors? I always had more luck with
'utf8x' than with 'utf8'. Otherwise, as already suggested, try XeTeX
or LuaTeX.

Liviu