Creating dynamic diacritics using the Brill typeface Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Teuthonista diacritics?Creating your own diacriticsXeLaTeX : Problem with diacritics (using Gentium font)Multiple diacritics on one characterActivating characters with diacritics (accents)Diacritics above dotted i (i with tittle)Fonts with well-behaved stacking diacritics?How to transform diacritics/accents to latex macro using a command line tool?Using math accents/diacritics as standalone symbolsContour tone diacritics with tipa?
What was the first language to use conditional keywords?
NumericArray versus PackedArray in MMA12
How to install press fit bottom bracket into new frame
Is it fair for a professor to grade us on the possession of past papers?
As a beginner, should I get a Squier Strat with a SSS config or a HSS?
Can an alien society believe that their star system is the universe?
How to compare two different files line by line in unix?
How to write the following sign?
What is the effect of altitude on true airspeed?
Why doesn't SQL Optimizer use my constraint?
Why do we need to use the builder design pattern when we can do the same thing with setters?
Generate an RGB colour grid
Project Euler #1 in C++
Find 108 by using 3,4,6
Why wasn't DOSKEY integrated with COMMAND.COM?
What do you call the main part of a joke?
Why is my ESD wriststrap failing with nitrile gloves on?
SF book about people trapped in a series of worlds they imagine
Why should I vote and accept answers?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
Sum letters are not two different
How to tell that you are a giant?
Time to Settle Down!
The code below, is it ill-formed NDR or is it well formed?
Creating dynamic diacritics using the Brill typeface
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Teuthonista diacritics?Creating your own diacriticsXeLaTeX : Problem with diacritics (using Gentium font)Multiple diacritics on one characterActivating characters with diacritics (accents)Diacritics above dotted i (i with tittle)Fonts with well-behaved stacking diacritics?How to transform diacritics/accents to latex macro using a command line tool?Using math accents/diacritics as standalone symbolsContour tone diacritics with tipa?
I’m trying to recreate the following image from John Hudson’s (principal designer of the Brill typeface) presentation slides:
Source: The Brill Types, p. 22.
The typeface is free for non-commercial use, please see the official Brill website. I got stuck in the image on page 21.
documentclassarticle
usepackagefontspec
setmainfontBrill
ExplSyntaxOn
NewDocumentCommand dynamicdiacritics
d char"0323 char"030C
y char"030D char"0311
n char"0306 char"032D
a char"0324 char"0330
m char"0310 char"0318
i char"0304 char"1DCA
c char"0319 char"030B
~
d char"0325 char"0309
i char"030E char"1DC7
a char"1DC8 char"031E
c char"0348 char"0332
r char"0346 char"0332
i char"0313 char"036F
t char"032B char"0306
i char"1DC5 char"0307
c char"0368 char"0301
s char"031C char"1DCC
ExplSyntaxOff
begindocument
dynamicdiacritics
enddocument
My failed attempt; wrong diacritics might have been used as well.
accents
add a comment |
I’m trying to recreate the following image from John Hudson’s (principal designer of the Brill typeface) presentation slides:
Source: The Brill Types, p. 22.
The typeface is free for non-commercial use, please see the official Brill website. I got stuck in the image on page 21.
documentclassarticle
usepackagefontspec
setmainfontBrill
ExplSyntaxOn
NewDocumentCommand dynamicdiacritics
d char"0323 char"030C
y char"030D char"0311
n char"0306 char"032D
a char"0324 char"0330
m char"0310 char"0318
i char"0304 char"1DCA
c char"0319 char"030B
~
d char"0325 char"0309
i char"030E char"1DC7
a char"1DC8 char"031E
c char"0348 char"0332
r char"0346 char"0332
i char"0313 char"036F
t char"032B char"0306
i char"1DC5 char"0307
c char"0368 char"0301
s char"031C char"1DCC
ExplSyntaxOff
begindocument
dynamicdiacritics
enddocument
My failed attempt; wrong diacritics might have been used as well.
accents
add a comment |
I’m trying to recreate the following image from John Hudson’s (principal designer of the Brill typeface) presentation slides:
Source: The Brill Types, p. 22.
The typeface is free for non-commercial use, please see the official Brill website. I got stuck in the image on page 21.
documentclassarticle
usepackagefontspec
setmainfontBrill
ExplSyntaxOn
NewDocumentCommand dynamicdiacritics
d char"0323 char"030C
y char"030D char"0311
n char"0306 char"032D
a char"0324 char"0330
m char"0310 char"0318
i char"0304 char"1DCA
c char"0319 char"030B
~
d char"0325 char"0309
i char"030E char"1DC7
a char"1DC8 char"031E
c char"0348 char"0332
r char"0346 char"0332
i char"0313 char"036F
t char"032B char"0306
i char"1DC5 char"0307
c char"0368 char"0301
s char"031C char"1DCC
ExplSyntaxOff
begindocument
dynamicdiacritics
enddocument
My failed attempt; wrong diacritics might have been used as well.
accents
I’m trying to recreate the following image from John Hudson’s (principal designer of the Brill typeface) presentation slides:
Source: The Brill Types, p. 22.
The typeface is free for non-commercial use, please see the official Brill website. I got stuck in the image on page 21.
documentclassarticle
usepackagefontspec
setmainfontBrill
ExplSyntaxOn
NewDocumentCommand dynamicdiacritics
d char"0323 char"030C
y char"030D char"0311
n char"0306 char"032D
a char"0324 char"0330
m char"0310 char"0318
i char"0304 char"1DCA
c char"0319 char"030B
~
d char"0325 char"0309
i char"030E char"1DC7
a char"1DC8 char"031E
c char"0348 char"0332
r char"0346 char"0332
i char"0313 char"036F
t char"032B char"0306
i char"1DC5 char"0307
c char"0368 char"0301
s char"031C char"1DCC
ExplSyntaxOff
begindocument
dynamicdiacritics
enddocument
My failed attempt; wrong diacritics might have been used as well.
accents
accents
asked 7 mins ago
Ruixi ZhangRuixi Zhang
5,768423
5,768423
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485523%2fcreating-dynamic-diacritics-using-the-brill-typeface%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485523%2fcreating-dynamic-diacritics-using-the-brill-typeface%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown

