Re: Markdown to Lyx

2020-12-13 Thread Dr Eberhard W Lisse
Murat,

what is the Wiki link?

—
Sent from Dr Lisse’s iPhone
On 14 Dec 2020, 07:28 +0200, Murat Yildizoglu , wrote:
>
>
> > Le 11 déc. 2020 à 15:50, Dr Eberhard W Lisse  a écrit :
> >
> > Murat,
> >
> > also look for pandoc’s template (-t latex) which you can modify. You really 
> > want Koma-Script instead of the standard (ie scrartcl vs article), and you 
> > also want LuaLaTeX (if you are not using it already.
> >
> > Then google
> >
> > https://www.google.com/search?q=pandoc+latex+template
> >
> > I took the example from Wandmalfarbe and modified it heavily for my use two 
> > years ago and had to use a little Perl because tex2lyx produced some ERT, 
> > but tex2lyx has been revised a number of times by then, and, as I wrote 
> > before my situation was very specific.
> >
> > My latest hobby, by the way, is to re-engineer hardcopy forms in LyX and 
> > then use Perl’s template toolkit to have my practice software fill in my 
> > patients’ details :-)-O.
> >
> > Even figured out a way to generate a realistically looking date stamp  
> > which varies by location and rotation randomly a little and put it into the 
> > preamble so no ERT when it appears in the PDF. But I had to have someone 
> > explain my own LaTeX code to me :-)-O
> >
> > greetings, el
> >
> > —
> > Sent from Dr Lisse’s iPhone
> > On 11 Dec 2020, 06:19 +0200, Murat Yildizoglu , wrote:
> > > Hello Eberhard,
> > > Thank you very much for your suggestions. I think Hazel + some scripting 
> > > could make life easier if I have to tweak too much things, too frequently 
> > > in this process.
> > >
> > > In the meantime, I have discovered that with correct options in Pandoc 
> > > (and I have not explored them all yet), the document obtained through the 
> > > import filters is already pretty decent in fact. Kudos to LyX again!
> > >
> > > I currently use the following command line for md -> tex conversion :
> > >
> > > pandoc -s  -f markdown-auto_identifiers+raw_tex -t latex   -o $$o $$I
> > >
> > > -auto_identifiers+raw_tex extensions, respectively,  eliminate some 
> > > automatic referencing that does not play very well with LyX, and the 
> > > possibility of including raw latex in the MD document.
> > >
> > > With time, I will have to make things more sophist aced (including YAML 
> > > headers, references etc.) but for now I am quite happy with what I get as 
> > > a basis.
> > >
> > > Best regards,
> > >
> > > Murat
> > >
> > >
> > > > Le 11 déc. 2020 à 00:33, Dr Eberhard W Lisse  a écrit :
> > > >
> > > > Murat,
> > > >
> > > > I would not do that through an import from the LyX GUI.
> > > >
> > > > Convert to LaTeX (with pandoc) and then modify the template pandoc uses
> > > > in steps until the TeX file it produces converts into proper LyX
> > > > (tex2lyx).
> > > >
> > > > Write yourself a Makefile, especially if a little Perl or Python is
> > > > required to make changes to the LyX file.
> > > >
> > > > I once had to take a MindMap and generate a Beamer presentation, so a
> > > > little AppleScript was even required in the Makefile to export to
> > > > Markdown, but eventually this worked out great.
> > > >
> > > > Same for trying to dictate, which does not work with LyX at all.
> > > > Markdown works very well, and a little Makefile produces very nice LyX.
> > > >
> > > > make is part of the XCode Command Line Tools which you get from the
> > > > command line with
> > > >
> > > > sudo xcode-select --install
> > > >
> > > > el
> > > >
> > > > On 2020-12-10 05:15 , Murat Yildizoglu wrote:
> > > > > Hello All,
> > > > > I am trying to find a way to directly import markdown documents in 
> > > > > Lyx.
> > > > >
> > > > > I have created a Markdown file type and a filter Markdown->Latex using
> > > > a pandoc command for the conversion:
> > > > > pandoc -f markdown_mmd -t latex   -o $$o $$I
> > > > > But Lyx does not include this type in the import menu.
> > > > > What am I missing?
> > > > > How can I do this?
> > > > > Is this possible?
> > > > >
> > > > > Thank you for your help!
> > > > >
> > > > > Murat
> > > > >
> > > >
> > > >
> > > > --
> > > > lyx-users mailing list
> > > > lyx-users@lists.lyx.org
> > > > http://lists.lyx.org/mailman/listinfo/lyx-users
> > >
> > > —
> > >
> > > Prof. Murat Yildizoglu
> > >
> > > Advisor to the Minister of Education, Youth and Sports of Cambodia
> > > Expertise France
> > >
> > > On temporary leave from
> > > University of Bordeaux
> > >
> > > http://yildizoglu.fr
> > >
> > >
>
> Thank you very much for pointing to this very interesting possibility 
> Eberhard!
>  I have included it in the Wiki page.
>
> —
>
> Prof. Murat Yildizoglu
>
> Advisor to the Minister of Education, Youth and Sports of Cambodia
> Expertise France
>
> On temporary leave from
> University of Bordeaux
>
> http://yildizoglu.fr
>
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Markdown to Lyx

