Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Air is water with holes in it.


computers / comp.text.tex / problem with fontspec in XeLaTeX

SubjectAuthor
* problem with fontspec in XeLaTeXDr Engelbert Buxbaum
+* Re: problem with fontspec in XeLaTeXUlrike Fischer
|`* Re: problem with fontspec in XeLaTeXDr Engelbert Buxbaum
| +- Re: problem with fontspec in XeLaTeXJulius Dittmar
| `- Re: problem with fontspec in XeLaTeXUlrike Fischer
+* Re: problem with fontspec in XeLaTeXAthel Cornish-Bowden
|`* OT: Henri-equation was: problem with fontspec in XeLaTeXDr Engelbert Buxbaum
| `* Re: OT: Henri-equation was: problem with fontspec in XeLaTeXAthel Cornish-Bowden
|  `* Re: OT: Henri-equation was: problem with fontspec in XeLaTeXDr Engelbert Buxbaum
|   `* Re: OT: Henri-equation was: problem with fontspec in XeLaTeXAthel Cornish-Bowden
|    `- Re: OT: Henri-equation was: problem with fontspec in XeLaTeXDr Engelbert Buxbaum
`* Re: problem with fontspec in XeLaTeXPeter Flynn
 +* Re: problem with fontspec in XeLaTeXUlrike Fischer
 |`* Re: problem with fontspec in XeLaTeXPeter Flynn
 | `* Re: problem with fontspec in XeLaTeXUlrike Fischer
 |  `- Re: problem with fontspec in XeLaTeXPeter Flynn
 `- Re: problem with fontspec in XeLaTeXDr Engelbert Buxbaum

1
problem with fontspec in XeLaTeX

<MPG.3b36d582237d32e29896b9@news.eternal-september.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3711&group=comp.text.tex#3711

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: engelber...@hotmail.com (Dr Engelbert Buxbaum)
Newsgroups: comp.text.tex
Subject: problem with fontspec in XeLaTeX
Date: Fri, 18 Jun 2021 17:09:37 +0200
Organization: private
Lines: 41
Message-ID: <MPG.3b36d582237d32e29896b9@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="126d9fa1b9f392304232c51d5d338014";
logging-data="17198"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+liDoFhrmjJZ1PcXR22UiGCJJ3qTFp6Hk="
User-Agent: MicroPlanet-Gravity/3.0.4
Cancel-Lock: sha1:SkPHLc+Ce0lPaBJdRSgjlfV+dGI=
 by: Dr Engelbert Buxbaum - Fri, 18 Jun 2021 15:09 UTC

Hi,

the following works in XeLaTeX as expected:

\documentclass[british]{scrbook}

\usepackage{lipsum,kpfonts}
\usepackage[T1]{fontenc}
%\usepackage{fontspec}% font selecting commands

