Pol wrote:
> I should set a shortcut for "Insert->Formatting->Horizontal Space" with a
> given parameter, to enter a space with pre-defined length. Is that
> possible?
Yes, the according lfun is
space-insert hspace 1.5cm
(or whatever the length is)
Jürgen
Please could someone competent with Lyx 1.6.3 try this; create a
literate (noweb) document and have a scrap immediately follow a lyx-code
section.
In the generated .nw file (in the /tmp/lyx* dir when creating a dvi
preview) the file looks like this:
\}
\end{lyxcode}
\selectlanguage{english}%
\inp
Hello,
is it possible to make lyx display advanced ligatures like 'tt' 'Th' 'ft' etc.?
I use the Linux Libertine font which has these ligatures in the private use
area.
Regards,
Tao
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher
sorry, again with changed subject (still hoping for help):
Hi LyXers, especially on Mac-OSX:
With my German keyboard on Mac-OSX normally I can get with
alt+a | d | e | o | t | p | + | x | c | m | l | ö | ä etc.
the following special letters/symbols:
å | ∂ | € | ø | † | π | ± | ≈ |
Nick Bell wrote:
Apologies if this has been said before, but I have only ever been able
to get graphics preview to work if I start LyX by running lyx.exe. If I
use the default LyXlauncher.exe, I can't preview .eps, .pdf (although
.png works).
For the new 1.6.3-2 installers I've updated the gr
On Tue, Jul 21, 2009 at 8:15 AM, Joachim Osnabryg wrote:
> sorry, again with changed subject (still hoping for help):
>
> Hi LyXers, especially on Mac-OSX:
>
> With my German keyboard on Mac-OSX normally I can get with
>
> alt+a | d | e | o | t | p | + | x | c | m | l | ö | ä etc.
> the follow
Tao Cumplido wrote:
Hello,
is it possible to make lyx display advanced ligatures like 'tt' 'Th' 'ft' etc.?
I use the Linux Libertine font which has these ligatures in the private use
area.
Do you mean on the screen, or in printed output?
Printed output (or pdf output) should use all availab
Pavel Sanda wrote:
Rich Shepard wrote:
It can take an amateur like me
almost as long to prepare the index as it does to write the text. Like
just an idea - couldn't be this a bit automatized? something like export to
plain text, sort & uniq all words by alphabet, manually delete the boring wor
Linux Format magazine have just published an online version of their
"made easy" series of articles with the spotlight on LyX this month.
The article can be found at the link below:
http://www.tuxradar.com/content/lyx-made-easy
Regards,
Iain.
I mean the output. So far I only see the three standard ligatures 'fi' 'ff'
'fl' being printed. Maybe there are more but those I mentioned previously are
definitely not used.
I have no idea though if Latex is set up correctly for the Libertine font.
Regards,
Tao
Original-Nachricht ---
James Oldfield wrote:
Both my home and college computers are running LyX 1.6.3 (3 June 2009)
on Windows XP, installed with the default installer. I see the following
problem only on my college computer [but I have mentioned my home PC in
a couple of places for comparison, you can ignore if you li
Hi all:
I'm trying to define a filter for a bibliography, but I can't do it right.
In the *Biblatex* manual, in *3.5.8 Bibliography filters*, appears this
example:
*
**\defbibfilter{example}{% *
*\( \type{book} \or \type{inbook} \) *
*\and \keyword{abc} *
*\and \not \keyword{xyz}} *
And —I'm not
I've just installed LyX 1.6.3 in F10.
Seems that the "document selection combo" is back on the road.
Kudos to the developers.
FYI, I asked for this in the following thread:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg72822.html
Still have a doubt, though. Do I still have to use the xr
Hello,
I need citations according to APA standard for a thesis. Does anyone
have experience with that?
From what information I could find, apacite would do it, but I could
not find any information online on how to get it to work with Lyx.
Specifically, apacite seems to use different latex
On 07/21/2009 05:02 PM, Christian Brodbeck wrote:
Hello,
I need citations according to APA standard for a thesis. Does anyone
have experience with that?
From what information I could find, apacite would do it, but I could
not find any information online on how to get it to work with Lyx.
S
Help! How do I get the thesaurus function working? I saw it on an Ubuntu
machine and now want it on my Mac!
Jim Washburn
James B. Washburn
VP for Business and Finance
Edward Waters College
1658 Kings Road
Jacksonville, FL 32209
Phone: (904) 470-8152
FAX:(904) 470-8152
Notice: The inform
Guys, Don't ask me why I need to do this but the college that I study is
asking me to do the following modification on my document:
(Check Attached)
They don't wanna any [NUMBER] or [Auther , YEAR], they want it just the
way the MS WORD (BRAZIL) creates bibliography.
I tried to look for custom-
Thanks, that's a good start. Now Apacite also uses different brackets
for comments on the reference (like "e.g.") than Lyx's natbib
( \citeA[post]{ref} vs. \cite[pre][post] ). Is there a way to
redefine these as well? The problem with apalike is that it does not
quote all authors the first
I was able to do some Workaround, but there is some things and steps
missing.Maybe you can help me
I was able to create the bibliography just with [] (NO INFORMATION
INSIDE the *square brackets*).
I changed the BST file from :
FUNCTION {output.bibitem}
{ newline$
"\bibitem[" write$
label w
On 07/21/2009 08:33 PM, Marcelo Reis wrote:
FUNCTION {output.bibitem}
{ newline$
"\bibitem[" write$
""
"]{" write$
cite$ write$
"}" write$
newline$
""
before.all 'output.state :=
}
IDEAS of how to remove the *square brackets*???
Why not just take them out? I.e.:
FUNCTION {output.bibi
On 07/21/2009 08:27 PM, Christian Brodbeck wrote:
Thanks, that's a good start. Now Apacite also uses different brackets
for comments on the reference (like "e.g.") than Lyx's natbib (
\citeA[post]{ref} vs. \cite[pre][post] ). Is there a way to
redefine these as well?
Yes, but that's going to
rgheck wrote:
On 07/21/2009 08:33 PM, Marcelo Reis wrote:
FUNCTION {output.bibitem}
{ newline$
"\bibitem[" write$
""
"]{" write$
cite$ write$
"}" write$
newline$
""
before.all 'output.state :=
}
IDEAS of how to remove the *square brackets*???
Why not just take them out? I.e.:
FUNCTI
On Tue, Jul 21, 2009 at 6:39 PM, James Washburn wrote:
> Help! How do I get the thesaurus function working? I saw it on an Ubuntu
> machine and now want it on my Mac!
In LyX 1.6, you'd need first to compile and install aiksaurus and then
compile and install LyX. (It's not something that will happe
On 07/21/2009 09:05 PM, Marcelo Reis wrote:
rgheck wrote:
On 07/21/2009 08:33 PM, Marcelo Reis wrote:
FUNCTION {output.bibitem}
{ newline$
"\bibitem[" write$
""
"]{" write$
cite$ write$
"}" write$
newline$
""
before.all 'output.state :=
}
IDEAS of how to remove the *square brackets*??
24 matches
Mail list logo