2020-12-13 Thread Murat Yildizoglu


> Le 11 déc. 2020 à 15:50, Dr Eberhard W Lisse  a écrit :
> 
> Murat,
> 
> also look for pandoc’s template (-t latex) which you can modify. You really 
> want Koma-Script instead of the standard (ie scrartcl vs article), and you 
> also want LuaLaTeX (if you are not using it already.
>  
> Then google 
> 
> https://www.google.com/search?q=pandoc+latex+template 
> 
> 
> I took the example from Wandmalfarbe and modified it heavily for my use two 
> years ago and had to use a little Perl because tex2lyx produced some ERT, but 
> tex2lyx has been revised a number of times by then, and, as I wrote before my 
> situation was very specific.
> 
> My latest hobby, by the way, is to re-engineer hardcopy forms in LyX and then 
> use Perl’s template toolkit to have my practice software fill in my patients’ 
> details :-)-O. 
> 
> Even figured out a way to generate a realistically looking date stamp  which 
> varies by location and rotation randomly a little and put it into the 
> preamble so no ERT when it appears in the PDF. But I had to have someone 
> explain my own LaTeX code to me :-)-O
> 
> greetings, el
> 
> — 
> Sent from Dr Lisse’s iPhone
> On 11 Dec 2020, 06:19 +0200, Murat Yildizoglu , wrote:
>> Hello Eberhard,
>> Thank you very much for your suggestions. I think Hazel + some scripting 
>> could make life easier if I have to tweak too much things, too frequently in 
>> this process.
>> 
>> In the meantime, I have discovered that with correct options in Pandoc (and 
>> I have not explored them all yet), the document obtained through the import 
>> filters is already pretty decent in fact. Kudos to LyX again!
>> 
>> I currently use the following command line for md -> tex conversion :
>> 
>> pandoc -s  -f markdown-auto_identifiers+raw_tex -t latex   -o $$o $$I
>> 
>> -auto_identifiers+raw_tex extensions, respectively,  eliminate some 
>> automatic referencing that does not play very well with LyX, and the 
>> possibility of including raw latex in the MD document.
>> 
>> With time, I will have to make things more sophist aced (including YAML 
>> headers, references etc.) but for now I am quite happy with what I get as a 
>> basis.
>> 
>> Best regards,
>> 
>> Murat
>> 
>> 
>>> Le 11 déc. 2020 à 00:33, Dr Eberhard W Lisse >> > a écrit :
>>> 
>>> Murat,
>>> 
>>> I would not do that through an import from the LyX GUI.
>>> 
>>> Convert to LaTeX (with pandoc) and then modify the template pandoc uses
>>> in steps until the TeX file it produces converts into proper LyX
>>> (tex2lyx).
>>> 
>>> Write yourself a Makefile, especially if a little Perl or Python is
>>> required to make changes to the LyX file.
>>> 
>>> I once had to take a MindMap and generate a Beamer presentation, so a
>>> little AppleScript was even required in the Makefile to export to
>>> Markdown, but eventually this worked out great.
>>> 
>>> Same for trying to dictate, which does not work with LyX at all.
>>> Markdown works very well, and a little Makefile produces very nice LyX.
>>> 
>>> make is part of the XCode Command Line Tools which you get from the
>>> command line with
>>> 
>>> sudo xcode-select --install
>>> 
>>> el
>>> 
>>> On 2020-12-10 05:15 , Murat Yildizoglu wrote:
 Hello All,
 I am trying to find a way to directly import markdown documents in Lyx.
 
 I have created a Markdown file type and a filter Markdown->Latex using
