Does anyone know if there is possible to obtain a tagged pdf from LyX
using pdflatex or similar???
If you mean Keywords in the PDF properties: the hyperref package does
that: pdfkeywords={tag1,tag2,tag3} as optional argument does that.
Regards
Toby
Did you try to put the part of your doc that should appear on one page in
a minipage?
No, not yet. And I fear there'd be some unwanted side effects with
footnotes,...
The second problem with all environments (e.g. samepage environment) is
that I do not want to have the complete itemized list o
Perfect, THANKS!
Just to make it complete: the syntax is
inset-apply ref LatexCommand reference ""\end_inset
where is the name of the referenced label and
is one of the following:
ref --
eqref -- ()
pageref --
vpageref -- on
vref -- on
prettyref -- Formatted refere
Hi,
lyx -dbg action
I tried that using all debug messages, but the output does not help me
too much:
This is the debug-output when I insert the reference
LyXFunc::dispatch: cmd: action: 231 arg: 'ref LatexCommand ref
reference "tst:1"
\end_inset
' x: 0 y: 0
LyXFunc::dispat
Hi,
I'd like to insert a cross-reference via the command-buffer.
Unfortunately I'm note sure about the syntax. I found the following on
http://wiki.lyx.org/LyX/InsertingReferences:
For versions of LyX subsequent to 1.4, you have to use
|inset-insert| instead. The format is
|LYXCMD::i
Hi,
is there a way to prevent a pagebreak directly before a itemized list?
I tried the ERT [\nopagebreak] but unfortunately this does not work when
it is used before a itemized list, while is does work perfectly without
the itemized list. The attached minimal examples show this (the only
diff
Hello,
I have to use footnotes in floats for my thesis as well and wrote a
package which helps to handle footnotes in floats. Unfortunately due to
the work on my thesis I'll not be able to finish the documentation
before mid of march.
People who really need to use footnotes in floats may write an
Hi,
is there a way to use varioref with the option "draft" with LyX?
* \usepackage[draft]{varioref} in the preamble produces an option clash
* I don't want to use draft as extra document class option because
this influences other packages as well
* I tried \PassOptionsToPackage{dra
Actually, the attached patch fixes the problem.
Thank you!
Is this going to be available in the next version of LyX?
Toby
Jürgen Spitzmüller wrote:
The problem is that this package needs two latex runs _before_ the bibtex run,
else it will fail. We are not prepared for this case, I think.
Is there a way I can (manually) force LyX to run bibtex after the second
run - or e.g. to force LyX to run bibtex in each LaTe
Hi,
in the attached minimal example the number of LaTeX runs chosen by LyX
is not sufficient: using clefval with \cite in the value 4 LaTeX runs
are necessary to resolve the reference.
clefval_cite_4LaTeXruns.pdf shows how it looks when the exported tex
file is compiled with 4 LaTeX runs.
c
o: lyx-users@lists.lyx.org
Date: Thu Jan 10 2008 08:19:05 GMT+0100
Tobias Krause wrote:
I mean, I use a lot of shortcut for math symbol, and when I type too
quickly, I
get a menu (as example, alt-m-f will give alt-f)
I have a similar problem trying e.g. to insert a footnote via Alt-i f:
I mean, I use a lot of shortcut for math symbol, and when I type too
quickly, I
get a menu (as example, alt-m-f will give alt-f)
I have a similar problem trying e.g. to insert a footnote via Alt-i f:
* if I type Alt-i-f too fast it ends up like Alt-f
* if a type Alt-i f (releasing the tw
Hi,
it took a while to figure out how to have environments split over
several ERTs.
[ERT] \begin{centering}[/ERT]
what ever in normal LyX
[ERT] \end{centering}[/ERT]
ended with the LaTeX warning "Extra }, or forgotten \endgroup."
For other who have the same problem: a simple % at th
Mark the expression and convert it to a math-box (e.g. with Ctrl-M) or
just paste "x^2" into a math-box.
I was looking for the same thing -- but for "normal" LaTeX like text
with sections, footnotes,...
Is there a non math-specific way to paste LaTeX code from the clipboard
- just like impor
T+0100
Hi,
yes there is: The KOMA-script specific command is
\renewcommand*{\partpagestyle}{empty}
Hope this helps,
-- Christian
Am 21.12.2007 um 19:16 schrieb Tobias Krause:
Hi,
in a document using report (KOMA-Script) I'd like to delete the page
numbers on the page containing the
Hi,
in a document using report (KOMA-Script) I'd like to delete the page
numbers on the page containing the titel of a new \part.
I tried \thispagestyle{empty} but unfortunately this causes LaTeX too
loop - the weird thing about is: \part* works:
\part*{Titel\thispagestyle{empty}} (LaTeX prev
Hi Guenter and Paul,
thanks for your answers!
This was pretty much what I was doing - I was just not sure if it would
mess up something since the line break changes,...
Is there something special I have to be carefully about?
Toby
Hi,
is it possible to use special characters and formatting (e.g. protected
space, emphasize,...) in Find & Replace?
In particular I'd like to search for "abc de" and replace it by
"/abc_de/" (italic, _ = protected space).
If - as I guess - LyX does not support that, is there a way to do this
in
-users@lists.lyx.org
Date: Sun Dec 16 2007 03:46:53 GMT+0100
Tobias Krause wrote:
Hi,
is there a way to change the spacing in itemized/ numbered lists for
the whole document?
I'd like the spacing to be the same as the normal line spacing.
Regards
Toby
In the preamble type:
\usepacka
Hi,
how exactly does the self-defining work?
I found something like that in the documentation:
\newrefformat{sec}{Section \ref{#1} on page \pageref{#1}}
but is there a way to define different ways to reference e.g. a section?
And if so, how do I chose which one I want?
Toby
Ori
Hi,
is there a way to change the spacing in itemized/ numbered lists for the
whole document?
I'd like the spacing to be the same as the normal line spacing.
Regards
Toby
Hi,
is the following behavior a bug of feature?
While using "Find and Replace" "Replace" usually replaces the current
text and jumps to the next hit - this way in hitting replace several
times I can replace several hits but if "Replace with" contains the text
specified in "Find" this does not
Hi,
I have done this in the past by putting the path to the viewer in the
PATH prefix. I assume that you also specified the viewer in the File
formats (and then clicked Modify followed by Save)?
Yes, I did exactly the same - and it did not work when I tried it last
time...
First I realized
- launching the Citation dialog (M-i c) and then Esc to close it; no
need to use the mouse.
Great, thanks!
FYI the reason we did not load all child documents in 1.5 is for
performance reason.
I was quite sure this would be the reason.
We could add a preference settings for that though, pu
Hi,
I just started to use Child Documents and discovered that the document
outline of the main document includes the chapters of child documents
after clicking "Edit" in the child document dialog once.
Is there a way to avoid this clicking? Can I tell LyX to include all
child documents in the
Hi,
how can I change the PDF viewer - without changing the windows default
PDF viewer?
I tried changing Viewer in Tools --> Preferences --> File formats, but
* absolut path did not work
* adding the path to the viewer exe to Tools --> Preferences -->
Paths --> PATH prefix did not he
Thanks for your answers!
Now I see see there are good reasons for no line break after an ERT and
it's not a bug.
My guess, though, is that insertion of comments in in-line ERTs is
pretty rare. Yours was the first post I've seen concerning it, and
I've been on the list since around LyX 1.3.5.
Hi Paul,
some text [[%comment ]] more text
where [[]] is an ERT box, then "more text" will look to LaTeX like
part of the comment, because LyX will (properly) not insert a line
break after the ERT box. This would IMHO be proper behavior.
Sounds like proper behavior, but there are some re
Hi,
if the last line of a ERT is a comment the next line in the normal text
is lost.
Is there a reason for this behavior - or is this a bug? Even if there is
a reason for it I guess there should at least be some kind of a warning...
Regards, Toby
Hi,
is there a better way to look for LaTeX warnings than the "LaTeX Log" -
which does not provide any way to scroll through the warnings (like a
"next warning" button).
If not: are there any plans to extend the LaTeX Log window? E.g. with a
"Next Warning" button or a way to filter the output:
Bugs created:
bookmark crash: http://bugzilla.lyx.org/show_bug.cgi?id=4301
lost settings: http://bugzilla.lyx.org/show_bug.cgi?id=4302
Regards, Toby
Original Message
Subject: Fwd: 2 Bugs
From: Tobias Krause <[EMAIL PROTECTED]>
To: Tobias Krause <[EMAIL PROTECTED]&g
@ Jean-Marc: no, not when I save, but when I trie ot use the bookmark
@ Juergen: detailded recipe is here:
lyx: Disabling LyX socket.
Warning: Output is empty
An empty output file was generated.
This is BibTeX, Version 0.99c (MiKTeX 2.6)
The top-level au
Hi,
just found two bugs:
1. Bookmarks in ERTs crash Lyx
2. Changes in Document --> Settings --> Latex Preamble are lost when
you go back to the main window without "OK" or "Apply"
Could one of the developers file a bug?
Regards, Toby
This probably doesn't look like you want it
That's why I use the described way, although it's annoying to put the
footnotetext by hand...
Toby
It works if you put a minipage in the float.
What exactly do you mean by "put a minipage in the float", could you
post an example file? Or to do you rather mean put the float in a
minipage, whereas the footnote appears within this minipage instead of
the regular page?
Toby
I had the same problem. It's a LaTeX limitation: footnotes in floats do
not work... (for German users:
http://www.dante.de/faq/de-tex-faq/html/makros2.html#57)
If any possible it'd be the best way not to use footnotes in captions --
if you have to I prefer this way:
set the footnotemark i
Great! It can be so easy - if one just knows how...
Thanks Toby
Original Message
Subject: Re:č in BibTeX
From: Uwe Stöhr <[EMAIL PROTECTED]>
To: Tobias Krause <[EMAIL PROTECTED]>
Date: Wed Aug 22 2007 12:11:21 GMT+0200
Tobias Krause schrieb:
how do I get t
Hi,
how do I get the character č in BibTeX/ plain latex? I just found
\check{c} in math-mode, but no way to insert č in BibTeX...
Regards, Toby
Hi,
how can I configure LyX to get a table of figures which has "Figure"
before the number, something like
Figure 1.1 ...
Figure 1.2 ...
Figure 2.1 ...
just if somebody might be interested: I found the LaTeX settings which
can be set in the LaTeX preamble
\usepackage[titles,subfigure]{
Hi,
how can I configure LyX to get a table of figures which has "Figure"
before the number, something like
Figure 1.1 ...
Figure 1.2 ...
Figure 2.1 ...
Toby
Thanks to Tim and Paul for their answers!
After knowing it's no known lyx issue I tried and found hyperref to be
guilty: setting pdfborder={0 0 0} in the LaTeX preamble solved the
problem...
Regards, Toby
just now I realized that there is a similar problem with cross
references: if there is a e.g. a "," directly after a cross reference to
a picture it looks like the attached picture... (Event better to see in
the second attached picture, where the footnote is complete)
<><>
Hi,
as you can see in the attached file the brackets of BibTeX-Keys appear
only partly in the PDF (it slightly differs depending on the used PDF
viewer but these brackets look different than other brackets in all of
them (tried with Foxit, AcrobatReader, GhostView)). Is there any way to
get "
Hi,
is there a way to use the ChangeTracking with more than one reviewer/
while still working on the document? I'd like to send my file to two ore
more people and include their changes in one document.
Regards, Toby
Hi,
is there a way to open/ close or toggle all footnotes, notes,... in a
selected area?
Toby
Hi Jürgen, hi Abdel,
Ctrl-i.
thanks for your answers, exactly what I was looking for!
Just one additional question: is there a list of shortcuts where I can
look for something like this?
Toby
Hi,
is there a keyboard shortcut (or a mini-buffer command) to open the
footnote at the current courser position? (I know clicking works but I'd
prefer a keyboard shortcuts...).
Regards, Toby
Hi Richard,
Use the mini-buffer. The first time, you'll have to hit alt-x to focus
it, type "citation-insert " and then paste the key. But the next time,
you hit alt-x, up arrow (history), ctrl-shift-left-arrow (highlight the
key), and paste. Of course, if you use the mini-buffer for something
e
Hi,
usually when I insert a citation I already have the complete BibTeX-Key
in the clipboard - is there a faster way to insert the citation than
clicking Insert -> Citation,...?
Regards, Toby
OK, I see: just a stupid thought ;-)
> Original Message
> Subject: Re:Space after €
> From: [EMAIL PROTECTED] (Jürgen Spitzmüller)
> To: lyx-users@lists.lyx.org
> Date: 17.02.2007 10:24
>
> Tobias Krause wrote:
>
>> P.S.: Just a thought: wouldn&
ED] (Jürgen Spitzmüller)
> To: lyx-users@lists.lyx.org
> Date: 17.02.2007 10:06
>
> Tobias Krause wrote:
>
>> Great, thank!
>> Just to know: why do I need the trailing \?
>>
>
> TeX uses the blank to detect the end of a command, if no other command
>
>
> \geneuro\ text
Great, thank!
Just to know: why do I need the trailing \?
Regards, Toby
Hi Sven,
> Try to add a hard space with Ctrl-Space.
thanks, that works. But in the end it's just a workaround, because this
prevents line breaks. Does anybody know if there is a reason for this
behavior of LyX/ LaTeX or is it a bug?
Toby
Hi,
I use \usepackage{eurosym}and ERT \geneuro for the € symbol, but
unfortunately there is no space between the €symbol and the next
character. The same with the € symbols of marvosym. How can I use the €
symbol in text and have the usual space?
Using, LyX 1.4.3-5 with Miktex 2.5 on WinXP.
Reg
Hi,
what is the safest way to update 1.4.3-5 to 1.4.4 on windows (as soon as
the binaries are out)? Using the Standard Web Installer or using
LyXWinInstaller?
Regards, Toby
Hi,
is there a way to search for a referenced bibtex source? Or do I have to
search for in the .lyx file with a text editor, go back to LyX and
search for the surrounding text?
Regards, Toby
>
>> just to make sure: the only way to change the LyX generated preamble is
>> to use the gui and if there are options missing I cannot change them -
>> right? (Really just because I'm curious)
>>
>
> Basically yes, but normally there are no options missing. Either a package
> is fully suppo
> Did you try the Alt-0255 and Alt-0159 methods, Tobias?
It works, thanks!
Toby
Thanks for all your help!
>> I've set latin1 inputenc in the latex preamble and I see Ÿ in the
>> LyX-file and in the pdf output using 1.4.3-5. How does that happen?
>>
>
> Small or capital Ÿ? The small one is both in latin1 and latin9, the capital
> one only in latin9.
> If you really mean c
Hi,
> Georg> I attach a second file for copying. Note that I see the second
> Georg> capital Ÿ as ¾ on screen. I don't know if that is a LyX bug or
> Georg> a font problem, but the Postscript output is OK.
>
> 3/4 is what you should see in latin1. Only latin15 has Ÿ.
>
>
> Yes I know. The probl
Great! Now it works.
You where right: I had two LyX instances... (This is where I realize I'm
new a LyX)
Thanks, Toby
Thanks!
Unfortunately if I copy it to my file it just produces \"{Y}...
Maybe ERT is the best way...
Thanks to everybody!
Jma
> You can try to use latin9, where it is available.
Might there be problems with special german characters using latin9? And
if I trust wikipedia it should be in latin1 as well
(http://en.wikipedia.org/wiki/Latin1).
But anyway, how would I type it?
> Just by curiosity: why do you need it ? I
> maybe in the math mod with \bar Y
It has to be in normal text (it's a name: Seÿffert)
Toby
Hi,
is there a way to insert Ÿ without using the ERT \"Y?
I'm using LyX 1.4.3-5, language: German, inputenc: latin1
Regards, Toby
ups, I'm sorry I just replied - unfortunately only to the sender...
> Original Message
> Subject: Re:scrreport not available as document class
> From: Uwe Stöhr <[EMAIL PROTECTED]>
> To: Paul A. Rubin <[EMAIL PROTECTED]>
> Date: 06.01.2007 00:42
>
> Paul A. Rubin schrieb:
>
>> I
Hi Paul,
sorry for these beginner questions - I've just started to use LyX after
using LaTeX for just a few weeks...
In Help->LaTeX Configuration section 4.23 if have "Found: scrartcl:
@chk_scrartcl@, scrreprt: @chk_scrreprt@, scrbook: @chk_scrbook@"
scrreport is installed properly in MikTex (and
Hello,
how come I cannot choose scrreport (and many other classes) as document
class although the scrreport.layout file exists in the layouts folder?
I'm using the latest LyX for Windows (LyX 1.4.3-5) on Win XP SP2, MikTeX
2.5, both LyX and Windows are German versions.
Regards, Toby.
69 matches
Mail list logo