Re: LyX XMPP-Enhanced Chat

2013-11-04 Thread Nico Williams
Hi, this is pretty awesome indeed! Would it be possible to do somethin OTR-like (in the sense of hiding extra data) for exchanging cursor movement operations / cursor location, and changes (typing, ...)? That would make it possible to collaboratively edit LyX docs.

Re: HTML2LyX???

2013-07-31 Thread Nico Williams
On Wed, Jul 31, 2013 at 3:00 PM, Steve Litt wrote: > Oh, I should have made it clear that style preservation would be my top > priority. But you remind me of something: Assuming one writes > completely styles-based HTML, the conversion to either LyX or LaTeX > would be trivial -- everything would

Re: LyXHTML, design intent?

2013-07-09 Thread Nico Williams
ore proper containership. This is the only thing that wouldn't round-trip exactly, but you wouldn't notice this difference in the GUI. Nico --

Re: Converting lyx to odt

2013-05-02 Thread Nico Williams
A quick search for "odt xslt" finds some possibly useful tools and other things: http://stackoverflow.com/questions/13031514/html-to-odt-xslt http://opendocumentfellowship.com/projects/odftools http://wiki.openoffice.org/wiki/ODF_Toolkit/Efforts/ODTransform http://open.comsultia.com/docbook2odf/ h

Re: Converting lyx to odt

2013-05-01 Thread Nico Williams
the OpenOffice XML schemata are too complex but there's some other intermediate XML schema for which there's a suitably faithful converter out there, then you could use it as a step in the conversion process. Nico --

Re: feature request: ribbon menus

2013-04-09 Thread Nico Williams
On Tue, Apr 9, 2013 at 1:36 PM, Liviu Andronic wrote: > On Tue, Apr 9, 2013 at 8:20 PM, Nico Williams wrote: >> textual user, I prefer everything as textual as possible. I'd even >> like a search feature for menus/functions, and in general I'd like >> > That&

Re: feature request: ribbon menus

2013-04-09 Thread Nico Williams
bon" menus. I don't care if you do implement the option for ribbon menus but it strikes me as a good idea to organize the implementation such that you *can* add the option with minimal effort later. Nico --

Re: Share LaTeX

2013-02-26 Thread Nico Williams
On Tue, Feb 26, 2013 at 2:14 AM, Rainer M Krug wrote: > On 26/02/13 03:08, Nico Williams wrote: >> It'd be nice to have a LyX diff/merge feature. (We've had a thread about >> this.) > > Yes - and I think it would be *really* useful. > > Maybe a Google Sum

Re: Share LaTeX