>>> a pandoc command for the conversion:
 pandoc -f markdown_mmd -t latex   -o $$o $$I
 But Lyx does not include this type in the import menu.
 What am I missing?
 How can I do this?
 Is this possible?
 
 Thank you for your help!
 
 Murat
 
>>> 
>>> 
>>> --
>>> lyx-users mailing list
>>> lyx-users@lists.lyx.org 
>>> http://lists.lyx.org/mailman/listinfo/lyx-users
>> 
>> —
>> 
>> Prof. Murat Yildizoglu
>> 
>> Advisor to the Minister of Education, Youth and Sports of Cambodia
>> Expertise France
>> 
>> On temporary leave from 
>> University of Bordeaux
>> 
>> http://yildizoglu.fr 
>> 
>> 


Thank you very much for pointing to this very interesting possibility Eberhard!
 I have included it in the Wiki page.

—

Prof. Murat Yildizoglu

Advisor to the Minister of Education, Youth and Sports of Cambodia
Expertise France

On temporary leave from 
University of Bordeaux

http://yildizoglu.fr


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


Re: Markdown to Lyx

2020-12-13 Thread Murat Yildizoglu
Hello,

I have now created the WiKi page: https://wiki.lyx.org/Tips/ConvertMarkdown 


Strangely, the links to Pandoc that I have put in the top part wait for 
approval, while other links I have put on the. Bottom of the page have been 
activated immediately. 

Could someone with admin privileges could activate these links?

Very cordially,

Murat

> Le 14 déc. 2020 à 00:27, José Abílio Matos  a écrit :
> 
> On Friday, December 11, 2020 8:50:36 AM WET Dr Eberhard W Lisse wrote:
> > Murat,
> >
> > also look for pandoc’s template (-t latex) which you can modify. You really
> > want Koma-Script instead of the standard (ie scrartcl vs article), and you
> > also want LuaLaTeX (if you are not using it already.
> >
> > Then google
> >
> > https://www.google.com/search?q=pandoc+latex+template
> >
> > I took the example from Wandmalfarbe and modified it heavily for my use two
> > years ago and had to use a little Perl because tex2lyx produced some ERT,
> > but tex2lyx has been revised a number of times by then, and, as I wrote
> > before my situation was very specific.
> >
> > My latest hobby, by the way, is to re-engineer hardcopy forms in LyX and
> > then use Perl’s template toolkit to have my practice software fill in my
> > patients’ details :-)-O.
> >
> > Even figured out a way to generate a realistically looking date stamp  which
> > varies by location and rotation randomly a little and put it into the
> > preamble so no ERT when it appears in the PDF. But I had to have someone
> > explain my own LaTeX code to me :-)-O
> >
> > greetings, el
> 
> Hi Eberhard and Murat,
>   I always find these threads very enlightening. :-)
> 
> If you find the time and motivation it would be nice to add these nice 
> snippets to the LyX wiki so they do not get forget here.
> 
> Best regards,
> --
> José Abílio
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

—

Prof. Murat Yildizoglu

Advisor to the Minister of Education, Youth and Sports of Cambodia
Expertise France

On temporary leave from 
University of Bordeaux

http://yildizoglu.fr


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


Re: Xubuntu 20.04: Qt Library

2020-12-13 Thread Richard Kimberly Heck
On 12/13/20 3:46 AM, Hartmut Haase wrote:
> Hib Kornel,
> and I never had problems to compile LyX under Xubuntu 18.04 and earler
> versions.

You used --enable-qt5?

Riki


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


Re: Markdown to Lyx

2020-12-13 Thread Murat Yildizoglu
Hi José,
I have tried to do it, but, if I understand correctly how this works, I need to 
add a new page under Tips. Unfortunately the suggested password LyX does not 
seem to be enough for editing the page list. Probably, I am doing something 
stupid. I have not used a wiki for many years, and lost the logic of the system.