\newcommand{\Name}[1]{\textsc{#1}} % proper names

\begin{document}

\chapter{The \Name{Henri}-equation}
\lipsum[1]
\section{The \Name{Henri}-equation}
\lipsum[2]
\subsection{The \Name{Henri}-equation}
\lipsum[3]
\subsubsection{The \Name{Henri}-equation}
\lipsum[4]
\paragraph{The \Name{Henri}-equation}
\lipsum[5]

\end{document}

If, however, I un-comment the call of fontspec, the names are no longer
in small caps (except in the living header, funnily enough). How can I
get this to work in the presence of fontspec (which, unfortunately, I
need for other things to work).

Thanks in advance

Engelbert

--
DIN EN ISO 9241 Ergonomic requirements for office work with visual
display terminals (VDTs) - Part 13: User guidance
9.5.3 Error messages should convey what is wrong, what corrective
actions can be taken, and the cause of the error.

Re: problem with fontspec in XeLaTeX

<1ns0wyjtfa2ug.dlg@nililand.de>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3712&group=comp.text.tex#3712

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: new...@nililand.de (Ulrike Fischer)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Fri, 18 Jun 2021 17:50:35 +0200
Lines: 67
Message-ID: <1ns0wyjtfa2ug.dlg@nililand.de>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org>
Reply-To: news3@nililand.de
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Trace: individual.net TWclZiBRkq/ZEQgC3Tm+UQ1KwkhGMBVD+Xi9OZCOYEkpu52hDN
Cancel-Lock: sha1:EJJf2d/RMuTsF/RR7PxPpSWEJSk=
User-Agent: 40tude_Dialog/2.0.15.41de
 by: Ulrike Fischer - Fri, 18 Jun 2021 15:50 UTC

Am Fri, 18 Jun 2021 17:09:37 +0200 schrieb Dr Engelbert Buxbaum:

> Hi,
>
> the following works in XeLaTeX as expected:
>
> \documentclass[british]{scrbook}
>
> \usepackage{lipsum,kpfonts}
> \usepackage[T1]{fontenc}
> %\usepackage{fontspec}% font selecting commands
>
> \newcommand{\Name}[1]{\textsc{#1}} % proper names
>
> \begin{document}
>
> \chapter{The \Name{Henri}-equation}
> \lipsum[1]
> \section{The \Name{Henri}-equation}
> \lipsum[2]
> \subsection{The \Name{Henri}-equation}
> \lipsum[3]
> \subsubsection{The \Name{Henri}-equation}
> \lipsum[4]
> \paragraph{The \Name{Henri}-equation}
> \lipsum[5]
>
> \end{document}
>
> If, however, I un-comment the call of fontspec, the names are no longer
> in small caps (except in the living header, funnily enough). How can I
> get this to work in the presence of fontspec (which, unfortunately, I
> need for other things to work).

You are changing the font family to the latin modern fonts by
loading fontspec, and they don't have a bold small caps. If you want
to use the kpfonts you could do something like that

\documentclass[british]{scrbook}

\usepackage{lipsum,iftex}
\iftutex
\usepackage{kpfonts}
\usepackage[T1]{fontenc}
\else
\usepackage{kpfonts-otf}% font selecting commands
\fi
\newcommand{\Name}[1]{\textsc{#1}} % proper names

\begin{document}

\chapter{The \Name{Henri}-equation}
\lipsum[1]
\section{The \Name{Henri}-equation}
\lipsum[2]
\subsection{The \Name{Henri}-equation}
\lipsum[3]
\subsubsection{The \Name{Henri}-equation}
\lipsum[4]
\paragraph{The \Name{Henri}-equation}
\lipsum[5]

\end{document}

--
Ulrike Fischer
https://www.troubleshooting-tex.de/

Re: problem with fontspec in XeLaTeX

<ij48isFua6aU1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3714&group=comp.text.tex#3714

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: acorn...@imm.cnrs.fr (Athel Cornish-Bowden)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Fri, 18 Jun 2021 20:56:28 +0200
Lines: 47
Message-ID: <ij48isFua6aU1@mid.individual.net>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net 8Pmy6kdfzht0osTPpBooNAFwYNFE9is6HwcoGNnZqAUEJgVEm9
Cancel-Lock: sha1:fg3CiH7GbwnrxLm/+3WWMHFnNbQ=
User-Agent: Unison/2.2
 by: Athel Cornish-Bowden - Fri, 18 Jun 2021 18:56 UTC

On 2021-06-18 15:09:37 +0000, Dr Engelbert Buxbaum said:

> Hi,
>
> the following works in XeLaTeX as expected:
>
> \documentclass[british]{scrbook}
>
> \usepackage{lipsum,kpfonts}
> \usepackage[T1]{fontenc}
> %\usepackage{fontspec}% font selecting commands
>
> \newcommand{\Name}[1]{\textsc{#1}} % proper names
>
> \begin{document}
>
> \chapter{The \Name{Henri}-equation}
> \lipsum[1]
> \section{The \Name{Henri}-equation}
> \lipsum[2]
> \subsection{The \Name{Henri}-equation}
> \lipsum[3]
> \subsubsection{The \Name{Henri}-equation}
> \lipsum[4]
> \paragraph{The \Name{Henri}-equation}
> \lipsum[5]
>
> \end{document}
>
> If, however, I un-comment the call of fontspec, the names are no longer
> in small caps (except in the living header, funnily enough). How can I
> get this to work in the presence of fontspec (which, unfortunately, I
> need for other things to work).
>
> Thanks in advance
>
> Engelbert

Not a LaTeX question, but what are you calling The
\Name{Henri}-equation? Not what I call the Henri equation, I suppose
[A. Cornish-Bowden, J.-P. Mazat & S. Nicolas (2014) “Victor Henri: 111
years of his equation” Biochimie 107, 161–166].

--
Athel -- British, living in France for 34 years

Re: problem with fontspec in XeLaTeX

<ij8nuqFpo3rU1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3723&group=comp.text.tex#3723

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: pet...@silmaril.ie (Peter Flynn)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Sun, 20 Jun 2021 12:43:22 +0100
Lines: 27
Message-ID: <ij8nuqFpo3rU1@mid.individual.net>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net Mn8s8aJorK/0HjWwjVPWcwwyuTkalFqdJYfflpZ9Q9N2svY5rP
Cancel-Lock: sha1:cmHmaNKvpq1ikIXhJ8IIyZFXX1A=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.8.1
In-Reply-To: <MPG.3b36d582237d32e29896b9@news.eternal-september.org>
Content-Language: en-US
 by: Peter Flynn - Sun, 20 Jun 2021 11:43 UTC

On 18/06/2021 16:09, Dr Engelbert Buxbaum wrote:
> Hi,
>
> the following works in XeLaTeX as expected:
>
> \documentclass[british]{scrbook}

LaTeX Warning: Unused global option(s):
[british].

> \usepackage{lipsum,kpfonts}
> \usepackage[T1]{fontenc}
> %\usepackage{fontspec}% font selecting commands
[...]
> If, however, I un-comment the call of fontspec,

I didn't think you could use fontenc and fontspec in the same document,
but apparently you can, although the order is important:

\usepackage{fontspec}% font selecting commands
\usepackage[T1]{fontenc}
\usepackage{lipsum,kpfonts}

See answer #1 to
https://tex.stackexchange.com/questions/115627/how-do-i-use-kpfonts-with-fontspec

Peter

OT: Henri-equation was: problem with fontspec in XeLaTeX

<MPG.3b37bea3780da4c99896ba@news.eternal-september.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3727&group=comp.text.tex#3727

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: engelber...@hotmail.com (Dr Engelbert Buxbaum)
Newsgroups: comp.text.tex
Subject: OT: Henri-equation was: problem with fontspec in XeLaTeX
Date: Sun, 20 Jun 2021 18:28:37 +0200
Organization: private
Lines: 17
Message-ID: <MPG.3b37bea3780da4c99896ba@news.eternal-september.org>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <ij48isFua6aU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-15"
Content-Transfer-Encoding: 8bit
Injection-Info: reader02.eternal-september.org; posting-host="f01c4520f43a78ce39e2d7c54f72e1f3";
logging-data="1705"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX190llpGVN9IfMr9aMGOv38rmrPgOpbTfiY="
User-Agent: MicroPlanet-Gravity/3.0.4
Cancel-Lock: sha1:xK1NXkU12+7SVVCUofIPXiWkoHA=
 by: Dr Engelbert Buxbaum - Sun, 20 Jun 2021 16:28 UTC

In article <ij48isFua6aU1@mid.individual.net>, acornish@imm.cnrs.fr
says...
> what are you calling the \Name{Henri}-equation? Not what I call the
> Henri equation, I suppose [A. Cornish-Bowden, J.-P. Mazat & S. Nicolas
> (2014) ?Victor Henri: 111 years of his equation? Biochimie 107,
> 161?166].

"Henri-equation" is nowadays used for the integrated form of the HMM-
equation. The latter I insisted on calling thus (despite flak from
reviewers) since I read Kuzmic's 1998 translation of Henri's 1902 paper
(unfortunately no longer available on the Biokin web-site).

--
DIN EN ISO 9241 Ergonomic requirements for office work with visual
display terminals (VDTs) - Part 13: User guidance
9.5.3 Error messages should convey what is wrong, what corrective
actions can be taken, and the cause of the error.

Re: problem with fontspec in XeLaTeX

<MPG.3b3813e237ab4c929896bb@news.eternal-september.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3728&group=comp.text.tex#3728

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: engelber...@hotmail.com (Dr Engelbert Buxbaum)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Sun, 20 Jun 2021 18:28:37 +0200
Organization: private
Lines: 26
Message-ID: <MPG.3b3813e237ab4c929896bb@news.eternal-september.org>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <1ns0wyjtfa2ug.dlg@nililand.de>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="f01c4520f43a78ce39e2d7c54f72e1f3";
logging-data="1705"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18CVUk9OatbwAaqFLQOcaw7zsjxLgAkYC8="
User-Agent: MicroPlanet-Gravity/3.0.4
Cancel-Lock: sha1:krY01uhTdBANCeISzgC3XPsf7WY=
 by: Dr Engelbert Buxbaum - Sun, 20 Jun 2021 16:28 UTC

In article <1ns0wyjtfa2ug.dlg@nililand.de>, news3@nililand.de says...
> You are changing the font family to the latin modern fonts by
> loading fontspec, and they don't have a bold small caps. If you want
> to use the kpfonts you could do something like that
>
> \documentclass[british]{scrbook}
>
> \usepackage{lipsum,iftex}
> \iftutex
> \usepackage{kpfonts}
> \usepackage[T1]{fontenc}
> \else
> \usepackage{kpfonts-otf}% font selecting commands
> \fi

For the minimal example, this works, thanks. However, in real life I do
need fontspec (for switching to a programmer's font -- Fantasque Sans
Mono -- in listings, this was my reason to switch from pdfLaTeX to
XeTeX). And as base-font, switching from kp to something else would
break a lot of things in my texts.

--
DIN EN ISO 9241 Ergonomic requirements for office work with visual
display terminals (VDTs) - Part 13: User guidance
9.5.3 Error messages should convey what is wrong, what corrective
actions can be taken, and the cause of the error.

Re: problem with fontspec in XeLaTeX

<sans26$lf2$1@news-cypress.fernuni-hagen.de>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3729&group=comp.text.tex#3729

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!news.enyo.de!news.uni-stuttgart.de!news-2.dfn.de!news-1.dfn.de!news.dfn.de!news-cypress.fernuni-hagen.de!news.fernuni-hagen.de!.POSTED.xdsl-78-34-106-142.nc.de!not-for-mail
From: Julius.D...@gmx.de (Julius Dittmar)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Sun, 20 Jun 2021 18:57:41 +0200
Organization: FernUni Hagen
Message-ID: <sans26$lf2$1@news-cypress.fernuni-hagen.de>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org>
<1ns0wyjtfa2ug.dlg@nililand.de>
<MPG.3b3813e237ab4c929896bb@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 20 Jun 2021 16:57:42 +0000 (UTC)
Injection-Info: news-cypress.fernuni-hagen.de; posting-host="xdsl-78-34-106-142.nc.de:78.34.106.142";
logging-data="21986"; mail-complaints-to="newsadmin@fernuni-hagen.de"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.8.1
In-Reply-To: <MPG.3b3813e237ab4c929896bb@news.eternal-september.org>
Content-Language: en-US
 by: Julius Dittmar - Sun, 20 Jun 2021 16:57 UTC

Am 20.06.21 um 18:28 schrieb Dr Engelbert Buxbaum:
> In article <1ns0wyjtfa2ug.dlg@nililand.de>, news3@nililand.de says...
>> \documentclass[british]{scrbook}
>>
>> \usepackage{lipsum,iftex}
>> \iftutex
>> \usepackage{kpfonts}
>> \usepackage[T1]{fontenc}
>> \else
>> \usepackage{kpfonts-otf}% font selecting commands
>> \fi
>
> For the minimal example, this works, thanks. However, in real life I do
> need fontspec (for switching to a programmer's font -- Fantasque Sans
> Mono -- in listings, this was my reason to switch from pdfLaTeX to
> XeTeX). And as base-font, switching from kp to something else would
> break a lot of things in my texts.

kpfonts-otf does use fontspec. Have a look at chapter 2 of its
documentation for more finegrained control.

HTH,
Julius Dittmar

Re: problem with fontspec in XeLaTeX

<hj9gj5myk4r.dlg@nililand.de>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3732&group=comp.text.tex#3732

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: new...@nililand.de (Ulrike Fischer)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Sun, 20 Jun 2021 23:09:23 +0200
Lines: 25
Message-ID: <hj9gj5myk4r.dlg@nililand.de>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <ij8nuqFpo3rU1@mid.individual.net>
Reply-To: news3@nililand.de
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: individual.net rW8P2q9rF2TTFhhT2gMvrQAvTDh3nGf1SEINOFDthiuAVmTL99
Cancel-Lock: sha1:sQjQhlU9hyGTwztV618jZbrhHqM=
User-Agent: 40tude_Dialog/2.0.15.41de
 by: Ulrike Fischer - Sun, 20 Jun 2021 21:09 UTC

Am Sun, 20 Jun 2021 12:43:22 +0100 schrieb Peter Flynn:

> \usepackage{fontspec}% font selecting commands
> \usepackage[T1]{fontenc}
> \usepackage{lipsum,kpfonts}
>

You don't want this with xelatex. This uses the wrong font encoding,
and this break non-ascii and hyphenation.

Try e.g.

\documentclass{article}
\usepackage{fontspec}
\usepackage[T1]{fontenc}
\usepackage{lipsum,kpfonts}
\begin{document}
Grüße
\end{document}

--
Ulrike Fischer
https://www.troubleshooting-tex.de/

Re: problem with fontspec in XeLaTeX

<bze1tvw8mcre$.dlg@nililand.de>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3733&group=comp.text.tex#3733

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: new...@nililand.de (Ulrike Fischer)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Sun, 20 Jun 2021 23:10:56 +0200
Lines: 16
Message-ID: <bze1tvw8mcre$.dlg@nililand.de>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <1ns0wyjtfa2ug.dlg@nililand.de> <MPG.3b3813e237ab4c929896bb@news.eternal-september.org>
Reply-To: news3@nililand.de
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Trace: individual.net IJul6aahKfsM4YG1clUfEw979NJWcUAGA5bTZ52zwd1se7n73d
Cancel-Lock: sha1:FjNjMRxDZs8ddpeaw121/u2Ayik=
User-Agent: 40tude_Dialog/2.0.15.41de
 by: Ulrike Fischer - Sun, 20 Jun 2021 21:10 UTC

Am Sun, 20 Jun 2021 18:28:37 +0200 schrieb Dr Engelbert Buxbaum:

> However, in real life I do
> need fontspec (for switching to a programmer's font -- Fantasque Sans
> Mono -- in listings, this was my reason to switch from pdfLaTeX to
> XeTeX)

Did you try?

\usepackage{kpfonts-otf} loads fontspec (it needs it too to setup
the otf fonts it refers too in its package name).

--
Ulrike Fischer
https://www.troubleshooting-tex.de/

Re: problem with fontspec in XeLaTeX

<ij9rj7F1rucU1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3734&group=comp.text.tex#3734

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: pet...@silmaril.ie (Peter Flynn)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Sun, 20 Jun 2021 22:51:35 +0100
Lines: 24
Message-ID: <ij9rj7F1rucU1@mid.individual.net>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org>
<ij8nuqFpo3rU1@mid.individual.net> <hj9gj5myk4r.dlg@nililand.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net tTM4/r9cL8qRoViXCSS02gbiLPp3wHcpIrRjAfHnYzWfS6HvBD
Cancel-Lock: sha1:CM6m76N4urUJfM/dy8zDOmJksQg=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.8.1
In-Reply-To: <hj9gj5myk4r.dlg@nililand.de>
Content-Language: en-US
 by: Peter Flynn - Sun, 20 Jun 2021 21:51 UTC

On 20/06/2021 22:09, Ulrike Fischer wrote:
> Am Sun, 20 Jun 2021 12:43:22 +0100 schrieb Peter Flynn:
>
>> \usepackage{fontspec}% font selecting commands
>> \usepackage[T1]{fontenc}
>> \usepackage{lipsum,kpfonts}
>>
>
> You don't want this with xelatex. This uses the wrong font encoding,
> and this break non-ascii and hyphenation.
>
> Try e.g.
>
> \documentclass{article}
> \usepackage{fontspec}
> \usepackage[T1]{fontenc}
> \usepackage{lipsum,kpfonts}
> \begin{document}
> Grüße
> \end{document}

But that is the same as what I wrote. Or did I miss something in between?

P

Re: problem with fontspec in XeLaTeX

<wihu5xgbpox8.dlg@nililand.de>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3735&group=comp.text.tex#3735

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: new...@nililand.de (Ulrike Fischer)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Mon, 21 Jun 2021 09:39:20 +0200
Lines: 21
Message-ID: <wihu5xgbpox8.dlg@nililand.de>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <ij8nuqFpo3rU1@mid.individual.net> <hj9gj5myk4r.dlg@nililand.de> <ij9rj7F1rucU1@mid.individual.net>
Reply-To: news3@nililand.de
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: individual.net NGJ5OETqgQ5i1URISMqC7wYWIwizKB1M8z90rYEBzup6XtZGhx
Cancel-Lock: sha1:rK+p++0rv4nC82VvktLsGAvfxGI=
User-Agent: 40tude_Dialog/2.0.15.41de
 by: Ulrike Fischer - Mon, 21 Jun 2021 07:39 UTC

Am Sun, 20 Jun 2021 22:51:35 +0100 schrieb Peter Flynn:

>> Try e.g.
>>
>> \documentclass{article}
>> \usepackage{fontspec}
>> \usepackage[T1]{fontenc}
>> \usepackage{lipsum,kpfonts}
>> \begin{document}
>> Grüße
>> \end{document}
>
> But that is the same as what I wrote. Or did I miss something in between?

That is an example why it is a bad idea. Try it out to see the
problem.

--
Ulrike Fischer
http://www.troubleshooting-tex.de/

Re: OT: Henri-equation was: problem with fontspec in XeLaTeX

<ijavnsF895rU1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3736&group=comp.text.tex#3736

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: acorn...@imm.cnrs.fr (Athel Cornish-Bowden)
Newsgroups: comp.text.tex
Subject: Re: OT: Henri-equation was: problem with fontspec in XeLaTeX
Date: Mon, 21 Jun 2021 10:08:28 +0200
Lines: 31
Message-ID: <ijavnsF895rU1@mid.individual.net>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <ij48isFua6aU1@mid.individual.net> <MPG.3b37bea3780da4c99896ba@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net TUHT3XEEoGGxQgJPxMQ7PgpEA4BeGx5hed2InLZlhEEE04QS0y
Cancel-Lock: sha1:HU59enXt6FhG+JDK+55RolnfBDk=
User-Agent: Unison/2.2
 by: Athel Cornish-Bowden - Mon, 21 Jun 2021 08:08 UTC

On 2021-06-20 16:28:37 +0000, Dr Engelbert Buxbaum said:

> In article <ij48isFua6aU1@mid.individual.net>, acornish@imm.cnrs.fr
> says...
>> what are you calling the \Name{Henri}-equation? Not what I call the
>> Henri equation, I suppose [A. Cornish-Bowden, J.-P. Mazat & S. Nicolas
>> (2014) ?Victor Henri: 111 years of his equation? Biochimie 107,
>> 161?166].
>
> "Henri-equation" is nowadays used for the integrated form of the HMM-
> equation. The latter I insisted on calling thus (despite flak from
> reviewers) since I read Kuzmic's 1998 translation of Henri's 1902 paper
> (unfortunately no longer available on the Biokin web-site).

No, but you can find a translation of his thesis on my web site:
http://bip.cnrs-mrs.fr/bip10/HenriEng.pdf. I mention Edgar Morin in the
Introduction: I saw him, now aged 100, on television the other day. He
is in excellent condition, with his brain in full working order.

OK, but you've answered my question: your Henri is indeed my Henri. I
visited his birthplace (not far from where I live) once. The ground
floor of what in the 1870s was an elegant house for rich people is now
a bookshop, and the upper floors have been converted into flats. The
owners of the shop had never heard of Victor Henri. I suggested that
they ask the city to put up a plaque, but I don't suppose they did.

I'm not sure if I ever saw Petr Kuzmic's translation of the 1902 paper.

--
Athel -- British, living in France for 34 years

Re: problem with fontspec in XeLaTeX

<ijb5btF9am1U1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3737&group=comp.text.tex#3737

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: pet...@silmaril.ie (Peter Flynn)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Mon, 21 Jun 2021 10:44:29 +0100
Lines: 9
Message-ID: <ijb5btF9am1U1@mid.individual.net>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org>
<ij8nuqFpo3rU1@mid.individual.net> <hj9gj5myk4r.dlg@nililand.de>
<ij9rj7F1rucU1@mid.individual.net> <wihu5xgbpox8.dlg@nililand.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net oHseyItTZ2BNbI/ppMnl9g20KzlJEVFp5h+ELZpy1Qpt3kYg7M
Cancel-Lock: sha1:nuv3GsaIJuelqhpFv9nwKFVEcbE=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.8.1
In-Reply-To: <wihu5xgbpox8.dlg@nililand.de>
Content-Language: en-US
 by: Peter Flynn - Mon, 21 Jun 2021 09:44 UTC

On 21/06/2021 08:39, Ulrike Fischer wrote:
> That is an example why it is a bad idea. Try it out to see the
> problem.

Sorry, I misunderstood why you were suggesting it.
The MWE worked without error, so I didn't investigate further.

P

Re: problem with fontspec in XeLaTeX

<MPG.3b3aaceee54215e69896bc@news.eternal-september.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3756&group=comp.text.tex#3756

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: engelber...@hotmail.com (Dr Engelbert Buxbaum)
Newsgroups: comp.text.tex
Subject: Re: problem with fontspec in XeLaTeX
Date: Thu, 24 Jun 2021 11:50:04 +0200
Organization: private
Lines: 21
Message-ID: <MPG.3b3aaceee54215e69896bc@news.eternal-september.org>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <ij8nuqFpo3rU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="774c9285673b90a32e55f8cd40d1f63f";
logging-data="23573"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1++LjCOEzBk10lBB7b/mUMgv+kxALtrQsM="
User-Agent: MicroPlanet-Gravity/3.0.4
Cancel-Lock: sha1:RbzvPyLhcsfClSWtoERpCFHYaBA=
 by: Dr Engelbert Buxbaum - Thu, 24 Jun 2021 09:50 UTC

In article <ij8nuqFpo3rU1@mid.individual.net>, peter@silmaril.ie says...

> I didn't think you could use fontenc and fontspec in the same document,
> but apparently you can, although the order is important:
>
> \usepackage{fontspec}% font selecting commands
> \usepackage[T1]{fontenc}
> \usepackage{lipsum,kpfonts}
>
> See answer #1 to
> https://tex.stackexchange.com/questions/115627/how-do-i-use-kpfonts-with-fontspec
>
> Peter

Thanks, that works.

--
DIN EN ISO 9241 Ergonomic requirements for office work with visual
display terminals (VDTs) - Part 13: User guidance
9.5.3 Error messages should convey what is wrong, what corrective
actions can be taken, and the cause of the error.

Re: OT: Henri-equation was: problem with fontspec in XeLaTeX

<MPG.3b3e7a4cbdc1414e9896bd@news.eternal-september.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3757&group=comp.text.tex#3757

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: engelber...@hotmail.com (Dr Engelbert Buxbaum)
Newsgroups: comp.text.tex
Subject: Re: OT: Henri-equation was: problem with fontspec in XeLaTeX
Date: Thu, 24 Jun 2021 12:18:28 +0200
Organization: private
Lines: 22
Message-ID: <MPG.3b3e7a4cbdc1414e9896bd@news.eternal-september.org>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <ij48isFua6aU1@mid.individual.net> <MPG.3b37bea3780da4c99896ba@news.eternal-september.org> <ijavnsF895rU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="774c9285673b90a32e55f8cd40d1f63f";
logging-data="2401"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ZH3halXfUU9p16Kn4T/lkWbV5cgd45bg="
User-Agent: MicroPlanet-Gravity/3.0.4
Cancel-Lock: sha1:dRxJyUEKZgjgu1DqoTP59qLgJq4=
 by: Dr Engelbert Buxbaum - Thu, 24 Jun 2021 10:18 UTC

In article <ijavnsF895rU1@mid.individual.net>, acornish@imm.cnrs.fr
says...

> No, but you can find a translation of his thesis on my web site:
> http://bip.cnrs-mrs.fr/bip10/HenriEng.pdf.

Interesting, thanks. Btw: this site now produces a browser-warning,
because it is http, not https. See https://letsencrypt.org/ how to
rectify that.

> I'm not sure if I ever saw Petr Kuzmic's translation of the 1902
> paper.

I still have a printout, if you are interested PM me for a scan. I tried
to find the original paper on the Gallica-site, but failed. Shame,
really.

--
DIN EN ISO 9241 Ergonomic requirements for office work with visual
display terminals (VDTs) - Part 13: User guidance
9.5.3 Error messages should convey what is wrong, what corrective
actions can be taken, and the cause of the error.

Re: OT: Henri-equation was: problem with fontspec in XeLaTeX

<ijjg3dFrsgkU1@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3759&group=comp.text.tex#3759

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: acorn...@imm.cnrs.fr (Athel Cornish-Bowden)
Newsgroups: comp.text.tex
Subject: Re: OT: Henri-equation was: problem with fontspec in XeLaTeX
Date: Thu, 24 Jun 2021 15:36:45 +0200
Lines: 37
Message-ID: <ijjg3dFrsgkU1@mid.individual.net>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <ij48isFua6aU1@mid.individual.net> <MPG.3b37bea3780da4c99896ba@news.eternal-september.org> <ijavnsF895rU1@mid.individual.net> <MPG.3b3e7a4cbdc1414e9896bd@news.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net lNZzmjHgTlsw52a5begqjgkVNvYJCIfA4R2f8q7PP3ehxVR6JJ
Cancel-Lock: sha1:/40kdOkGYHoapPd3vZtFtk0VNYo=
User-Agent: Unison/2.2
 by: Athel Cornish-Bowden - Thu, 24 Jun 2021 13:36 UTC

On 2021-06-24 10:18:28 +0000, Dr Engelbert Buxbaum said:

> In article <ijavnsF895rU1@mid.individual.net>, acornish@imm.cnrs.fr
> says...
>
>> No, but you can find a translation of his thesis on my web site:
>> http://bip.cnrs-mrs.fr/bip10/HenriEng.pdf.
>
> Interesting, thanks. Btw: this site now produces a browser-warning,
> because it is http, not https. See https://letsencrypt.org/ how to
> rectify that.

I guess you're using Google Chrome, but maybe there are other browsers
now that make such a fuss about http. I'm getting too old to bother
with obeying Google's orders.

Every time I try to access Web of Science Chrome tells me that it can't
be reached, possibly because it is down or moved permanently to another
address. What it fails to add is that the most likely reason is that
Chrome is pissing about, and that if I wait half a minute then it will
find that it can reach it.
>
>> I'm not sure if I ever saw Petr Kuzmic's translation of the 1902
>> paper.
>
> I still have a printout, if you are interested PM me for a scan. I tried
> to find the original paper on the Gallica-site, but failed. Shame,
> really.

Yes, I'm interested, but I'm not sure what "PM" means. Anyway, if you
send one to acornish@imm.cnrs.fr or athel.cb@gmail.com I'll be very
grateful.

--
Athel -- British, living in France for 34 years

Re: OT: Henri-equation was: problem with fontspec in XeLaTeX

<MPG.3b3fbd3146d128999896be@news.eternal-september.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=3783&group=comp.text.tex#3783

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: engelber...@hotmail.com (Dr Engelbert Buxbaum)
Newsgroups: comp.text.tex
Subject: Re: OT: Henri-equation was: problem with fontspec in XeLaTeX
Date: Tue, 29 Jun 2021 13:07:13 +0200
Organization: private
Lines: 38
Message-ID: <MPG.3b3fbd3146d128999896be@news.eternal-september.org>
References: <MPG.3b36d582237d32e29896b9@news.eternal-september.org> <ij48isFua6aU1@mid.individual.net> <MPG.3b37bea3780da4c99896ba@news.eternal-september.org> <ijavnsF895rU1@mid.individual.net> <MPG.3b3e7a4cbdc1414e9896bd@news.eternal-september.org> <ijjg3dFrsgkU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="d27110191cdca5d8275b27140196b270";
logging-data="6798"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+UYgDbv6opAc3bkOVbfKcDZyUdugQkd/M="
User-Agent: MicroPlanet-Gravity/3.0.4
Cancel-Lock: sha1:/xJJHL0xfMNy1ELKMVqjUQ4yVRE=
 by: Dr Engelbert Buxbaum - Tue, 29 Jun 2021 11:07 UTC

In article <ijjg3dFrsgkU1@mid.individual.net>, acornish@imm.cnrs.fr
says...
> I guess you're using Google Chrome, but maybe there are other browsers
> now that make such a fuss about http. I'm getting too old to bother
> with obeying Google's orders.

No, this now happens with all correctly configured browsers and is
supposed to prevent two forms of computer crime:
- people presenting themselfs on the internet as somebody else
(spoofing). At least, the perps must now have the electronic key of the
person they want to represent as.
- End-to-end encryptation ensures that somebody bugging my line gets
only gibberish, and can no longer tell which info I get from the web
sites I visit. I also configured my browser to use encrypting DNS
servers, so they can't even tell which web site I am accessing.

If you read German, the current issue of ct (14/2021) contains detailed
info on the how to configure browsers for safety, and the why. The good
old times, when the internet was a communication medium for scientist
(who were considered implicitly trustworthy!?) are, alas, over.

> > I still have a printout, if you are interested PM me for a scan. I
tried
> > to find the original paper on the Gallica-site, but failed. Shame,
> > really.
>
> Yes, I'm interested, but I'm not sure what "PM" means. Anyway, if you
> send one to acornish@imm.cnrs.fr or athel.cb@gmail.com I'll be very
> grateful.

PM is private mail. You should have it in your inbox.

--
DIN EN ISO 9241 Ergonomic requirements for office work with visual
display terminals (VDTs) - Part 13: User guidance
9.5.3 Error messages should convey what is wrong, what corrective
actions can be taken, and the cause of the error.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor