Bug with 2.3.8->2.4

2023-01-27 Thread Herbert Voss
=20.0theight%]{/private/tmp/3-42}\\ \includegraphics[clip,width=0.15\textwidth,height=20.0theight%]{/private/tmp/3-42}\\ ... which is wrong! Herbert Version 2.4.0-beta2 (11. Dezember 2022) Qt-Version (Laufzeit): 6.4.1 (Plattform: cocoa) Qt-Version (bei Erstellung): 6.4.1 OS-Version (bei

After my latest MacOS/Microsoft updates

2022-04-13 Thread Herbert Clemens
Hi. My MacOS won’t let me open my lyx files because Microsoft 'can’t check them for malware.’ The previous workaround no longer works. Is there anything I can do or do I finally have to learn to TeX? Thanks for any help! Herb Clemens Columbus OH USA -- lyx-devel mailing list lyx-devel@lists.ly

Re: [patch] fix subfig - caption package clash

2008-05-13 Thread Herbert Voss
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

Re: [patch] fix subfig - caption package clash

2008-05-13 Thread Herbert Voss
with \DeclareOption. It should be used in any case, where a document class and a user may load the same package with different options. Herbert

Re: [patch] fix subfig - caption package clash

2008-05-10 Thread Herbert Voss
en the user can load the package with any optional argument and you do not get an option clash. Herbert

Re: About the needed Caption dialog

2008-04-21 Thread Herbert Voss
images to the caption is one of the most frequent problems in the lyx-users list as this often causes LaTeX troubles or leads to an output the user didn't expect and want. this is another problem and depends not to the caption. You can also put images in a title or elsewhere ... Herbert

Re: About the needed Caption dialog

2008-04-21 Thread Herbert Voss
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

Re: About long table and captions...

2008-04-21 Thread Herbert Voss
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

Re: About long table and captions...

2008-04-21 Thread Herbert Voss
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

Re: About long table and captions...

2008-04-21 Thread Herbert Voss
nsetCaption would be automatically present here. IMHO 2-a) is best because we can then reuse InsetCaption, InsetLabel and InsetOpt. If the top row is empty then, no caption. captions of tables are sometimes over and sometimes under the table! It is nothing else than a \multicolumn Herbert

Re: problems with the new pdfpages support

2008-04-13 Thread Herbert Voss
ersion of VTeX (Linux/OS2) ist dead. However, you always run vlatex, its _default_ output is pdf. Herbert

Re: LyX site - left to do?

2008-04-04 Thread Herbert Voss
e on the internet are lazy and every additional click for getting updated is one too much. Yes, we need this thing back. And we need the old news back IMO. btw: LyX in the upper left corner is not correct typeset, it should be similar to TeX. Herbert <>

Re: TeX Question

2008-04-04 Thread Herbert Voss
execute it? Only if you give the '-shell-escape' command line option. Which is turned on by default on some TeX distributions, I think. Which one? Herbert

Re: TeX Question

2008-04-03 Thread Herbert Voss
rder to compile lyx/tex sources. http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg137305.html with working url reference http://www.nabble.com/-patch--fix-dvips-td16165178.html dvips is an external program, which is not run by TeX itself. Herbert

Re: Extremely Local Layout