> Le 14 déc. 2020 à 00:27, José Abílio Matos  a écrit :
> 
> On Friday, December 11, 2020 8:50:36 AM WET Dr Eberhard W Lisse wrote:
> > Murat,
> >
> > also look for pandoc’s template (-t latex) which you can modify. You really
> > want Koma-Script instead of the standard (ie scrartcl vs article), and you
> > also want LuaLaTeX (if you are not using it already.
> >
> > Then google
> >
> > https://www.google.com/search?q=pandoc+latex+template
> >
> > I took the example from Wandmalfarbe and modified it heavily for my use two
> > years ago and had to use a little Perl because tex2lyx produced some ERT,
> > but tex2lyx has been revised a number of times by then, and, as I wrote
> > before my situation was very specific.
> >
> > My latest hobby, by the way, is to re-engineer hardcopy forms in LyX and
> > then use Perl’s template toolkit to have my practice software fill in my
> > patients’ details :-)-O.
> >
> > Even figured out a way to generate a realistically looking date stamp  which
> > varies by location and rotation randomly a little and put it into the
> > preamble so no ERT when it appears in the PDF. But I had to have someone
> > explain my own LaTeX code to me :-)-O
> >
> > greetings, el
> 
> Hi Eberhard and Murat,
>   I always find these threads very enlightening. :-)
> 
> If you find the time and motivation it would be nice to add these nice 
> snippets to the LyX wiki so they do not get forget here.
> 
> Best regards,
> --
> José Abílio
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

—

Prof. Murat Yildizoglu

Advisor to the Minister of Education, Youth and Sports of Cambodia
Expertise France

On temporary leave from 
University of Bordeaux

http://yildizoglu.fr


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


Re: Markdown to Lyx

2020-12-13 Thread José Abílio Matos
On Friday, December 11, 2020 8:50:36 AM WET Dr Eberhard W Lisse wrote:
> Murat,
> 
> also look for pandoc’s template (-t latex) which you can modify. You really
> want Koma-Script instead of the standard (ie scrartcl vs article), and you
> also want LuaLaTeX (if you are not using it already.
> 
> Then google
> 
> https://www.google.com/search?q=pandoc+latex+template
> 
> I took the example from Wandmalfarbe and modified it heavily for my use two
> years ago and had to use a little Perl because tex2lyx produced some ERT,
> but tex2lyx has been revised a number of times by then, and, as I wrote
> before my situation was very specific.
> 
> My latest hobby, by the way, is to re-engineer hardcopy forms in LyX and
> then use Perl’s template toolkit to have my practice software fill in my
> patients’ details :-)-O.
> 
> Even figured out a way to generate a realistically looking date stamp  which
> varies by location and rotation randomly a little and put it into the
> preamble so no ERT when it appears in the PDF. But I had to have someone
> explain my own LaTeX code to me :-)-O
> 
> greetings, el

Hi Eberhard and Murat,
  I always find these threads very enlightening. :-)

If you find the time and motivation it would be nice to add these nice 
snippets to the LyX wiki so they do not get forget here.

Best regards, 
-- 
José Abílio-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Fwd: no accents with dead keys (SOLVED)

2020-12-13 Thread José Abílio Matos
On Wednesday, November 11, 2020 4:11:18 PM WET jorge hernando wrote:
> Hi Jose
> 
>  I searched old e-mails and I believe I can confirm it's a bug in qt5 that
> ts triggered by un unknown mechanism. The previous fedora version I had
> (the 29) had lyx 2.3.3 and qt5.11 and it worked perfectly. When I installed
> fedora 32 the deadkeys were effectively dead. However, with featherpad (a
> qt application) I had the same problem while with nedit (non a qt appl.)
> had all the dead keys in order. I also think that not all the installations
> have the same problem because if it all had it, there probably were a
> massive outcry: almost every language, except english, has accents.
> 
> Lastly, I have not the foggiest notion of what Input Methods are; please
> tell me if there is something I can do.
> 
> Regards
> 
> Jorge

Sorry for bringing this so late.

What I meant are "keyboard input methods", they are used for languages like 
Chinese or Japanese where the keyboard does not hold all the characters.

I am asking if it is a question of configuration.
In my case I use kde, calling System Settings->Hardware->Input devices-
>Keyboard.

There I can choose several items, like the keyboard type, variant (with and 
without dead keys) and other more advance options.

As I have told I remember to had problems like that but it was a long time 
ago.

Best regards,
-- 
José Abílio-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: How to make an A4 presentation with Beamer?

2020-12-13 Thread Dr Eberhard W Lisse

Steve,

you don't need to do anything, because beamer does not produce paper. I
collaborate a lot with a colleague in the US and do need to do anything
for the presentations. For the papers he changes the LyX to Letter if he
wants to print and I to A4 if I want to print.


If you like, you can experiment with stuff like

aspectratio=1610

in the

Documents -> Settings... -> Document Class -> Custom

which you need to read up on (aspect ration) in the (LaTeX)
Beamer Manual.

For your particular issue I would also search for "handout"
in the (LaTeX) Beamer Manual.


The MWE is a TeX document, by the way, not a LyX document.

greetings, el

On 2020-12-13 13:52 , Steve Litt wrote:
> Hi all,
>
> I live in the US, so all my computer's defaults are set to the US,
> including paper size. I have a customer in Europe for whom I need to
> make a presentation, using Beamer (alone, not with LyX), printable on
> A4 paper.
>
[...]

On 2020-12-13 14:42 , Steve Litt wrote:

On Sun, 13 Dec 2020 14:54:37 +0300
Baris Erkus  wrote:


On 13-Dec-20 2:52 PM, Steve Litt wrote:

Hi all,

I live in the US, so all my computer's defaults are set to the US,
including paper size. I have a customer in Europe for whom I need to
make a presentation, using Beamer (alone, not with LyX), printable
on A4 paper.

I've tried various combinations and variants of the following :

\usepackage{geometry}
\special{papersize 29.7cm, 21cm}
\hsize 29.7cm
\vsize 21.0cm
\usepackage[a4paper, total={29.5cm, 20.8cm}]{geometry}
\geometry{letterpaper, landscape, total={11.5in, 8in}}

Some forced the latex program to abort with error, some caused only
a tiny rendering of the slide on a big A4 paper, some caused the
printing to be portrait, when I could print landscape it printed
upside down, what a mess.

Does anyone have a way to use Beamer (not LyX/Beamer) to create a
PDF that can print correctly on a European printer?

Thanks,

SteveT

Steve Litt
Autumn 2020 featured book: Thriving in Tough Times
http://www.troubleshooters.com/thrive


Could you please send a MWE, so that we can have a look at it?



That's a good idea, Baris, and I already sent the MWE files to you. In
case anyone else wants to take a crack at it, I'm attaching four MWE
files:

mwe.beamer is the MWE source

mwe.pdf is my attempt at A4. It's upside down, and the print is way
smaller than it's supposed to be.

kk is the shellscript that compiles mwe.beamer into mwe.pdf.

All 3 files go in a single directory, and assuming you have the same
texlive packages I have, it should compile to the same result mine did.

What I want is a PDF, printable on A4, that has the right sized print
and is right side up instead of upside down.

Thanks,

SteveT

Steve Litt
Autumn 2020 featured book: Thriving in Tough Times
http://www.troubleshooters.com/thrive





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


Re: How to make an A4 presentation with Beamer?

2020-12-13 Thread Baris Erkus

On 13-Dec-20 3:42 PM, Steve Litt wrote:

On Sun, 13 Dec 2020 14:54:37 +0300
Baris Erkus  wrote:


On 13-Dec-20 2:52 PM, Steve Litt wrote:

Hi all,

I live in the US, so all my computer's defaults are set to the US,
including paper size. I have a customer in Europe for whom I need to
make a presentation, using Beamer (alone, not with LyX), printable
on A4 paper.

I've tried various combinations and variants of the following :

\usepackage{geometry}
\special{papersize 29.7cm, 21cm}
\hsize 29.7cm
\vsize 21.0cm
\usepackage[a4paper, total={29.5cm, 20.8cm}]{geometry}
\geometry{letterpaper, landscape, total={11.5in, 8in}}

