Re: Wallpaper on first page only........

2021-05-05 Thread Christoph Schmitz
Hello Charlie,

Try the following:

1. In the preamble add the following line:
\usepackage{wallpaper}

2. In the document add TeX following code (LyX > Insert > TeX Code):
\thispagestyle{empty}
\ThisCenterWallPaper{1}{path_to_wallpaper}

Chris



> On 6. May 2021, at 07:27, Charlie  wrote:
>
>
>   Hello Everyone,
>
>   I was just wondering if anyone has a way of creating a
>   wallpaper image on the first page of a document only?
>
> I use ERT: \CenterWallPaper{.53}{graphic desired}
>
> However, it places the image on every page of the document. Usually use
> it that way, but in some instances it would more desirable on only the
> first page.
>
> Have tried various methods found on the NET to have it only on the
> first page. No joy unfortunately.
>
> TIA,
> Charlie
>
>   East Gippsland Wildlife Rehabilitators Inc..
>   http://www.egwildlife.com.au/
>
> --
>   Registered Linux User:- 329524
>
>   ***
>
>   If a little knowledge is dangerous, where is the man who has so
>   much as to be out of danger? -Thomas Henry Huxley
>
>   ***
>   Debian GNU/Linux - Magic indeed.
>
>   -
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Pasting latex in a lyx file

2021-04-19 Thread Christoph Schmitz
I want to second this proposal!

I do not know how much work it would be to create a new setting, which would 
allow users to use whatever method they prefer. If I have to chose between the 
two options, Daniel's proposal is my preference.

Chris


> Am 19.04.2021 um 14:43 schrieb Daniel :
> 
> On 10/4/21 16:07, Mario D wrote:
>> Paul,
>> Ctrl+Shift+V works just fine for me, thanks!
>> My fault, and I beg your pardon for this, for not having tried the relative 
>> option in "Edit -> Paste Special" : I just tried the "Paste from LaTeX", 
>> which doesn't work  in my case (I am pasting tikz figures, so @rich: I was 
>> referring to the second option).
>> Thank you everybody. :)
> 
> Actually, I am wondering whether preserving newlines should be the default. I 
> don't think one can expect that the default paste command changes the format 
> that way. Instead the "special" option should be paste with removing 
> newlines, I think.
> -- 
> Daniel
> 
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Compile Problems After Updating to Qt6

2021-03-11 Thread Christoph Schmitz
After homebrew silently updated Qt to v6 I cannot compile LyX anymore. Where is 
the right place to ask questions regarding build issues?

If this is the right place, here is my questions:

--

Operating system: macOS 11.3 Beta (20E5196f)

I have been struggling with this problem for a few days now. Last week my 
homebrew installation quietly updated Qt to v6 (brew upgrade). Since then I 
can't compile LyX anymore. Unfortunately I learned about the "brew pin" command 
too late.

When running .\configure I get the error message: "configure: error: cannot 
compile a simple Qt executable. Check you have the right $QTDIR."

I tried to set $QTDIR to the following directories:

/usr/local/Cellar/qt
/usr/local/Cellar/qt/6.0.2
/usr/local/Cellar/qt/6.0.2/bin
/usr/local/Cellar/qt/6.0.2/lib
/usr/local/opt/qt
/usr/local/opt/qt6
/usr/local/opt/qt@6

I also tried to downgrade to Qt5, but this also did not solve the problem. I 
have noticed that Qt5 is not installed in the folder "qt" anymore (this is now 
the place, where Qt6 is installed), but in a folder with the name "qt@5".

I also deleted my local repository and started from scratch. Also no success.

I appreciate any recommendation what to do.

Chris-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users