2008-03-21 Thread Herbert Voss
EndFont Preamble \newcommand{\menuitem}[1]{\sffamily{#1}} should be \newcommand*\menuitem[1]{{\sffamily#1}} otherwise switching to \sffamily is not hold local Herbert

latest svn, compiling error

2008-03-21 Thread Herbert Voss
benötigt von »lengthcommon.o«, zu erstellen. Schluss. make[4]: Leaving directory `/tmp/lyx-devel/src/tex2lyx' make[3]: *** [all] Fehler 2 (no rule to create target »lengthcommon.cpp«, ... Herbert

Re: Problems with program listings and captions/labels

2008-03-21 Thread Herbert Voss
} \newcommand\CKr[1]{\marginpar{\color{purple}\small\itshape CKr: #1}} ... when the job is done, you can simply change the commands to \newcommand\hv[1]{} ... Herbert

Re: Problems with program listings and captions/labels

2008-03-21 Thread Herbert Voss
hen explained more on detail on page~\pageref{ref2} blah blah and so on. \end{document} Herbert

Re: [patch] InsetSpace extension

2008-03-18 Thread Herbert Voss
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

Re: [patch] InsetSpace extension

2008-03-18 Thread Herbert Voss
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

Re: Wrong use of \textrm? Should be \textnormal.

2008-02-11 Thread Herbert Voss
apedefault which is far different. In general the user wants to set his current font to \rmfamily without changing the other font parameters. Herbert

Re: importing .doc-files

2008-02-09 Thread Herbert Voss
Hartmut Haase schrieb: Which packages do I need to import .doc-files? Open it with openOffice and then export to LaTeX ... Herbert

Re: strange pdflatex output with view change tracking in footnotes

2008-02-09 Thread Herbert Voss
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

Re: strange pdflatex output with view change tracking in footnotes

2008-02-09 Thread Herbert Voss
tput screenshot) Also see the attached screenshot where apparently the entire following page is highlighted blue as a result of a blue footnote present on the preceeding page. (see attached screenshot) \usepackage{pdfcolmk} Herbert

Re: [Fwd: Re: [floatflt] about the license of your floatflt LaTeX-package]

2008-02-09 Thread Herbert Voss
statement. Please ask him, if we can change all his packages to the LPPL-license. It seems, that he'll reply to your mails ... :-) Herbert Original-Nachricht Betreff: Re: [floatflt] about the license of your floatflt LaTeX-package Datum: Fri, 08 Feb 2008 18:53:21 +0100 Von

Re: [Fwd: Re: [floatflt] about the license of your floatflt LaTeX-package]

2008-02-08 Thread Herbert Voss
the author? What kind of stupidity is that? the question is, who is stupid ... ;-) -- floatflt is not a popular package -- I wrote do Mats several times, but never got an answer Herbert

Re: [patch] floatflt to wrapfig for branch

2008-02-07 Thread Herbert Voss
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

Re: [patch] floatflt to wrapfig for branch

2008-02-06 Thread Herbert Voss
6,9 @@ \TestPackage{soul} \TestPackage{subfigure} subfigure is deprecated anmd in the obsolete part of CTAN... Herbert

Re: important info about the floatflt package and the LyX manuals

2008-02-06 Thread Herbert Voss
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

Re: important info about the floatflt package and the LyX manuals

2008-02-05 Thread Herbert Voss
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

Re: important info about the floatflt package and the LyX manuals

2008-02-05 Thread Herbert Voss
... None of the TeX users group get money for selling the TeX-Collection. But it is not allowed to have "nosell" packages on the DVD, when book stores sell the DVD or publishers put the DVD for free in a journal. You have to pay for the journal together with the DVD, hence it is not free. Herbert

Re: important info about the floatflt package and the LyX manuals

2008-02-04 Thread Herbert Voss
ctive LaTeX-distribution I know. Generally speaking, it sucks that they discovered that floatflt has a nosell license after 10 years and not before! Argh. contact the author to change the license ... which is sometimes difficult after all these years. Herbert

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Herbert Voss
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

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Herbert Voss
gree with Jean-Marc on this one. If the intention is to split an > environment, > the tool used should visually express that. The current behaviour is easy! Herbert

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Herbert Voss
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

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Herbert Voss
o 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 knows no empty lines ... it is used to split paragraphs If you do not know these facts, you cannot understand TeX and you cannot understand LyX ... Herbert

Re: [PATCH] 2697: SplitLayout environment.

2007-06-08 Thread Herbert Voss
KeepEmpty 1 End in stdclass.inc Herbert

Re: EndEnvironment layout entry.

2007-06-07 Thread Herbert Voss
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

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-07 Thread Herbert Voss
me cases it is sav to define \def\beginlarge{\begingroup\large} which needs an \endgroup. Herbert

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Herbert Voss
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

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Herbert Voss
necolor{shadecolor}{RGB}{}. Then you don't > have to do any calculation. \providecolor{LyXshadecolor}{RGB}{...}to be save Herbert

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-05 Thread Herbert Voss
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

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-05 Thread Herbert Voss
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&

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-05 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> Jean-Marc Lasgouttes wrote: >>>>>>>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > Herbert> thi

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-05 Thread Herbert Voss
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 &

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-04 Thread Herbert Voss
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

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-04 Thread Herbert Voss
magic line > o "|lpr -Pl2000" > (which it does), the output will be correct. some Linux distribution come with a line o "|lpr" in config.ps by default, but some not, eg SuSE Herbert

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-04 Thread Herbert Voss
t you adapt (sic!) the pk fonts to the printer. > Otherwise, how would you do that? _everything_ can be overwritten by the command line options Herbert

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-04 Thread Herbert Voss
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 >&

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-04 Thread Herbert Voss
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

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-04 Thread Herbert Voss
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

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-04 Thread Herbert Voss
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

Re: [PATCH] Bug 3800 -- Confusing "Adapt Output"

2007-06-04 Thread Herbert Voss
always a config file, at least config.ps Herbert

Re: [patch] request for permission to add more symbols to unicodesymbols file

2007-05-30 Thread Herbert Voss
font, which should be on all systems, but >> sometimes the map is not proper installed: >> updmap Map=ascii.map > > It seems so, but the updmap call doesn't work here: > > C:>updmap --help sorry, should be updmap enable Map=ascii.map Herbert

Re: [patch] request for permission to add more symbols to unicodesymbols file

2007-05-30 Thread Herbert Voss
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

Re: [patch] request for permission to add more symbols to unicodesymbols file

2007-05-30 Thread Herbert Voss
U}\fontfamily{ascii}\selectfont\char008}} > 25d9 INVERSE WHITE CIRCLE: ◙ \newcommand*\LF{{\fontencoding{U}\fontfamily{ascii}\selectfont\char010}} needs installed ascii font, which should be on all systems, but sometimes the map is not proper installed: updmap Map=ascii.map Herbert

Re: [patch] request for permission to add more symbols to unicodesymbols file

2007-05-30 Thread Herbert Voss
quot;M": \=M > I found out that this would then be > \raisebox{2.61ex}{\_} yes, that's right, but is save to use \newcommand*\oline{\ensuremath{\overline{\phantom{A A\oline B Herbert

Re: Listing issues & translation work

2007-05-30 Thread Herbert Voss
lined or not or a float or not ... Herbert

Re: [patch] request for permission to add more symbols to unicodesymbols file

2007-05-28 Thread Herbert Voss
.175em\raisebox{.2ex}{/}% >> \kern-.18em\raisebox{-.2ex}{o}}} > > Thanks I use now your solution instead. > Do you perhaps also have a nice solution to create the unicode symbol > 221f RIGHT ANGLE?: "∟" \newcommand*\LyXrightangle{{\usefont{U}{msa}{m}{n}\char120}} Herbert

Re: [patch] request for permission to add more symbols to unicodesymbols file

2007-05-28 Thread Herbert Voss
x\\hbox{o}}}\\ignorespaces}" > "" > > I noticed that the command must be in one line. \newcommand*\lyxcareof{% \mbox{\raisebox{.8ex}{c}\kern-.175em\raisebox{.2ex}{/}% \kern-.18em\raisebox{-.2ex}{o}}} Herbert

Re: bug in listings-inline code

2007-05-26 Thread Herbert Voss
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 &

bug in listings-inline code

2007-05-26 Thread Herbert Voss
[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

Re: 1.5b3 grace->pdf problems

2007-05-26 Thread Herbert Voss
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&

Re: 1.5b3 grace->pdf problems

2007-05-26 Thread Herbert Voss
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

Re: 1.5b3 grace->pdf problems

2007-05-26 Thread Herbert Voss
t; dvipdfmx is neither useless nor outdated: > http://project.ktug.or.kr/dvipdfmx/ dvipdfm is useless ... there is also a xdvipdfmx Herbert

Re: Inline listings trouble

2007-05-25 Thread Herbert Voss
e token must not be an explicit space token—and, of course, > using a listing inside another argument is itself experimental, see > section 5.1. > > I use {} because I do not want to scan through the code snipet to see > if it has |, or $ or whatever. \lstinline{\textbf{foo}} doesn't work ... Herbert

Re: Inline listings trouble

2007-05-24 Thread Herbert Voss
tinlinefoo 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 |. Herbert

Re: Inline listings trouble

2007-05-24 Thread Herbert Voss
ent} > test > > \lstinline{test} change this line to \lstinline|test| and run the latex file. What happens? Herbert

Re: [patch] fix bug 3672 - better one

2007-05-23 Thread Herbert Voss
ometimes it is wrong. The example > of a continued fraction comes to mind. In this case the fraction looks > much better when you enforce \displaystyle. \cfrac[opt arg]{..}{...} does it all ... Herbert

Re: [patch] fix bug 3672 - better one

2007-05-23 Thread Herbert Voss
> But this is not the intention of these commands, they are there to > change the style (size and spacings) of whole math constructs and not > only parts of it. Therefore there are commands like \cfrac and \nolimits. > > Herbert, what is your interpretion of this issue? the font size

Re: [patch] Bug 3645: Listings dialog: gui not translatable

2007-05-23 Thread Herbert Voss
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

Re: [patch] fix bug 3672 - better one

2007-05-23 Thread Herbert Voss
ferent > style and therefore also size. it is easy: inside math there are only styles ... A style can, of course, define a font size, but this is not important here. Herbert

Re: [patch] Bug 3645: Listings dialog: gui not translatable

2007-05-22 Thread Herbert Voss
(e.g. floatplacement can be one or more of tbph) > + /// a string from which par is composed of > + /// (e.g. floatplacement can be one or more of tbph) or !... with at least one character of tbph Herbert

Re: Major problem with \textdegree

2007-05-22 Thread Herbert Voss
degree-Symbol is the best choice. Herbert

Re: Major problem with \textdegree

2007-05-22 Thread Herbert Voss
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

Re: [PATCH] HTML Export Bugs

2007-05-22 Thread Herbert Voss
path to the document cannot contain > spaces.")); > +_("The directory path to the document cannot contain > spaces, " > +"since your LaTeX installation does not allow them.")); LaTeX is the name of a format and not an installation. This is always called TeX. All new TeX distributions use pdftex as basic machine, which can handle spaces in a file name. Herbert

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Herbert Voss
l tell you that an empty symbol is used. >>> As I was asking, does this really mean anything? >> Sure. Just look at the output of {Ge}^1 and Ge^1. >> >> The superscript is in different heights above baseline. > > Not in TeX, unless the math font you use has unusually tall capital letters. put it in a box and measure the height, it is different. Herbert

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Herbert Voss
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: >>>&

Re: Major problem with \textdegree

2007-05-21 Thread Herbert Voss
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

Re: Major problem with \textdegree

2007-05-21 Thread Herbert Voss
e real > problem is. with latin9 encoding it works in math and text mode anymay. Herbert

Re: Major problem with \textdegree

2007-05-21 Thread Herbert Voss
t; symbol, but the inputenc package does not know that. The same is true for ?? With latin9 you get a working \textdegree ... and also some other symbols different to latin1 > \textmu, so if you use the same workaround for \textdegree as is used for > \textmu (force flag in unicodesymbols) it should work. Herbert

Re: Major problem with \textdegree

2007-05-21 Thread Herbert Voss
atex) file shows the \textdegree symnol > but both of them shows the unicode symbol just fine. the log file says it all ... Herbert

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Herbert Voss
elrazak> different, there should be a reason. > > The vertical alignment depends on the ascent/descent of the nucleus. I > guess that {Ge}^33 is not the same as Ge^33. {Ge}^3 is different to Ge^3 and G^3 and e^3, which have all the same vertical height. Herbert

Re: Fwd: [patch] parbox with only width setting, automatic height gets height 0pt (lyx 1.5)

2007-05-18 Thread Herbert Voss
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

Re: Fwd: [patch] parbox with only width setting, automatic height gets height 0pt (lyx 1.5)

2007-05-18 Thread Herbert Voss
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

Re: Fwd: [patch] parbox with only width setting, automatic height gets height 0pt (lyx 1.5)

2007-05-18 Thread Herbert Voss
as a fix for bug 3242. > > If it works... > > Does this mean that a height value of 0 is now taken as a request > for default height? > > I suppose it is safe as it is a physically unrealistic value. why is this physically unrelated? It is the value for a vertical box of height 0pt, which may be useful just like \makebox[0pt]... Herbert

Re: [CTAN Announcements] New CTAN package: glossaries

2007-05-16 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: > Yet another glossary package... no another, the successor ... :-) Herbert

Re: r18331 - in /lyx-devel/trunk: development/scons/scons_man...

2007-05-16 Thread Herbert Voss
sing \begin{document}. > > See the LaTeX manual or LaTeX Companion for explanation. > Type H for immediate help. > ... > > l.87 \newsavebox >[EMAIL PROTECTED] > > The offending line in the preamble is \usepackage[labelfont={bf,sf}, > tableposition=top]{caption}[2004/07/16] > . > > I guess my caption package is too old? > > \NeedsTeXFormat{LaTeX2e}[1994/06/01] > \ProvidesPackage{caption}[1995/04/05 v1.4b caption package (AS)] ancient version from the last century ... Herbert

Re: [PATCH] CT output for pdflatex

2007-05-15 Thread Herbert Voss
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

Re: [PATCH] CT output for pdflatex

2007-05-13 Thread Herbert Voss
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

Re: [PATCH] CT output for pdflatex

2007-05-13 Thread Herbert Voss
t. > > I detected another problem: preceeding blanks are swallowed by the > lyxinserted > macro. It boils down to the following: > > with > \textcolor{blue}{ text } > the first blank vanishes, while with > \textcolor{blue}{{ text }} > it is printed correctly. >

Re: [PATCH] CT output for pdflatex

2007-05-13 Thread Herbert Voss
ure is superseeded by subfig Herbert

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
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

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
easy, that a user chooses such names for own purposes, not knowing that they are used inside LyX. needs the \makeatletter ... \makeatother sequence, which is already done by LyX, if I am right. Herbert

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
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

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
lor{lyxdeleted}{\\st{#3}}}\n"; then the user can define his own colors in his own color model. Herbert

Re: CT - xcolor & soul

2007-05-12 Thread Herbert Voss
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

Re: CT - xcolor & soul

2007-05-12 Thread Herbert Voss
nded, but shouldn't ... \st{\protect\textcolor{red}{hello world}} Herbert

Re: babelCall strange logic

2007-05-09 Thread Herbert Voss
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) >

Re: babelCall strange logic

2007-05-09 Thread Herbert Voss
ons]{article} > \usepackage[lang1,lang2]{babel} > or (the default) > \documentclass[options,lang1,lang2]{article} > \usepackage{babel} there is a third variant to prevent an option clash if another package already loads babel (same for other packages) \PassOptionsToPackage{lang1,lang2}{babel} before \documentclass Herbert

  1   2   3   4   5   6   7   8   9   10   >