Some forced the latex program to abort with error, some caused only
a tiny rendering of the slide on a big A4 paper, some caused the
printing to be portrait, when I could print landscape it printed
upside down, what a mess.

Does anyone have a way to use Beamer (not LyX/Beamer) to create a
PDF that can print correctly on a European printer?

Thanks,

SteveT

Steve Litt
Autumn 2020 featured book: Thriving in Tough Times
http://www.troubleshooters.com/thrive

Could you please send a MWE, so that we can have a look at it?


That's a good idea, Baris, and I already sent the MWE files to you. In
case anyone else wants to take a crack at it, I'm attaching four MWE
files:

mwe.beamer is the MWE source

mwe.pdf is my attempt at A4. It's upside down, and the print is way
smaller than it's supposed to be.

kk is the shellscript that compiles mwe.beamer into mwe.pdf.

All 3 files go in a single directory, and assuming you have the same
texlive packages I have, it should compile to the same result mine did.

What I want is a PDF, printable on A4, that has the right sized print
and is right side up instead of upside down.

Thanks,

SteveT

Steve Litt
Autumn 2020 featured book: Thriving in Tough Times
http://www.troubleshooters.com/thrive

AFAIK, Beamer class does not provide slides with A4 or Letter 
dimensions. The default size of slides are smaller than Letter sized 
papers, but when you open them for presentation using a PDF viewer, the 
PDF viewer shows the slides using the whole screen/projector area so you 
do not see any issue with the size. When you print them, the printer 
enlarges it to fit to the page margin, so probably you will not have an 
issue with that either. So the problem is not whether you use 
Letter-sized or A4-sized paper. It is simply Beamer does not provide 
slides with those dimensions. This is what I know, but forums such as 
Stack Exchange will have more correct information on this.


What I do generally is I leave the PDF file as it is, and it is 
generally good enough to see on the screen as PDF viewers will enlarge 
it as necessary. When printing, you can tell the PDF viewer to fit to 
the margins of an A4 or A3 or Letter size paper.


Alternatively, you can print the slides to A4 size with a PDF tool such 
as PDF X-change.


This is not a LyX- problem so, I am not sure if the audience of this 
list has expertise on this matter.


--
↓↓
Please bottom-post. Start your reply here:

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


Re: How to make an A4 presentation with Beamer?

2020-12-13 Thread Steve Litt
On Sun, 13 Dec 2020 14:54:37 +0300
Baris Erkus  wrote:

> On 13-Dec-20 2:52 PM, Steve Litt wrote:
> > Hi all,
> >
> > I live in the US, so all my computer's defaults are set to the US,
> > including paper size. I have a customer in Europe for whom I need to
> > make a presentation, using Beamer (alone, not with LyX), printable
> > on A4 paper.
> >
> > I've tried various combinations and variants of the following :
> >
> > \usepackage{geometry}
> > \special{papersize 29.7cm, 21cm}
> > \hsize 29.7cm
> > \vsize 21.0cm
> > \usepackage[a4paper, total={29.5cm, 20.8cm}]{geometry}
> > \geometry{letterpaper, landscape, total={11.5in, 8in}}
> >
> > Some forced the latex program to abort with error, some caused only
> > a tiny rendering of the slide on a big A4 paper, some caused the
> > printing to be portrait, when I could print landscape it printed
> > upside down, what a mess.
> >
> > Does anyone have a way to use Beamer (not LyX/Beamer) to create a
> > PDF that can print correctly on a European printer?
> >
> > Thanks,
> >
> > SteveT
> >
> > Steve Litt
> > Autumn 2020 featured book: Thriving in Tough Times
> > http://www.troubleshooters.com/thrive  
> 
> Could you please send a MWE, so that we can have a look at it?
> 

That's a good idea, Baris, and I already sent the MWE files to you. In
case anyone else wants to take a crack at it, I'm attaching four MWE
files:

mwe.beamer is the MWE source

mwe.pdf is my attempt at A4. It's upside down, and the print is way
smaller than it's supposed to be.

kk is the shellscript that compiles mwe.beamer into mwe.pdf.

All 3 files go in a single directory, and assuming you have the same
texlive packages I have, it should compile to the same result mine did.

What I want is a PDF, printable on A4, that has the right sized print
and is right side up instead of upside down.

