In a document of 2.3 I see:
|\begin_inset Graphics
filename 3-42.jpg
lyxscale 15
width 15text%
clip
rotateOrigin center
height 20.0theight%
\end_inset
|
Reading the file with 2.4 on macOS I see:
\begin_inset Graphics
filename /private/tmp/3-42.jpg
Jürgen Spitzmüller schrieb:
Herbert Voss wrote:
And TLC2 doesn't say that it should be used only with \DeclareOption.
It should be used in any case, where a document class and a user may
load the same package with different options.
Both clsguide and TLC2 are at least ambigouous in
Jürgen Spitzmüller schrieb:
Uwe Stöhr wrote:
\PassOptionsToPackage{}{
Thanks for thehint. I implemented this now using this:
http://www.lyx.org/trac/changeset/24746
Are you sure this works?
- PassOptionsToPackage must be called before the package is loaded.
- According to clsguide and TLC2,
Uwe Stöhr schrieb:
Attached is a better patch:
subfig is now loaded behind the user-defined preamble for the reasons
described in the patch and we check if caption was loaded or not.
OK now?
+ // For the case that caption is loaded before subfig, there is the
subfig
+ // option "capti
Uwe Stöhr schrieb:
> what do you mean with own paragraph?
LyX currently allows to put Images to captions like this:
\caption{test\includegraphics{image}}
If the user does this, we use this code to make it at least compile:
\caption{test\protect\includegraphics{image}}
But if possible we sho
Uwe Stöhr schrieb:
But in general, when you work at this, please assure that the captions
are set in the LaTeX-output in its own paragraph.
what do you mean with own paragraph?
Herbert
Edwin Leuven schrieb:
Herbert Voss wrote:
A longtable caption is far different to a caption of a floating
object. You can place it inside the longtable where you like it,
on top, on bottom and, of course, inside the table! Makes no
real sense, but is possible. LyX allows multicolumns, and the
Abdelrazak Younes schrieb:
Herbert Voss wrote:
Abdelrazak Younes schrieb:
Uwe, Edwin, others,
Current solution is not very user friendly. I see two solutions for
this:
1) Integrate the caption, optional and label texts in InsetTabular.
Those three text can then be modified in the Tabular
Abdelrazak Younes schrieb:
Uwe, Edwin, others,
Current solution is not very user friendly. I see two solutions for this:
1) Integrate the caption, optional and label texts in InsetTabular.
Those three text can then be modified in the Tabular dialog.
2) Create an optional row (with one column
Jürgen Spitzmüller schrieb:
AFAICS we cannot set a default. It's just inserted alphabetically to the
combo, and the first item is chosen (that's why I added a hint to
select "PDFLaTeX" in the description window).
- Inserting pdfpages options to LaTeX is senseless because it promise a
feature
Jean-Marc Lasgouttes schrieb:
Stefan Schimanski <[EMAIL PROTECTED]> writes:
Am 01.04.2008 um 22:53 schrieb [EMAIL PROTECTED]:
I've talked to Andrei, Rex etc and from a design point of view,
we're ready to go live. So what else is missing before a release?
Maybe this was discussed before:
Put
Jean-Marc Lasgouttes schrieb:
Andre Poenitz <[EMAIL PROTECTED]> writes:
On Thu, Apr 03, 2008 at 01:12:08PM -0400, Richard Heck wrote:
In case you don't see the question in the other thread: Suppose I bundle
virus.exe in a LyX file. Could I manage to include TeX code sufficient to
execute it?
Pavel Sanda schrieb:
In case you don't see the question in the other thread: Suppose I bundle
virus.exe in a LyX file. Could I manage to include TeX code sufficient to
execute it?
Only if you give the '-shell-escape' command line option.
which must be done in some cases in order to compile lyx
rgheck schrieb:
The attached patch adds a facility for file-specific layout, e.g.:
\begin_local_layout
Format 6
InsetLayout CharStyle:MenuItem
LyxType charstyle
LabelString menu
LatexType command
LatexName menuitem
Font
Family Sans
En
$ svn update
Revision 23888.
$ make
Making all in config
...
...
Making all in tex2lyx
make[3]: Entering directory `/tmp/lyx-devel/src/tex2lyx'
make all-am
make[4]: Entering directory `/tmp/lyx-devel/src/tex2lyx'
make[4]: *** Keine Regel vorhanden, um das Target »lengthcommon.cpp«,
benötigt von
Bo Peng schrieb:
> Could you elaborate? To what do these labels refer?
As a recent example, I got reviewers' comments for a submitted paper
and need to write a response that refers to the revised paper. I
marked reviewers' comments as 'comment_1_1', 'comment_3_10' etc and
inserted them as labe
Jean-Marc Lasgouttes schrieb:
"Bo Peng" <[EMAIL PROTECTED]> writes:
Obviously I am one of those 1%, exactly with regard to the case you outlined:
pageref to a given argumentation inside some longer section and paragraph.
Why should we limit ourself wrt label use compared to LaTeX?
And there
Jürgen Spitzmüller schrieb:
Herbert Voss wrote:
what is a "protected" fill?
a hfill that is not ignored immediately after a line break.
understood. But this is from my point of view not a good idea,
because you'll support users to write in a Word-style ...
The \\ should be us
Jürgen Spitzmüller schrieb:
Uwe reminded me that I did not implement a protected horizontal fill
(\hspace*{\fill}). The attached patch does this.
what is a "protected" fill?
and why not an ordinary \hfill?
Herbert
Christopher Reeve schrieb:
According to this blog http://telin.ugent.be/~slippens/drupal/?q=textnormal \textrm is often used where \textnormal is intended.
According to the link \textrm puts text in roman font mode and does not
inherit from body text font like \textnormal does. Can anyone wit
Hartmut Haase schrieb:
Which packages do I need to import .doc-files?
Open it with openOffice and then export to LaTeX ...
Herbert
John Pye schrieb:
Jürgen Spitzmüller wrote:
Herbert Voss wrote:
\usepackage{pdfcolmk}
which we automatically load in pdflatex-ct-mode (however, until 1.5.4svn, we
loaded it too early, i.e. before color).
I tried adding \usepackage{pdfcolmk} to my latex preamble in LyX (using
John Pye schrieb:
Hi all
I spotted some strangeness with the visible 'change tracking' in
pdflatex output. For example, when a newly-added (hence coloured blue)
footnote rolls over onto the next page, it doesn't get its colouring on
the next page. (see attached .lyx file and output screenshot)
Uwe Stöhr schrieb:
Jürgen, it seems that floatflt is readded in a few weeks. Should I
commit my patch to switch to wrapfig anyway?
Uwe,
do you upload the package with a changed license to CTAN?
And, do me a favour: Mats has written several other
packages also with the "no sell" statement. Pleas
Andre Poenitz schrieb:
On Fri, Feb 08, 2008 at 09:39:24PM +0100, Uwe Stöhr wrote:
Jürgen, it seems that floatflt is readded in a few weeks. Should I commit
my patch to switch to wrapfig anyway?
Original-Nachricht
Betreff: Re: [floatflt] about the license of your floatflt LaTe
Jean-Marc Lasgouttes schrieb:
Herbert Voss <[EMAIL PROTECTED]> writes:
subfigure is deprecated anmd in the obsolete part of CTAN...
So we are supposed to use subfig instead, right? The manual says that
spacing is different. Anything else to watch out for?
If I remember well, it sho
Uwe Stöhr schrieb:
The attached patch backports the patch to use wrapfig instead of
floatflt to branch.
There was a bug in there: "wrapfig" must be loaded after "float".
Attached is the corrected patch.
Index: lib/chkconfig.ltx
Darren Freeman schrieb:
On Tue, 2008-02-05 at 08:00 +0100, Herbert Voss wrote:
Uwe Stöhr schrieb:
> Generally speaking I think it sucks that the user guide doesn't
compile out of the box. Have other > popular (Linux) LaTeX distributions
also skipped the floatflt package?
TeXL
rgheck schrieb:
Herbert Voss wrote:
Uwe Stöhr schrieb:
> I think we should not include floatflt in the Windows installer.
This would mean that the
> restrictive floatflt license conditions also apply to the installer.
But that is no problem, because we don't want donati
Uwe Stöhr schrieb:
> I think we should not include floatflt in the Windows installer. This
would mean that the
> restrictive floatflt license conditions also apply to the installer.
But that is no problem, because we don't want donations for the installer.
that is not the point ...
None of
Uwe Stöhr schrieb:
> Generally speaking I think it sucks that the user guide doesn't
compile out of the box. Have other > popular (Linux) LaTeX distributions
also skipped the floatflt package?
TeXLive came up with the removal, others followed. For Linux TeXLive is
the only active LaTeX-dist
Bo Peng wrote:
>> Herbert> The current behaviour is easy!
>
> But not so easy for lyx newbies. The question is: what to insert that
> do not show up in the screen output (better latex output), yet split
> the environment? I remember that it took me 10 minutes to figure that
> out a few years ago.
Martin Vermeer wrote:
>>> I would advise against that. People will use it as a word-like "put
>>> multiple cariage return to do my page layout" feature and then
>>> complain that it does not show on screen.
>> two major facts:
>>
>> 1. TeX knows no space ... it is used to split words
>> 2. TeX kn
Jean-Marc Lasgouttes wrote:
>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>
> Herbert> two major facts:
>
> Herbert> 1. TeX knows no space ... it is used to split words 2. TeX
> Herbert> knows no empty lines ... it is used
Jean-Marc Lasgouttes wrote:
>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>
>>> what you need is nothing else than an empty line inside LyX and
>>> this is pretty easy with
>>>
>>> Style "Standard(Keep)" CopyStyle Standard KeepEmpty 1 End
>>>
>>> in stdclass.inc
>
> Andre> Good idea
Bo Peng wrote:
> I can not believe that I am hitting a second WONTFIX in two days, but
> this is likely the fate of this patch.
>
> The attached patch adds SplitLayout environment to a few layout/inc
> files that will end up in almost all layouts. This environment does
> not output anything but en
Bo Peng wrote:
> It is currently non-trivial to write
>
> 1. item1
> 1. item1
> 2. item2
that's pretty easy
choose enumerate -- insert text
choose standard -- insert Ctrl-L and %
choose enumerate -- insert text
view
Herbert
Enrico Forestieri wrote:
> Both forms are equivalent, indeed \bgroup and \egroup are defined
> as \let\bgroup={ \let\egroup=} by TeX. The macro forms are useful
> because you can include them in a definition without worrying
> about how they nest. I mean that you can do something like:
>
> \def\b
Herbert Voss wrote:
> Juergen Spitzmueller wrote:
>> Richard Heck wrote:
>>
>>> << c.r/255.0 << ',' << c.g/255.0 << ',' << c.b/255.0
>> An alternative would be to require xcolor instead of color (we require this
>&g
Juergen Spitzmueller wrote:
> Richard Heck wrote:
>
>> << c.r/255.0 << ',' << c.g/255.0 << ',' << c.b/255.0
>
> An alternative would be to require xcolor instead of color (we require this
> anyway nowadays) and use \definecolor{shadecolor}{RGB}{}. Then you don't
> have to do any calculation.
\pr
Enrico Forestieri wrote:
> On Tue, Jun 05, 2007 at 01:25:43PM +0200, Herbert Voss wrote:
>> Jean-Marc Lasgouttes wrote:
>>>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>
>>> Herbert> dvips is a driver and not a printin
Jean-Marc Lasgouttes wrote:
>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>
>>> You should :) How do you use dvips in a linux-like setup?
>
> Herbert> pretty easy ... :-) there is a config.ps and all other
> Herbert&
Jean-Marc Lasgouttes wrote:
>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>
> Herbert> Jean-Marc Lasgouttes wrote:
>>>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
> Herbert> thi
Jean-Marc Lasgouttes wrote:
>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>
> Herbert> this is nowadays only of some historical interest ... As seen
> Herbert> is Richard's config list from Fedora, the file is used as a
&
Enrico Forestieri wrote:
> On Mon, Jun 04, 2007 at 10:45:40PM +0200, Jean-Marc Lasgouttes wrote:
>
>>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>> Herbert> these are _all_ config files and not printer files.
>>
>> H
Jean-Marc Lasgouttes wrote:
>> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes:
>
> Richard> And by the way, I think this means that "case 2"---see
> Richard> LyXFunc.cpp, line 1065 or so---is broken. This handles the
> Richard> case where no "spool command", such as lp, is provided. In
>
Enrico Forestieri wrote:
>> config. is misleading. For example: config.pdf is a config file
>> to use always Type 1 fonts but I can print the ps file on _every_ printer
>
> Granted. But what if you have 300, 600, and 1200 dpi printers?
> The "Adapt Output" thing let you adapt (sic!) the pk fonts
Richard Heck wrote:
> Herbert Voss wrote:
>> Richard Heck wrote:
>>
>>> [EMAIL PROTECTED] src]$ find /usr/share/texmf/dvips/ -name 'config.*'
>>> /usr/share/texmf/dvips/tetex/config.www
>>> /usr/share/texmf/dvips/tetex/config.download35
>&
Richard Heck wrote:
>>
>> "Herbert" == Herbert Voss
>> <[EMAIL PROTECTED]> writes:
>> Herbert> sorry, I cannot follow here
>>
>> Herbert> dvips -Pabc uses a config.abc file which declares
>> Herbert> resolution, font using
Jean-Marc Lasgouttes wrote:
>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>
> Herbert> sorry, I cannot follow here
>
> Herbert> dvips -Pabc uses a config.abc file which declares
> Herbert> resolution, font using and pape
Richard Heck wrote:
> Herbert Voss wrote:
>> Richard Heck wrote:
>>
>>
>>> Yes. How about this. Just say, explicitly:
>>> [X] Use -Pprinter parameter with dvips.
>>> And then, for a tooltip:
>>> Adjusts dvips output for a particular
Richard Heck wrote:
> Yes. How about this. Just say, explicitly:
> [X] Use -Pprinter parameter with dvips.
> And then, for a tooltip:
> Adjusts dvips output for a particular printer. (Note: dvips must be
> pre-configured for that printer.)
dvips is not pre-configured, it uses always a config file
Uwe Stöhr wrote:
>> yes, that's right, but is save to use
>>
>> \newcommand*\oline{\ensuremath{\overline{\phantom{A
>
> But then the line is a bit too long when I compare:
>
> _
> \ensuremath{\underline{\overline{\phantom{A
replace the A bei I
>
>
>>> 2302 HOUSE: ⌂
Juergen Spitzmueller wrote:
> Herbert Voss wrote:
>
>> \newcommand*\DEL{{\fontencoding{U}\fontfamily{ascii}\selectfont\char127}}
>
> perhaps \providecommand (in case the ascii package is already loaded).
but only in this case, the other way round works ... :-)
Herbert
Uwe Stöhr wrote:
>> \newcommand*\LyXrightangle{{\usefont{U}{msa}{m}{n}\char120}}
>
> Many thanks.
> Where is a table to look what number corresponds to what character in
> the font files? I seared for a code chart table for msam and msbm but
> couldn't found this character there.
>
> Now only the
Uwe Stöhr wrote:
> Andre Poenitz schrieb:
>
>>> (Using \={} is too short for the OVERLINE, it has to be the same
>>> length as \_ )
>>
>> \raisebox{1.3ex}{\_}
>
> This is too low, the overline has to be in the same height as the bar
> above an "M": \=M
> I found out that this would then be
> \rai
Michael Gerz wrote:
> - What happens if neither "floating" nor "inline" is activated? (Confusing)
I suppose that the user gets a listing, which is not a flot and not in a
line ... ;-)
How could this be confusing??? A listing is in the first case a listing
and it can be inlined or not or a float
Uwe Stöhr wrote:
>>>"\\newcommand{\\lyxcareof}{\\leavevmode\\hbox{\\raise.75ex\\hbox{c}\\kern-.15em/\\kern-.125em\\smash{\\lower.3ex\\hbox{o}}}\\ignorespaces}"
>
>>> ""
>>
>> \newcommand*\lyxcareof{%
>> \mbox{\raisebox{.8ex}{c}\kern-.175em\raisebox{.2ex}{/}%
>> \kern-.18em\raisebox{-.2ex}{o}}}
>
Uwe Stöhr wrote:
>> But I would do it like this:
>>
>> 0x2105 "\\lyxcareof" "" "\\newcommand{\\lyxcareof}
>>
> {\\leavevmode\\hbox{\\raise.75ex\\hbox{c}\\kern-.15em/\\kern-.125em\\smash{\\lower.3ex\\hbox{o}}}\\ignorespaces}"
>
>>
>> # CARE OF
>
> This doesn't work but this:
>
> # following macr
Bo Peng wrote:
> On 5/26/07, Herbert Voss
> <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED]
>> as inline listing doesn't work, because the inset uses
>> # as delimiter, which is not allowed.
>>
>> -- let the user choose from a list a delimiter, or
&
[EMAIL PROTECTED]
as inline listing doesn't work, because the inset uses
# as delimiter, which is not allowed.
-- let the user choose from a list a delimiter, or
-- do not choose \ & @ # ^ _ ~ $ as delimiter
Herbert
Jürgen Spitzmüller wrote:
> Herbert Voss wrote:
>> -> XeTeX
>
> So dvipdfmx is still the right thing to choose, unless people use XeTeX
> (where
> they currently need to change the converters manually anyway).
I never used it but I suppose, that using xdvipdfmx doesn&
Jürgen Spitzmüller wrote:
> Herbert Voss wrote:
>>> dvipdfmx is neither useless nor outdated:
>>> http://project.ktug.or.kr/dvipdfmx/
>> dvipdfm is useless ...
>
> But we use dvipdfmx (if available).
>
>> there is also a xdvipdfmx
>
> what's its benefit?
-> XeTeX
Herbert
Jürgen Spitzmüller wrote:
> Michael Gerz wrote:
>> I wonder whether we should drop the dvipdfm path for 1.5.X. Is anybody
>> actually using this (possibly outdated) tool? Offering tree ways to
>> generate PDF may cause more confusion than it brings benefits.
>
> No.
> dvipdfmx is neither useless n
Bo Peng wrote:
>> you cannot export \lstinline{foo}, ist must be something of
>> \lstinlinefoo
>> where is a free choosen delimiter. Otherwise you cannot write
>> something like \lstinline{\textbf{foo}}. Must be
>> \lstinline|\textbf{foo}| or any other character than |.
>
> The listings manual sa
Bo Peng wrote:
> On 5/24/07, Helge Hafting
> <[EMAIL PROTECTED]> wrote:
>> A lyx file and the resulting tex file.
>>
>> latexing this:
>> No file listinginline.aux.
>> )
>> Runaway argument?
>> {test}^^M\end{document}^^M
>> ! File ended while scanning use of [EMAIL PROTECTED]
>>
>>
Helge Hafting wrote:
> %% LyX 1.5.0svn created this file. For more info, see http://www.lyx.org/.
> %% Do not edit unless you really know what you are doing.
> \documentclass[a4paper,twoside,norsk,smallheadings]{article}
> \usepackage[T1]{fontenc}
> \usepackage[latin9]{inputenc}
> \usepackage{fan
Enrico Forestieri wrote:
> On Wed, May 23, 2007 at 05:38:21PM +0200, Jean-Marc Lasgouttes wrote:
>>> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
>
>> Enrico> Going further in your reasoning we should also make difficult
>> Enrico> the use of tables as many people misuse them, too
Uwe Stöhr wrote:
>> I find them very useful when I don't like
>> the default sizes TeX uses in fractions, for example.
>
> Better use the commands \cfrac, \tfrac, etc. in this case.
>
>> I would not use
>> them simply for changing the limits style.
>
> But this is not the intention of these com
Juergen Spitzmueller wrote:
> Bo Peng wrote:
>
>>> I think Herbert refers to the character, as in "!ht".
>> I do not see this anywhere in the manual.
>
> From what I understand in the listings sourcde, only "tbp" are valid.
from the _manual_ *tbph for float and tbp for floatplacement
Herbert
Uwe Stöhr wrote:
>> I don't like this. Both the old tooltip and icon were correct.
>
> It is not correct, please look at the bugreport. The user thinks when
> clicking on this button that these settings are about sums or limits but
> both is incorrect. You can use these commands for all constructs
Jürgen Spitzmüller wrote:
> Jürgen Spitzmüller wrote:
>> Fine with me. Please commit once you got another OK.
>
> Thanks for committing. I've found one remainder in my tree, an adjustment to
> a
> comment. I let you decide on that (and commit).
> I'm away from my machine now.
>
> Jürgen
>
>
>
Jürgen Spitzmüller wrote:
> So the problem is: what can we do with $\textdegree$ and $°$ in case textcomp
> is requested?
a _correct_ and save way is to do nothing inside LyX and using
always the LaTeX definitions. In fact of some compatibility
you can do inside LyX
\providecommand\LyXtextdegre
Georg Baum wrote:
>>
>> ??
>> With latin9 you get a working \textdegree ...
>> and also some other symbols different to latin1
>
> Sure, \textdegree does not depend on the inputenc package.
??? \inputenc does nothing else than loading
the definition file ...
> What does not work with \usepacka
Richard Heck wrote:
> This patch has been to the list previously and been more or less
> approved. I'm sending it again, however, as I've made some additional
> changes and it should be tested by at least one other person, I think,
> before I commit. If you do test, please test: (i) View>HTML; (ii)
Enrico Forestieri wrote:
> On Mon, May 21, 2007 at 07:28:40PM +0200, Andre Poenitz wrote:
>
>> On Mon, May 21, 2007 at 11:12:33PM +1000, Darren Freeman wrote:
>>> On Mon, 2007-05-21 at 14:52 +0200, Abdelrazak Younes wrote:
Darren Freeman wrote:
> Is this sensible? Does it have meaning at
Enrico Forestieri wrote:
> On Mon, May 21, 2007 at 05:21:51PM +0200, Jean-Marc Lasgouttes wrote:
>
>>>>>>> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes:
>> Darren> On Mon, 2007-05-21 at 16:16 +0200, Herbert Voss wrote:
>>>&
Jürgen Spitzmüller wrote:
> Herbert Voss wrote:
>> with latin9 encoding it works in math and text mode anymay.
>
> but as soon as textcomp is loaded, it fails:
>
> \documentclass[english]{article}
> \usepackage[T1]{fontenc}
> \usepackage[latin9]{input
Abdelrazak Younes wrote:
>>> Right, if I insert \textdegree inside an ERT, the degree symbol is
>>> shown. So, the correction would be to automatically encapsulate
>>> \textdegree inside an mbox when with mathed. Is it possible to do that
>>> thanks to some definition in lib/symbols?
>>
>> No. Wit
Georg Baum wrote:
> Abdelrazak Younes wrote:
>
>> Jürgen Spitzmüller wrote:
>>> Abdelrazak Younes wrote:
There's some problems with \textdegree reported on the users list that I
can easily reproduce. With the attached LyX file, the LateX export will
translate the degree symbol in ma
Abdelrazak Younes wrote:
> There's some problems with \textdegree reported on the users list that I
> can easily reproduce. With the attached LyX file, the LateX export will
> translate the degree symbol in mathed to \textdegree.
>
> Neither the dvi nor the pdf (pdflatex) file shows the \textdegr
Jean-Marc Lasgouttes wrote:
>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>
>>> As I was asking, does this really mean anything?
>
> Abdelrazak> I _don't_ know. But I guess that if the TeX source is
> Abdelrazak> different, there should be a reason.
>
> The vertical align
Herbert Voss wrote:
> Martin Vermeer wrote:
>> On Fri, May 18, 2007 at 09:04:39AM +0200, Herbert Voss wrote:
>>> Martin Vermeer wrote:
>>>> On Thu, May 17, 2007 at 11:32:54PM +0100, José Matos wrote:
>>>>> On Monday 07 May 2007 11:02:29 pm Micha Feigin
Martin Vermeer wrote:
> On Fri, May 18, 2007 at 09:04:39AM +0200, Herbert Voss wrote:
>> Martin Vermeer wrote:
>>> On Thu, May 17, 2007 at 11:32:54PM +0100, José Matos wrote:
>>>> On Monday 07 May 2007 11:02:29 pm Micha Feigin wrote:
>>>>> Sorry, got
Martin Vermeer wrote:
> On Thu, May 17, 2007 at 11:32:54PM +0100, José Matos wrote:
>> On Monday 07 May 2007 11:02:29 pm Micha Feigin wrote:
>>> Sorry, got it wrong, missed the special == "none" in the lyx file and the
>>> not is binary instead of logical (too many programing languages in parallel
Jean-Marc Lasgouttes wrote:
> Yet another glossary package...
no another, the successor ... :-)
Herbert
Bo Peng wrote:
> On 5/16/07, Bo Peng <[EMAIL PROTECTED]>
> wrote:
>> > I did :-) and I am glad that it works! See commit below. What do you
>> > have at the console?
>>
>> Here is what I get from the console.
>>
>> % pplatex: Process input file 0lyxpreview.dvi
>> pplatex: Copy data to 0lyxpreview.d
Michael Gerz wrote:
> Herbert Voss schrieb:
>> Michael Gerz wrote:
>>
>>
>>> +\TestPackage{pdfcolmk}
>>>
>>
>> is senseless for the current pdftex, which has it already builtin
>>
> But there are people with elder versions
Jürgen Spitzmüller wrote:
> Herbert Voss wrote:
>> where is the sense having the spaces inside the argument?
>
> The macro embraces all newly added text. So if I have a phrase
> "this is it."
> and add
> "this is it now."
> the lyxdeleted macro incl
Jürgen Spitzmüller wrote:
> Michael Gerz wrote:
>> After Wednesday. Currently, I am swamped with work.
>
> I'll do that. Furthermore, I have fixed an assert because lyxasserted and
> lyxdeleted did not have proper x11 names. I wonder why you did not run
> accross that.
>
> I detected another pr
Michael Gerz wrote:
> +\TestPackage{pdfcolmk}
is senseless for the current pdftex, which has it already builtin
> \TestPackage{prettyref}
> \TestPackage{preview}
> \TestPackage{rotating}
> \TestPackage{setspace}
> +\TestPackage{soul}
> \TestPackage{subfigure}
subfigure is superseeded by su
Andre Poenitz wrote:
> On Sat, May 12, 2007 at 11:18:50PM +0200, Herbert Voss wrote:
>> Michael Gerz wrote:
>>
>>> + "\\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n"
>>> + "\\newcommand{\\lyxdeleted}[3]{\\textcolor{red}{\\st{#3}}}\n
Michael Gerz wrote:
> + "\\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n"
> + "\\newcommand{\\lyxdeleted}[3]{\\textcolor{red}{\\st{#3}}}\n";
I forgot to say, that you should choose names like
[EMAIL PROTECTED] and [EMAIL PROTECTED]
Then it is not so easy, that a user chooses su
Michael Gerz wrote:
> Herbert Voss schrieb:
>> Michael Gerz wrote:
>>
>>> this patch brings change tracking output to the PDF world.
>>>
>>
>>
>>> +static string const changetracking_xcolorsoul_def =
>>> +"\\newcomman
Michael Gerz wrote:
>
> this patch brings change tracking output to the PDF world.
> +static string const changetracking_xcolorsoul_def =
> + "\\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n"
> + "\\newcommand{\\lyxdeleted}[3]{\\textcolor{red}{\\st{#3}}}\n";
why are the colors ha
Michael Gerz wrote:
> Herbert Voss schrieb:
>> Michael Gerz wrote:
>>
>>
>>> does anybody know why the following LaTeX construct (soul + xcolor) does
>>> not work:
>>>
>>> \st{\textcolor{red}{hello world}}}
>>>
>&g
Michael Gerz wrote:
> does anybody know why the following LaTeX construct (soul + xcolor) does
> not work:
>
> \st{\textcolor{red}{hello world}}}
>
> Error message:
>
> Package xcolor Error: Undefined color `{red}'.
> ...
>
> It seems like soul is very picky about its arguments. If nobod
Jean-Marc Lasgouttes wrote:
>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>
> Herbert> there is a third variant to prevent an option clash if
> Herbert> another package already loads babel (same for other packages)
>
Jean-Marc Lasgouttes wrote:
>> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:
>
>>> Uwe, I do not understand why lang_opts is passed to babel in the
>>> second if() when lyxrc.language_global_options is true. What was
>>> your intention?
>
> Uwe> When lyxrc.language_global_options is true bab
Bo Peng wrote:
>> > 130 parameters is sheer madness. :-)
>>
>> +1, sorry Bo...
>
> What are you sorry for? I am not going to validate all 130 parameters
> right now, and there will be the GUI designer's decision how to choose
> and present the most important parameters, and leave others may be t
1 - 100 of 1510 matches
Mail list logo