Dominik WaÃenhoven <[EMAIL PROTECTED]> writes:
> You could add a shortcut to your local .bind-file, e.g.
>
> \bind "M-o" "command-sequence ert-insert; self-insert \oe{};
> inset-toggle"
> \bind "M-S-O" "command-sequence ert-insert; self-insert \OE{};
> inset-toggle"
Thanks, this works fine...bu
Uwe StÃhr <[EMAIL PROTECTED]> writes:
> Use the command \oe or \OE.
Thanks. Forgive my ignorance (and I have tried to look in the docs),
but what's the quickest way to type this? Adding an ERT box and then
typing \oe every time is a bit slow; on the other hand, search and
replace of "oe" once the
What's the easiest way to type oe ligatures in French? I was a bit
surprised to find this wasn't an automatic ligature in LaTeX when
using French given it's almost always what you want.
--
http://rrt.sc3d.org/
I thought I'd found something about this on the web before, but I can't
now.
On my RH Fedora 1 system I'm trying to cut'n'paste from OOo 1.1.0 to LyX
1.3.4. This doesn't work: only the first line or maybe few lines is
pasted (this is by selecting the text with the mouse in OOo, then pasting
wi
When importing text into an OpenOffice document, I suggested to a naïve
user that she export the LyX document as text. She had two problems, both
of which merit attention to LyX's menus, I think.
First, in most programs, "Text" is a file type listed on the save dialog,
not under "Export", which te
> Oh, I know how to use it. I'm just busy. And lazy.
Again, with this wiki as with most, it's as quick to cut-and-paste
whatever you have than to ask someone else to do it. Since it's informal,
you can just dump an email into the wiki if you're particularly busy;
someone with more time (perhaps so
> I'm no wiki-spert. Maybe someone could do it for me?
The point of wikis is that you don't have to be an expert. There isn't
really much to learn. Try it.
--
http://rrt.sc3d.org/
C++, n. an octopus made by nailing extra legs onto a dog (Anon)
> Nawfal, you could cheat by outputting a protected space and then
> starting a new paragraph. Ugly.
This explains why I thought I couldn't override the system stdlists.inc.
--
http://rrt.sc3d.org/ | impeccable, a. not liable to detection (Bierce)
> Easy! This particular developer might start sulking and ignore you if
> you start using pejorative language.
I must have been reading too much slashdot or something recently. I'll
stop with the pejoratives, already. Sorry.
I'll double check my changes (I changed the NextNoIndents in stdlists.in
> Reuben, I believe that this is configurable behaviour. Hack your
> ${PREFIX}/share/lyx/layouts/stdlists.inc file,
Another problem: am I right in thinking that I can't override
/usr/share/lyx/layouts/stdlists.inc with ~/.lyx/layouts/stdlists.inc?
Testing suggests that I can't, which sucks.
--
h
> Reuben, I believe that this is configurable behaviour. Hack your
> ${PREFIX}/share/lyx/layouts/stdlists.inc file, changing NextNoIndent
> to 0. (Your lyx executable is to be found at ${PREFIX}/bin/lyx.)
Thanks. Hacking stdlists.inc is acceptable for me, but not really for the
user on whose behal
> ? ? ?? 5 ?? 2004 14:12 Reuben Thomas ???(a):
> > Why doesn't LyX leave a paragraph gap between an enumeration (say) and a
> > standard paragraph? This means it's impossible to control indentation at
> > the beginning of the paragraph following
> Load babel in the preamble before you invoke \StandardLayout
Thanks. Is this general principle in the user guide? (I read the section
about the preamble but didn't find anything.)
--
http://rrt.sc3d.org/ | computation, n. automated pedantry
Why doesn't LyX leave a paragraph gap between an enumeration (say) and a
standard paragraph? This means it's impossible to control indentation at
the beginning of the paragraph following the indent without resorting to
ERT.
--
http://rrt.sc3d.org/ | impeccable, a. not liable to detection (Bierce
If you select language as French, LyX uses frenchb in babel (reasonable
enough!). However, this package overrides list formatting. In particular,
it overrides the settings for bullets, so that customizing them in LyX has
no effect.
By default, LyX should override this feature of frenchb, by adding
In the 1.3.4 UserGuide.lyx:
"you have to resolve to fancy": resolve -> resort
> > Several people have informed me that pdftex _does_ do PDF
> > bookmarking and suggested I check out some more recently releases.
> it has done for many years. your 13d should do it
> > A simple "-version" on my RedHat 7.1 system reveals that I'm using
> > "pdfTeX (Web2C 7.3.1) 3.14159-0.1
I've seen this mentioned in the docs, but where can I get it (preferably in
RPM form for RedHat 7.1)?
--
http://sc3d.org/rrt/ | Careful Cyclists Approaching From Right
> > > Anyway, past discussions have usually ended up with Python as best because
> > > it's readable/writable even for newbies. Scheme/Lisp usually dropped as a
> > > bad idea because no-one cares to type all the ()'s and Perl as a possible
> > > second language.
There's also Lua (www.lua.org),
I am currently writing a paper using entcs.cls (Elsevier's Electronic Notes
in Theoretical Computer Science style).
It has a slightly unusual requirement: the \author, \address & so on
commands must go in a special environment:
\begin{frontmatter}
\author{Me}
\title{Foo}
\address{Bar}
\end{front
It seems that the docs for xfig use have sadly lagged behind reality: you
can no longer include raw LaTeX, only LyX (presumably you're supposed to
import the LaTeX document you want to include, save it as LyX, then include
the LyX document? Seems a bit long-winded).
So now xfig figures are treate
> I think that it's fair to say that use of lyxrc is deprecated and support for
> it will probably be removed eventually. The idea is to use the GUI
> Preferences popup instead, the output of which is saved to a new file
> "preferences".
Thanks, I hadn't realised that. Perhaps it would be worth d
When reconciling my current lyxrc with the latest lyxrc.example, I found the
following stylistic inconsistencies (i.e. small things, but nice to fix):
1. Some commented out commands have "# " before them (e.g. \serverpipe), but
most just "#". Something like s/# \\/#\\/ is what you need to fix it.
I can't easily find a pointer to the location of RPMs on www.lyx.org.
Since Kayvan Sylvan keeps well up to date with LyX releases, and as so
many people find RPMs convenient, it's a pity that there isn't a clearer
pointer.
--
http://sc3d.org/rrt/ | maxim, n. wisdom for fools
> Note that LyX-configure uses LaTeX to find the packeages so if
> LyX-configure does not find it, LaTeX can not find it.
That's not true, because the sgml2tex script sets up the paths so that
LaTeX can find the relevant style files.
--
http://sc3d.org/rrt/ | certain, a. insufficiently analyse
The document classes menu has become longer than my screen is high. Can it
be fixed so that I have access to all the document classes? (I suppose a
work-around for the moment is to trim the classes I don't use, but that is
ugly, and I'll have to do it each time I reconfigure LyX).
--
http://sc3d
I've just installed sgmltools v1 (LinuxDoc) as a RedHat package. When I
reconfigured LyX, it found the converter sgml2lyx OK, but it didn't find
linuxdoc-sgml.sty.
Scanning the list archive, I find the solution: make a symlink from the
TeX tree to /usr/lib/sgmltools. However, this is a kludge, as
I can't find anything in the manual about which logos (\LaTeX, \BibTeX
&c.) are recognised and converted. Further, this would be a useful thing
to be able to define by hand; I'd like I/O to map to the same thing, but
better kerned, for example.
--
http://sc3d.org/rrt/ | certain, a. insufficient
I'm getting to the end of my thesis, so have started to think about things
like fonts. I've chosen palatino, but selecting palatino leaves all the
math in CM. I've just found the "palatcm" package which does the business,
but unfortunately it's not listed in the fonts menu, so I have to put it
in
Why, when I select "Export as PostScript" do I get the Print dialogue box?
Is this normal? (I don't remember it before!)
Also, the Edit menu is ugly because the last two entries make it much
wider than it needs to be. Could these entries somehow be made shorter, by
rewording them or by using a su
I've just used EPS figures for the first time, and there's an oddity:
while the pictures are drawn in colour correctly when I preview the
PostScript, the picture in the LyX window doesn't appear in colour, even
though I've ticked the "Colour" option; instead it appears as greyscale.
Is this correc
My error "\listfiles can only be used in the preamble" was caused by an
included file, plus the bug that errors in included files are referred to
main files. So nothing new there. Sorry.
--
http://sc3d.org/rrt/ | certain, a. insufficiently analysed
1. Some of the tags in lyxrc seem to be out of order again in the source,
as \print_command is no longer recognised in 1.0.4pre4.
2. I'm currently getting the error "\listfiles can only be used in the
preamble" when I process a document of mine. This error is reported on
line 2, where it certainl
I have some sympathy for this, but if I have non-breaking spaces around
math boxes, they can actually break. This is not what a LyX user expects,
though it's reasonable by thinking about the LaTeX that is generated.
--
http://sc3d.org/rrt/ | certain, a. insufficiently analysed
OK, I'm now trying to print multiple unsorted copies using dvilj. It's
giving me an error message ("argument to -c not a valid integer"). -c is
the flag I've told LyX to use for multiple copies, and it's the right one
according to the man page. Unfortunately I can't see what command line LyX
is ac
I am using LyX 1.0.3, and when it starts up it complains:
LyX: Unknown tag `\print_collcopies_flag' [around line 360 of file
~/.lyx/lyxrc]
which is odd, as it's in the default lyxrc. I've only just noticed as I've
never tried to print multiple copies before.
--
http://sc3d.org/rrt/ | certain,
Suggestions:
1. Bind url-insert to "M-i u" by default (this shortcut is currently
unused).
2. Most insert dialogues, e.g. insert URL and insert file, leave an empty
insertion if you cancel them. Others, e.g. insert reference, leave
nothing. The latter behaviour seems more sensible, and it'd be n
Is it possible? The reason I ask is that when I try to run LyX on the MI/X
Mac X server, I get the following error:
BadLength (poly request too large or internal Xlib length error)
Since this also happens with xgalaga which has lots of large flashy
graphics, I was wondering if this could be the
Does this command do anything? It seems to have no effect for me in
1.0.3pre4 (and I did have several documents loaded when I tried it, and
had been switching between them).
--
http://www.cl.cam.ac.uk/users/rrt1001/ | certain, a. insufficiently analysed
It'd be useful if notes were exported as comments in LaTeX files, so that
you don't lose them by mistake if you go from LyX to LaTeX.
--
http://www.cl.cam.ac.uk/users/rrt1001/ | certain, a. insufficiently analysed
> Does anybody know the reason for this behavior?
It is a bug. 1.0.3 will cure it, and 1.0.3pre? already does; download and
compile it from ftp.lyx.org.
--
http://www.cl.cam.ac.uk/users/rrt1001/ | certain, a. insufficiently analysed
> is it possible to inser a Linebreak after the paragraph-style?
If you're using the LaTeX document classes then the answer is "not
easily". I've done it myself by modifying the article.cls file (and
calling it myarticle.cls). It's quite easy if you know any TeX: I just
copied the definition of \
>From the manpage: "it produces PDF 1.2 output...compressed with...gzip".
This suggests that in fact its compression is pretty good, probably better
than LZW.
--
http://www.cl.cam.ac.uk/users/rrt1001/ | certain, a. insufficiently analysed
A cautionary message: recently "pstill" has been cited as a way of getting
smaller PDF output than using ps2pdf, as has pdflatex. I've already said
that in my experience pdflatex produced larger files than ps2pdf, and
would just like to report that I've had the same problem with pstill.
I'm not s
> How can I make Bibliography show up as a TOC item, e.g.,
It seems that LyX needs a FAQ. But more to the point, there should be an
easy way of making starred sections show up in the TOC. For the
Bibliography, it should default to showing up (because that's what most
people want). I think this is
>* Ghostscript's ps2pdf creates huge files due to the
> non-compression of bitmap images. Also, the file is ugly
> to view on-screen because the Type-1 (vector) fonts are
> sampled to Type-3 (bitmap) fonts. PDF readers can't use
> anti-aliasing in this case and printers can
> It's the same problem we had with screenshots: user manuals, system
> manuals, etc, mostly over 100 pages (yes, we kicked Word and do them now
Out of interest, have you tried making PDF files instead of PS? Aren't
they always compressed?
Alternatively, what happens when you gzip one of your la
Further to my recent remarks that most of the problems seem to be cured by
LaTeX2HTML 99.1, this is in fact *not* the case; however, it does seem
that the problem is not with \( and \) in general, but only under certain
circumstances, possibly when they are used in arguments enclosed in [],
e.g. \
> Reuben> 1. LaTeX2HTML doesn't seem to like \( and \).
>
> This is weird, since \(...\) is LaTeX and $...$ is plain TeX.
...and indeed it now works fine (I've upgraded to LaTeX2HTML 99.1, which
could be the reason).
> You could maybe report the problems to its author.
I have.
It seems the on
I hope LyX is gradually moving towards making it easier to customise at
different levels to support currently unsupported LaTeX packages and
applications. I'm interested in being able to customise the menus (this
could also be useful to *remove* unused options).
In particular, I'd like to be able
I've recently been trying to use LaTeX2HTML with LyX (working, obviously,
on exported LaTeX files), and have found the following problems:
1. LaTeX2HTML doesn't seem to like \( and \).
2. If you have a math environment at the end of a line, LaTeX2HTML runs it
in to the next line, losing the spac
> Hmmm, I took a look at what is needed, and it will be yet more
> spaghetti code added to lyx 1.0... I'm not sure anymore I want to do
> that now, especially since it is a feature I've never needed.
I sympathise with this, but I hope that you *will* plan the feature for
the next version.
--
h
> Well, I was going to have a look at it, since counting the total
> number of words in a document should not be too difficult, and then
> James message made me think again: either I implement a full blown
> word counter which counts separately footnotes, sections appendices,
> number of time the
To answer my own question: if you want the "Export>Custom" dialogue to
default to "ASCII" put "ascii" as "\custom_export_type". Fairly obvious, I
suppose, but could the developers please add this to the list of types in
lyxrc?
--
http://www.cl.cam.ac.uk/users/rrt1001/ | maxim, n. wisdom for foo
[I think I sent this message already, but I'm not sure I saw it on the
list and it wasn't answered; I apologise if it's just that no-one's
answered it.]
I want to set up my Custom export option so that it pipes plain text
through a command to turn it into paragraphs rather than lines (by the
way,
I want to set the \custom_export_command to use a program I wrote (in
Icon, as it happens, my only Icon program!) to softwrap a text file (it
would be useful if LyX could output text in paragraps automatically, but
never mind).
In the lyxrc file, it says the filetype has to be one of "lyx, dvi, t
One big disadvantage of the usual export method (it doesn't prompt for a
filename) is that to export a DVI, PS or text form of a document in a
directory for which you don't have write permission, you have to save the
LyX document in your directory first. An "Export as..." option would be
nice, or
57 matches
Mail list logo