2013-02-25 Thread Nico Williams
e to have a LyX diff/merge feature. (We've had a thread about this.) Nico --

Re: LyX2YAML: was Re: Word won't open simplest LyXHTML file

2013-01-23 Thread Nico Williams
On Wed, Jan 23, 2013 at 5:01 PM, Steve Litt wrote: > On Wed, 23 Jan 2013 14:20:57 -0600, Nico Williams said: > >> Well, there's http://yaxml.rubyforge.org/ , which is a tool that >> converts between (in both directions) YAXML and YAML. Pair this with >> my lyx2xml

Re: LyX2YAML: was Re: Word won't open simplest LyXHTML file

2013-01-23 Thread Nico Williams
I don't think converting directly from .lyx to YAML is going to be any easier than converting directly to XML is, but if it's *as* easy then FYI you'll still run into pretty much the same issues I did in lyx2xml. Nico --

Re: Word won't open simplest LyXHTML file

2013-01-23 Thread Nico Williams
On Wed, Jan 23, 2013 at 9:15 AM, Guenter Milde wrote: > On 2013-01-22, Nico Williams wrote: >> There was a thread about this a while back and the conclusion was that >> I'm on my own with this, that for now my lyx2xml is not to be part of >> LyX. Partly there's a

Re: Word won't open simplest LyXHTML file

2013-01-22 Thread Nico Williams
On Tue, Jan 22, 2013 at 8:52 AM, Richard Heck wrote: > On 01/22/2013 02:38 AM, Nico Williams wrote: >> Hmm, the thought occurs that my lyx2xml script wouldn't be broken by any >> changes to.lyx, not if it was always chained with lyx2lyx so that it's input >> were a

Re: Word won't open simplest LyXHTML file

2013-01-21 Thread Nico Williams
Hmm, the thought occurs that my lyx2xml script wouldn't be broken by any changes to.lyx, not if it was always chained with lyx2lyx so that it's input were always in a version supported by lyx2xml...

Re: Word won't open simplest LyXHTML file

2013-01-21 Thread Nico Williams
ally* do need to go the XML route. It's getting painful to not have a LyX XML format. I know this is a volunteer organization, so it's not like this can be made a priority, but if you want LyX to be more relevant, then you need to do this. Nico --

Re: The pLyX system

2013-01-02 Thread Nico Williams
we could set up a separate repo, but I'm not that expert with git. Yes, a separate repo (on the same server, of curse) is the best way. (The Fossil VCS is git-like and has billy-in versioned wiki and ticketing. Not that you should switch, just saying... Mind you, i love git.) Nico --

Re: Multiple references sections?

2012-12-28 Thread Nico Williams
On Fri, Dec 28, 2012 at 2:17 PM, Nico Williams wrote: > Never mind, found it: paragraph settings. No, \labelwidthstring is something else. It'd be nice to be able to title References sections something else. In RFC typesetting we need to be able to have "Normative References"

Re: Multiple references sections?

2012-12-28 Thread Nico Williams
Never mind, found it: paragraph settings.

Multiple references sections?

2012-12-28 Thread Nico Williams
editing the .lyx to change the \labelstring? Nico --

Re: Would a native LyX XML schema be accepted?

2012-12-19 Thread Nico Williams
XML technologies can help there. Nico --

Re: Would a native LyX XML schema be accepted?

2012-12-18 Thread Nico Williams
e ones I looked into were not nearly as editable as the .lyx plain >> text? > > My impression was that Nico was making a converter to convert LyX > native format to XML, *for export*. If anybody is making LyX format any > more XML than it already is, I object strenuously for the exact r

Re: Would a native LyX XML schema be accepted?

2012-12-17 Thread Nico Williams
sues, while the former should preserve everything about the original >> .lyx as much as possible. >> >> Nico >> -- >> > And it would be easier for the final user the fact that all converters can > operate automatically inside the LyX, instead of calling them, so

Re: Would a native LyX XML schema be accepted?

2012-12-17 Thread Nico Williams
ch XSLs to map from a straightforward LyX XML schema than from LyXHTML output. The latter depends too much on the document class and has issues, while the former should preserve everything about the original .lyx as much as possible. Nico --

Re: Would a native LyX XML schema be accepted?

2012-12-17 Thread Nico Williams
script for converting .lyx to XML - xml2lyx -- an XSL for converting XML back to .lyx - an XSL for turning LyX XML into a more structure schema, from this: - an XSL to flatten the same and return to the native LyX XML schema Nico --

Re: Would a native LyX XML schema be accepted?

2012-12-17 Thread Nico Williams
.lyx, as that will allow all sorts of progress in terms of import/export conversions, and having such an XML format to play with may help the team to think more about how to structure the C++ code. Nico --

Rendering metadata

2012-12-17 Thread Nico Williams
t making this happen? Could I define a copier to do this? How might one do this more generally? Nico --

Would a native LyX XML schema be accepted?

2012-12-16 Thread Nico Williams
f the other XML export formats, therefore it's much more amenable to transformations via XSLT. I think it should be easy to produce an XSL for mapping back to .lyx, which should also help produce import from various XML schemas functionality. Would this be accepted? Mind if I use a BSD license? Nico --

Re: Using LyX to edit & organise bibliographies

2012-12-13 Thread Nico Williams
tool that uses XML as an intermediate format so it can convert between a any two of a large number of biblio formats. - It'd be nice if LyX supported remote (HTTP) bib repos. This makes picking references harder, but it's worthwhile. - It'd be nice if LyX supported using bibutils so as to consume any of the formats supported by bibutils. Nico --

Re: LyX document diff/merge tools for cooperative editing?

2012-12-12 Thread Nico Williams
to understand how > resolving merge conflicts is _simpler_ than automatical locking part of the > document you work on. > But Ok, we don't agree here, let is sleep. Locking is simpler until you realize that it causes serious problems (already discussed). I don't want to stop you from locking. I want the option to merge. Nico --

Re: LyX document diff/merge tools for cooperative editing?

2012-12-11 Thread Nico Williams
On Tuesday, December 11, 2012, Pavel Sanda wrote: > Nico Williams wrote: > > I believe merging is easier than locking, even for small teams. > > That's because you probably work with people with computer science > background. > The moment you step out of these waters

Re: LyX document diff/merge tools for cooperative editing?

2012-12-11 Thread Nico Williams
On Tue, Dec 11, 2012 at 12:25 PM, Pavel Sanda wrote: > Nico Williams wrote: >> It is precisely because locking doesn't scale that we have branching >> and merging. Locking simply does not scale. This is true even of >> documents (as opposed to source code). > &g

Re: LyX document diff/merge tools for cooperative editing?

2012-12-11 Thread Nico Williams
ase, PRCS, fossil, git, and others), and I find none as powerful or awesome as git. I understand why many find git hard to understand, but I don't think this is as much git's fault as it is that distributed, lock-less version control is inherently hard, but also the only game in town (see above comment about locking not scaling). Nico --

