public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: "'Marek Stepanek' via pandoc-discuss" <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: Bold Type in Cyrillic not working in Markdown to PDF
Date: Mon, 24 Oct 2022 09:51:33 +0200	[thread overview]
Message-ID: <EC4CEDB6-78D3-4315-B147-ED2E2CC8AF40@googlemail.com> (raw)
In-Reply-To: <2A5BF708-9E3F-4FD7-A4A6-13FCFF891428-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Thank you John for your answer.

I am using pdflatex and no definition of any fonts. I am using the default fonts - and this is certainly the problem:


```
---
documentclass: scrartcl
fontsize: 12pt
pagesize: a4paper
colorlinks: red
urlcolor: mygray
header-includes:
- \setcounter{secnumdepth}{3}
- \newcommand{\HRule}{\begin{center}\rule{0.5\linewidth}{0.2mm}\end{center}}
- \newenvironment{itquote}{\begin{quote}\itshape}{\end{quote}\ignorespacesafterend}
- \newenvironment{itpars}{\par\itshape}{\par}
- \newenvironment{largecite}{\par\large\color{mygray}}{\par}
- \newenvironment{largecite2}{\par\large\itshape\color{mygray}}{\par}
- \usepackage{longtable}
- \usepackage{graphicx}
- \usepackage{booktabs}
- \usepackage[font=small,labelfont=bf]{caption}
- \usepackage[russian,english,french,main=ngerman]{babel}
 etc etc
```

My Makefile:

all: save typeset open

.PHONY: all
save:
	w

typeset:
	pandoc                          	     				 \
	  --from         markdown       	     				 \
	  --to           latex	          	     				 \
	  --out			 important_txt23.pdf					 \
	  --pdf-engine 	 pdflatex								 \
	  --bibliography important_txt23.bib 			 		 \
	  --citeproc							 				 \
	  --csl 		 csl/din-1505-2-numeric-alphabetical.csl \
	  --lua-filter   pandoc-gls.lua			 				 \
	  important_txt23.md

open:
	open important_txt23.pdf


Thx again 


marek



> On 24. Oct 2022, at 06:09, John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> 
> Are you using xelatex, lualatex, or pdflatex?
> How are you setting up fonts for Cyrillic?
> 
>> 


  parent reply	other threads:[~2022-10-24  7:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-23  8:39 'Marek Stepanek' via pandoc-discuss
     [not found] ` <21AD61A3-8B7D-43A0-BF9F-F671C0865EAA-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2022-10-24  4:09   ` John MacFarlane
     [not found]     ` <2A5BF708-9E3F-4FD7-A4A6-13FCFF891428-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2022-10-24  7:51       ` 'Marek Stepanek' via pandoc-discuss [this message]
     [not found]         ` <EC4CEDB6-78D3-4315-B147-ED2E2CC8AF40-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2022-10-24 17:30           ` John MacFarlane
     [not found]             ` <5A532BF5-2F68-49BD-AA26-45752F8665E1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2022-10-25 14:43               ` 'Marek Stepanek' via pandoc-discuss

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EC4CEDB6-78D3-4315-B147-ED2E2CC8AF40@googlemail.com \
    --to=pandoc-discuss-/jypxa39uh5tlh3mbocffw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).