Re: Markdown to Lyx

2020-12-21 Thread Saša Janiška
On Mon, 14 Dec 2020 12:27:14 +0700 Murat Yildizoglu wrote: > I have now created the WiKi page: > https://wiki.lyx.org/Tips/ConvertMarkdown Thanks a lot! After deciding to use LyX as my main non-coding editor, that's just what I need. :-) Sincerely, Gour -- It is far better to discharge one's

Re: Markdown to Lyx

2020-12-14 Thread José Abílio Matos
On Monday, December 14, 2020 4:41:11 AM WET Murat Yildizoglu wrote: > 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

Re: Markdown to Lyx

2020-12-14 Thread Richard Kimberly Heck
On 12/14/20 12:27 AM, Murat Yildizoglu wrote: > 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

Re: Markdown to Lyx

2020-12-14 Thread Murat Yildizoglu
I send this message again, it seems that it has not been received by list members. -- Prof. Murat Yildizoglu Advisor to the Minister of Education, Youth and Sports of Cambodia Expertise France On leave from: UNIVERSITE DE BORDEAUX GREThA (UMR CNRS 5113) web: www.yildizoglu.fr > Le 14 déc. 20

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-Scri

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 g

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 immediate

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 los

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. > > T

Re: Markdown to Lyx

2020-12-11 Thread Dr Eberhard W Lisse
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 examp

Re: Markdown to Lyx

2020-12-10 Thread Murat Yildizoglu
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

Re: Markdown to Lyx

2020-12-10 Thread Dr Eberhard W Lisse
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

Re: Markdown to Lyx

2020-12-09 Thread Richard Kimberly Heck
On 12/9/20 10:41 PM, Murat Yildizoglu wrote: > > >> Le 10 déc. 2020 à 10:34, Andrew Parsloe > > a écrit : >> >> On 10/12/2020 4:15 pm, Murat Yildizoglu wrote: >>> Hello All, >>> I am trying to find a way to directly import markdown documents in Lyx. >>> >>> I have create

Re: Markdown to Lyx

2020-12-09 Thread Murat Yildizoglu
> Le 10 déc. 2020 à 10:34, Andrew Parsloe a écrit : > > On 10/12/2020 4:15 pm, 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

Re: Markdown to Lyx

2020-12-09 Thread Andrew Parsloe
On 10/12/2020 4:15 pm, 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 $$

Markdown to Lyx

2020-12-09 Thread Murat Yildizoglu
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 im