Re: No bibliography environment in DocBook document class

2012-12-11 Thread Nico Williams
On Mon, Dec 10, 2012 at 5:22 PM, José Matos wrote: > On 12/10/2012 10:46 PM, Nico Williams wrote: >> Why is there no bibliography environment in the DocBook document >> classes? There must be a reason, of course, but then, bibtex is still >> supported, so that's strang

No bibliography environment in DocBook document class

2012-12-10 Thread Nico Williams
Why is there no bibliography environment in the DocBook document classes? There must be a reason, of course, but then, bibtex is still supported, so that's strange... Nico --

Re: LyX document diff/merge tools for cooperative editing?

2012-12-07 Thread Nico Williams
ice if these changes were on LyX > level and that one could > save a file LyX file containing the differences as tracked changes. Right, the goal is to merge LyX documents. Unless converstion to/from LaTeX is loss-less this is not a solution. Nico --

Re: about the .lyx formt

2012-12-06 Thread Nico Williams
LyX has LyXHTML (XHTML), and since I'm using that, I was hoping I could find an importer from XHTML in particular. I'd still have to write an XSL for translating from the schema I use, so it's not like I was looking for a turn-key solution :) but still, I'm glad someone's done something in this space! Thanks, Nico --

Re: Custom metadata

2012-12-05 Thread Nico Williams
OK, thanks.

Re: Custom metadata

2012-12-05 Thread Nico Williams
On Wed, Dec 5, 2012 at 3:20 PM, Nico Williams wrote: > Ah, I see it, Tools->Preferences->File Handling->File Formats. OK, this is getting there. How can I deliver these things with a package?

Re: about the .lyx formt

2012-12-05 Thread Nico Williams
On Wed, Dec 5, 2012 at 3:37 PM, Alex Vergara Gil wrote: > Can you point me the address to the wiki please. > I agree that having a bidirectional conversion is nice at first glance (or > first step approximation lets say) but what I really expect in the future is > to have the .lyx format natively

Re: Custom metadata

2012-12-05 Thread Nico Williams
Ah, I see it, Tools->Preferences->File Handling->File Formats.

Re: LyX document diff/merge tools for cooperative editing?

2012-12-05 Thread Nico Williams
On Wed, Dec 5, 2012 at 12:44 PM, Pavel Sanda wrote: > Jean-Marc Lasgouttes wrote: >> Le 04/12/2012 18:10, Nico Williams a écrit : >>> What would the exact command-line invocation be? >> >> Unfortunately, it seems that there is no lfun to do that. The only one is

Re: Custom metadata

2012-12-05 Thread Nico Williams
On Wed, Dec 5, 2012 at 2:20 PM, Liviu Andronic wrote: > On Wed, Dec 5, 2012 at 9:08 PM, Nico Williams wrote: >> do this, but I don't know where to start. And even my lyx2rfc tool, >> if that's the only way to do this, I'd like to be able to invoke from >>

Re: about the .lyx formt

2012-12-05 Thread Nico Williams
ere was a loss-free, bi-directional conversion between LyX and some XML schema (XHTML, say), then that'd be good enough for now. There is an export to XHTML function, but I don't think there's an import from XHTML Nico --

Re: Custom metadata

2012-12-05 Thread Nico Williams
On Wed, Dec 5, 2012 at 1:13 AM, Liviu Andronic wrote: > On Tue, Dec 4, 2012 at 8:21 PM, Nico Williams wrote: >> It'd also be nice to be able to define a filter that must be applied >> before rendering. Such a filter might convert metadata into LyX >> directives, thus p

Re: Any way to have custom inset labels always displayed?

2012-12-04 Thread Nico Williams
Never mind. I really had to define LabelStrings for all my insets, and then View->Open All Insets was enough. And apparently they are inserted open anyways. I've closed the ticket I opened for this.

Re: Any way to have custom inset labels always displayed?

2012-12-04 Thread Nico Williams
On Tue, Dec 4, 2012 at 12:56 PM, Jean-Marc Lasgouttes wrote: > Le 04/12/2012 19:53, Jürgen Spitzmüller a écrit : >> You are talking about "conglomerate"-style flex insets, right? >> Currently, they are always inserted "collapsed" and you need to >> manually uncollapse them. We could introduce a la

Custom metadata

2012-12-04 Thread Nico Williams
a. I'll file a request if there's no way to do these things. Thanks, Nico --

Any way to have custom inset labels always displayed?

2012-12-04 Thread Nico Williams
27;s right click menu item for showing the label -- I just want the labels for my custom insets displayed at all times. Nico --

Re: LyX document diff/merge tools for cooperative editing?

2012-12-04 Thread Nico Williams
hange tracking feature. If you wish I can open the feature request. Thanks, Nico --

Re: LyX document diff/merge tools for cooperative editing?

2012-12-04 Thread Nico Williams
What would the exact command-line invocation be? Nico --

LyX document diff/merge tools for cooperative editing?

2012-12-03 Thread Nico Williams
Hi, I'd like to use LyX + git (or some such VCS) to cooperatively edit documents. This requires a diff/merge tool that is LyX-aware and can result in LyX documents that contain diffs that users can merge manually. Are there any such tools? Thanks, Nico --

Re: Mostly successful experiment: LyX -> LaTeX -> Word using pandoc

2012-08-08 Thread Nico Williams
pandoc uses XSLT under the covers, in which case you may be able to hack on one of those stylesheets till you get it to do what you want. It would be very cool if LyX could add export formats as the composition of LyXHTML and XSLs! Nico --

Re: Working in LyX from the get-go---more or less

2012-07-31 Thread Nico Williams
Using XHTMP export has the benefit that you can then use XSLT. I've used this successfully to export LyX format to an unrelated XML schema. Nico --

Re: program to use Lyx as a code-evaluating notebook

2012-05-30 Thread Nico Williams
er/lyxNotebook/blob/master/lyxNotebookDocs.pdf I looked at the README and I get it. This is very much like the weaver tool, that lets you compile statistics using R right in the LyX document. But yours is more generic. The idea is very cool. I second the sentiment that this should be added to the tools wiki page

Re: program to use Lyx as a code-evaluating notebook

2012-05-29 Thread Nico Williams
it as pre-alpha or whatever, > and people know what they're getting. +1 Git has become my preferred downloader for these sorts of things. There's a number of git service providers (github, gitorious, ...), and you can always host your own. Nico --

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Nico Williams
strace lyx running as root and not, then look to see what system calls are failing in the latter case leading up to the segfault. That might give you a clue as to where else to look. Nico --

Re: Straghtforward XML export?

2012-05-17 Thread Nico Williams
ion in the File->Export menu. The differences appear to be confined to the magicparlabel numbering, so I don't think I care; I mention this only because it seems odd. Thanks for all the help! Nico --

Re: HTML and RTF: Very basic import and export strategy

2012-05-14 Thread Nico Williams
On Mon, May 14, 2012 at 9:30 AM, Richard Heck wrote: > On 05/14/2012 10:26 AM, Nico Williams wrote: >> >> Richard, >> >> Does LyX XHTML output preserve enough LyX metadata to be suitable as >> an import format? > > You mean back into LyX? Yes. With XML

Re: HTML and RTF: Very basic import and export strategy

2012-05-14 Thread Nico Williams
Richard, Does LyX XHTML output preserve enough LyX metadata to be suitable as an import format? Nico --

Re: Straghtforward XML export?

2012-05-12 Thread Nico Williams
Well, thanks lots for your help. I have something that's very close. Close enough that I can now author I-Ds in LyX. I've found one more bug in the LyX XHTML output, and I filed a bug for it (bibitem anchor generation is not working properly), and I can work around it. Cheers! Nico --

Re: Straghtforward XML export?

2012-05-11 Thread Nico Williams
dd: >    InTitle 1 > to each of them. I want them as metadata in my XSLT stylesheet's output, so it sufficed without the InTitle bit. Thanks! Nico --

Re: Straghtforward XML export?

2012-05-10 Thread Nico Williams
On Thu, May 10, 2012 at 8:27 PM, Richard Heck wrote: > On 05/10/2012 04:52 PM, Nico Williams wrote: >> On Thu, May 10, 2012 at 3:31 PM, Richard Heck  wrote: >> Here's a LyX snippet: > > OK, I see the problem. The vertical space gets moved, for reasons > that probably

Re: Straghtforward XML export?

2012-05-10 Thread Nico Williams
s not stable, but I can cope, provided I find a way to transform those h elements into nested sections.] Nico --

Re: Straghtforward XML export?