Thanks,

SteveT

Steve Litt 
Autumn 2020 featured book: Thriving in Tough Times
http://www.troubleshooters.com/thrive


kk
Description: Binary data


mwe.beamer
Description: Binary data


mwe.pdf
Description: Adobe PDF document
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: How to make an A4 presentation with Beamer?

2020-12-13 Thread Baris Erkus

On 13-Dec-20 2:52 PM, Steve Litt wrote:

Hi all,

I live in the US, so all my computer's defaults are set to the US,
including paper size. I have a customer in Europe for whom I need to
make a presentation, using Beamer (alone, not with LyX), printable on A4
paper.

I've tried various combinations and variants of the following :

\usepackage{geometry}
\special{papersize 29.7cm, 21cm}
\hsize 29.7cm
\vsize 21.0cm
\usepackage[a4paper, total={29.5cm, 20.8cm}]{geometry}
\geometry{letterpaper, landscape, total={11.5in, 8in}}

Some forced the latex program to abort with error, some caused only a
tiny rendering of the slide on a big A4 paper, some caused the printing
to be portrait, when I could print landscape it printed upside down,
what a mess.

Does anyone have a way to use Beamer (not LyX/Beamer) to create a PDF
that can print correctly on a European printer?

Thanks,

SteveT

Steve Litt
Autumn 2020 featured book: Thriving in Tough Times
http://www.troubleshooters.com/thrive


Could you please send a MWE, so that we can have a look at it?

--
↓↓
Please bottom-post. Start your reply here:

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


How to make an A4 presentation with Beamer?

2020-12-13 Thread Steve Litt
Hi all,

I live in the US, so all my computer's defaults are set to the US,
including paper size. I have a customer in Europe for whom I need to
make a presentation, using Beamer (alone, not with LyX), printable on A4
paper.

I've tried various combinations and variants of the following :

\usepackage{geometry}
\special{papersize 29.7cm, 21cm}
\hsize 29.7cm
\vsize 21.0cm
\usepackage[a4paper, total={29.5cm, 20.8cm}]{geometry}
\geometry{letterpaper, landscape, total={11.5in, 8in}}

Some forced the latex program to abort with error, some caused only a
tiny rendering of the slide on a big A4 paper, some caused the printing
to be portrait, when I could print landscape it printed upside down,
what a mess.

Does anyone have a way to use Beamer (not LyX/Beamer) to create a PDF
that can print correctly on a European printer?

Thanks,

SteveT

Steve Litt 
Autumn 2020 featured book: Thriving in Tough Times
http://www.troubleshooters.com/thrive
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Xubuntu 20.04: Qt Library

2020-12-13 Thread Hartmut Haase

Hib Kornel,
and I never had problems to compile LyX under Xubuntu 18.04 and earler
versions.
--
Viele Grüße,
Hartmut Haase

Hungerhilfe: http://www.thehungersite.com

Das heutige Motto:
Die Welt, die wir geschaffen haben, ist das Resultat einer
überholten Denkweise. Die Probleme, die sich daraus ergeben,
können nicht mit der gleichen Denkweise gelöst werden,
durch die sie entstanden sind. (Albert Einstein)
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Xubuntu 20.04: Qt Library

2020-12-13 Thread Hartmut Haase

Hi Kornel,

You may miss the qt-devel packages.
Here, the following packs are installed:
libqt5opengl5-dev:amd64
libqt5svg5-dev:amd64
libqt5webchannel5-dev:amd64
libqt5webkit5-dev:amd64
libqt5webview5-dev:amd64
libqt5x11extras5-dev:amd64
libqt5xmlpatterns5-dev:amd64


I installed them but configure stiil ends with
configure: error: cannot compile a simple Qt executable. Check you have
the right $QTDIR.
and
echo $QTDI
shows nothing
--
Viele Grüße,
Hartmut

Hungerhilfe: http://www.thehungersite.com

Das heutige Motto:
Die Welt, die wir geschaffen haben, ist das Resultat einer
überholten Denkweise. Die Probleme, die sich daraus ergeben,
können nicht mit der gleichen Denkweise gelöst werden,
durch die sie entstanden sind. (Albert Einstein)
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users