哥特式字母表不是花体

哥特式字母表不是花体

我有一些实际的哥特式文字(如西哥特人和东哥特人使用的字母表),我想将其包含在我的 .tex 文件中(例如,“

答案1

这更像是对戴维的回答的补充,而不是单独的答案,但关于我的评论的问题需要比评论允许的更多的澄清空间。

这是一个从 Junicode 手册中提取并简化的小例子:

% compile with lualatex or xelatex
\documentclass[12pt,a5paper]{book}
\usepackage{fontspec,microtype}
\setmainfont{Junicode}[
  Contextuals=Alternate,
  Numbers=OldStyle,
  SmallCapsFeatures={LetterSpace=7}]
\AtBeginDocument{\setlength{\parindent}{1em}}
\begin{document}
ss19 produces Gothic letters automatically from transliterated text,
while ss20 produces Latin letters from Gothic. Example:
{\addfontfeatures{StylisticSet=19}jabai auk ƕas gasaiƕiþ þuk þana
  habandan kunþi in galiuge stada anakumbjandan, niu miþwissei is
  siukis wisandins timrjada du galiugagudam gasaliþ matjan?}

You can also enter Gothic text directly, without using a stylistic
set. Example: 

答案2

在此处输入图片描述

使用 xelatex:

\documentclass{article}
\usepackage{fontspec}
\setmainfont{Segoe UI Symbol}
\begin{document}

I have some actual Gothic (as in the alphabet used by the Visigoths
and Ostrogoths) that I want to include in my .tex file (e.g.,
"

答案3

作为参考,哥特字母表采用 Unicode(在名为 的 Unicode 块中Gothic,有 27 个字母,从 U+10330 到 U+1034A)。

一些系统字体的示例,位于fontspec

字体样本

如上所述,输入可以是直接的,也可以是用 Gothic 键盘输入,也可以是用宏输入\symbol{"10330},也可以是用映射字体输入:

拉丁语至哥特语的地图

使用 xelatex:

梅威瑟:

\documentclass[12pt]{article}
\usepackage{xcolor}
\pagecolor{red!3}
\usepackage{fontspec}
\newcommand\sampletext{

相关内容