2012-05-10 Thread Nico Williams
On Thu, May 10, 2012 at 10:02 AM, Richard Heck wrote: > On 05/09/2012 02:29 AM, Nico Williams wrote: >>> [Actually, I'm noticing one problem with LyXHTML: it doesn't preserve >>> vertical spacing in any way, not even as horizontal spacing!  I'm >>> tal

Re: Straghtforward XML export?

2012-05-08 Thread Nico Williams
> [Actually, I'm noticing one problem with LyXHTML: it doesn't preserve > vertical spacing in any way, not even as horizontal spacing!  I'm > talking about Insert->Formatting->Vertical Space.  I suspect that > there are other such things that aren't preserved.  For now I'll live. >  Vertical space

Re: Straghtforward XML export?

2012-05-08 Thread Nico Williams
On Tue, May 8, 2012 at 10:58 PM, Richard Heck wrote: > On 05/08/2012 07:30 PM, Nico Williams wrote: >> LyXHTML looks very promising.  It certainly preserves everything I >> have in my [admittedly small] test file.  If it preserves custom inset >> names then I could probably

Re: Straghtforward XML export?

2012-05-08 Thread Nico Williams
g/ That looks pretty good too. That's a lot of realistic options. Thanks again, Nico --

Re: Straghtforward XML export?

2012-05-07 Thread Nico Williams
On Tue, May 8, 2012 at 12:40 AM, Guenter Milde wrote: > So how about XHTML as starting point for your XSLT transformations? > > Otherwise, you could use the native XHTML formatter as a model for adding > "native XML" output. > > Another starting point would be the external "elyxer" tool: a Python

Re: Straghtforward XML export?

2012-05-07 Thread Nico Williams
lso a changelog. Nico --

Re: Straghtforward XML export?

2012-05-07 Thread Nico Williams
On Mon, May 7, 2012 at 12:56 PM, Nico Williams wrote: > Ah, that works.  Thanks!  I'll take a look and see if the native > DocBook export works for me. Nope, it still doesn't allow more than one author in docbook, though it does merge all the authors listed in the LyX document source.

Re: Straghtforward XML export?

2012-05-07 Thread Nico Williams
No, i got that. I don't actually care for docbook. I want a straightforward translation to XML that preserves all data and metadata. If I need a specific schema I can always use XSLT to get output in that form. Nico --

Re: Straghtforward XML export?

2012-05-07 Thread Nico Williams
On Mon, May 7, 2012 at 12:41 PM, Pavel Sanda wrote: > Nico Williams wrote: >> This I hadn't seen.  One thing to note is that the LyX I'm running (on >> Ubuntu) has no option to save as or export to SGML or DocBook.  I >> gather from the link you gave me tha

Re: Straghtforward XML export?

2012-05-07 Thread Nico Williams
On Mon, May 7, 2012 at 12:07 PM, Pavel Sanda wrote: > Nico Williams wrote: >> How does LyX represent documents internally?  If it does it in an >> objectified form then it should be fairly straightforward to walk the >> document tree and emit XML, no?  Or, looking at

Re: Straghtforward XML export?

2012-05-07 Thread Nico Williams
On Mon, May 7, 2012 at 12:07 PM, Pavel Sanda wrote: > Nico Williams wrote: >> The LaTeX->XML tools I've tried leave me... sad.  They tend to drop >> some things.  For example: vertical space, which becomes a simple >> newline in a paragraph's text.  It would

Straghtforward XML export?

2012-05-07 Thread Nico Williams
o walk the document tree and emit XML, no? Or, looking at .lyx files, maybe it should be possible to script a simple LyX->XML conversion has anyone tried this before? Nico --

Re: Using LyX for writing Internet RFCs

2012-05-07 Thread Nico Williams
On Mon, May 7, 2012 at 11:04 AM, Pavel Sanda wrote: > Nico Williams wrote: >>  - a vi editing mode (I looked at the list archives, I know this has >> come up before) >> >>  - a way to export to xml2rfc's XML schema > > asking for the obvious - have you trie

Using LyX for writing Internet RFCs

2012-05-07 Thread Nico Williams
7;t have time to do that. Someday, when I go write a book, I may do it, but not anytime soon :( Nico --

Re: Re: LyX Beamer Presentations

2009-10-15 Thread Nico
Thanks Rich, yes there are the environments, but no explaination how to use them... Rich Shepard wrote: On Tue, 13 Oct 2009, Nico wrote: I looked at the beamer template but couldn't find an environment like the ones I mentioned. Are you shure that this overlays are documented in

Re: LyX Beamer Presentations

2009-10-13 Thread Nico
shure that this overlays are documented in this template? regards Nico rgheck wrote: On 10/13/2009 03:19 PM, Nico wrote: hello, I created a PDF-presentation with LyX. The handout is done, but now I want to spice it up a little. I searched for documentation, but couldn't find someth

LyX Beamer Presentations

2009-10-13 Thread Nico
; item3 \item<2,4> item4 I would be very happy, if s.o. gave me some advice in this... thanks regards nico

Re: Floating Table Objects Error [solved]

2008-08-26 Thread Nico
PROTECTED] [EMAIL PROTECTED] #3}\par \endgroup} \makeatother Thanks again regards Nico G. Milde schrieb: On 22.08.08, Nico wrote: Hello Günter, I don't think that some unbalanced brackets are in my float... It's the same effect if I insert just an empty tabul

Re: Floating Table Objects Error

2008-08-22 Thread Nico
PROTECTED] #3}\par \endgroup} \makeatother Does s.o. see the reason for my problem in these lines? Thanks Nico G. Milde schrieb: On 21.08.08, Nico wrote: Hello Christian, thanks for the fast reply, but this was not the reason... the float is inserted in the standard environment. Just

Re: Floating Table Objects Error

2008-08-21 Thread Nico
Hello Christian, thanks for the fast reply, but this was not the reason... the float is inserted in the standard environment. Just the error-message points to the subsection environment but at a totally different place of the document. Is there another possibility? regards Nico christiaan

Floating Table Objects Error

2008-08-21 Thread Nico
spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined. This error appears much later in the document and if I cancel the floating object, the error message is gone and the pdf is generated. Does s.o. know the reason for this error? regards Nico

unaccepted document classes

2007-12-15 Thread Nico Winger
mputer... I would be very happy to hear from someone soon, because I need it on monday... Thanks very much regards Nico __ Jetzt neu! Im riesigen WEB.DE Club SmartDrive Dateien freigeben und mit Freunden teilen! http:/

unaccepted document classes

2007-12-14 Thread Nico Winger
mputer... I would be very happy to hear from someone soon, because I need it on monday... Thanks very much regards Nico _ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/

Customization of document classes

2007-01-24 Thread Nico Winger
BottomSep 2.0 Spacing Onehalf End with regards Nico Winger __ Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach! Mehr Infos unter http://freemail.w

Installing LyX 1.3.7 on Windows 98 - no appropriate help found

2006-03-30 Thread Nico Jabin
dow and error messages in the dos box. Does anyone have any idea what else I could try? What paths need to be in the path environment? Would it help if I posted the output of the "sh configure" run? Should I use an earlier version - or 1.4? Many thanks for any help, Nico

RE: Random error (due to reference?) - the logfile

2006-03-15 Thread Nico Jabin
00\ecbx1000.pk> <\\rigtsrvr01\Users\NicoJ\localtexmf\fonts\pk\ljfour \jknappen\ec\dpi600\ecbx1440.pk> <\\rigtsrvr01\Users\NicoJ\localtexmf\fonts\pk\ ljfour\jknappen\ec\dpi600\ecrm1200.pk> <\\rigtsrvr01\Users\NicoJ\localtexmf\fon ts\pk\ljfour\jknappen\ec\dpi600\ecrm1728.pk> Output wri

Random error (due to reference?)

2006-03-15 Thread Nico Jabin
database (I inserted them using LyX). I'm using Lyx 1.3.7 on Windows XP. The style I use in "Bibtex Generated Bibliography" (at the end of the document) is "plainnat", and my |Layout -> Document -> Bibliography| settings are "Use Natbib" = Yes, "Citation Style" = "Author-year". I use MikTex. Any help would be greatly appreciated, Nico

Win32: Access server-based files

2006-03-14 Thread Nico Jabin
Hello, I'm trying to access some files that are located on a server (\\Server01\dir1\dir2\file) and I have not been able to access them. Is there help? Nico

varioref and prettyref

2003-06-16 Thread Nico Mock
Hello, mmm ... I would like to use varioref instead prettyref, but I'm wondering if vairoref supports the usage of \label{fig:something} to get references like Fig. 1 on page 2 and not 1 on page 2 ? Does anybody know ? Thanks Nico

Re: Footnote in table cell

2002-06-07 Thread Nico Mock
er > Hi Oliver, have a look at http://www.lyx.org/help/table.php#foot_2 . That's the thing I used and it works pretty well :) Have fun Nico

Re: chapter[shorttitle]{title} and toc

2002-04-20 Thread Nico Mock
} ... Mmm... please one more hint :) Thanks Nico

chapter[shorttitle]{title} and toc

2002-04-19 Thread Nico Mock
ay to use the shorttitle in the header and the long title in toc ? Thanks Nico

RE: hebrew in a german document

2002-04-12 Thread Nico Steffen
On 12-Apr-02 Ronald Florence wrote: > Nico Steffen writes: > > Hallo, i write a work in german language (ams-book-class) and i need some > help > to use latin and (old)hebrew fonts. > > If you only need a short quote or a few words for illustration > purposes,

hebrew in a german document

2002-04-12 Thread Nico Steffen
-- E-Mail: Nico Steffen <[EMAIL PROTECTED]> Date: 12-Apr-02 Time: 14:06:51 This message was sent by XFMail -- Hallo, i write a work in german language (ams-book-class) and i need some help to use latin and (old)hebrew fon

Re: Appendix

2002-03-07 Thread Nico Mock
ween \between{appendix} foo \end{appendix} that will work, only strange thing is, that lyx doesn't refresh the chaptercount. The ps output is fine, though -- Gruß Nico

using prosper with lyx

2001-11-01 Thread Nico Mock
es at /usr/share/texmf/tex/latex/prosper/ prosper.cls at /usr/share/texmf/tex/latex/lyx finally I put prosper.layout in /usr/share/lyx/layouts/ 2. Step texhash as root 3. Step Lyx configure as nico and prosper documentclass WAS NOT available 4. Step /usr/share/lyx/configure as root gave the r

Re: Binding keys for accent

2001-03-08 Thread Nico Mock
\show_banner flag to false, and this works, although I have preferences file. So which one is coming first ? lyxrc or preferences ? -- Greetings Nico

  1   2   >