Versicle and response symbolsplus-minus symbol with parenthesis around the minus signSymbols for Outer JoinsWhere to find a list of all available symbols for ConTeXt?Table mapping mathematical and scientific symbols to their meaningsPer mille symbol in classicthesis styleCreate Pole/Point Integral SymbolsDouble prec as a single symbol?convert LaTeX symbols into svg files using font files directlyAscii package NBSP and NUL symbolsTypesetting <= and < symbols using the default document font
Contributing to a candidate as a Foreign National US Resident?
Who pays for increased security measures on flights to the US?
How can I get a file's size with C++17?
Yield on municipal bonds versus treasury
How long had Bertha Mason been in the attic at the point of the events in Jane Eyre
What is meaning of 4 letter acronyms in Roman names like Titus Flavius T. f. T. n. Sabinus?
How to create a 2D table with varying step?
When should we use dependency injection (C#)
Fine-tuning parameters for existing methods
What is the difference between figures illustration and images?
Do I need to be legally qualified to install a Hive smart thermostat?
What could a Medieval society do with excess animal blood?
Did Stalin kill all Soviet officers involved in the Winter War?
What caused the flashes in the video footage of Chernobyl?
What does the ash content of broken wheat really mean?
Has there ever been a cold war other than between the U.S. and the U.S.S.R.?
Are there advantages in writing by hand over typing out a story?
Language Selector
My players like to search everything. What do they find?
gzip compress a local folder and extract it to remote server
How is /a/ pronounced before n/m in French?
Is よう an adjective or a noun?
Does this circuit have marginal voltage level problem?
Hiding a solar system in a nebula
Versicle and response symbols
plus-minus symbol with parenthesis around the minus signSymbols for Outer JoinsWhere to find a list of all available symbols for ConTeXt?Table mapping mathematical and scientific symbols to their meaningsPer mille symbol in classicthesis styleCreate Pole/Point Integral SymbolsDouble prec as a single symbol?convert LaTeX symbols into svg files using font files directlyAscii package NBSP and NUL symbolsTypesetting <= and < symbols using the default document font
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to properly typeset the versicle and response symbols. The versicle symbol looks like this:
and the response symbol is the same but with "R" instead of "V".
The Comprehensive LaTeX Symbol List provides a solution which requires XeLaTeX and the Junicode font, but is there a way to properly typeset the symbols using pdfLaTeX (i.e. is there a package which provides the symbols)? If not, what is the best way to construct the symbols manually?
I managed to construct something that looks like a versicle with
newcommandversicle$mathbfnotmkern -3mu mathrmV$
but I'm not skilled at constructing symbols and I know that's not right.
I'm open to using XeLaTeX or LuaLaTeX if necessary to properly typeset these symbols but I'd like to know if there is a good way to do it with pdfLaTeX.
An example of the use of these symbols can be found in, e.g., Wikipedia's article on the Tantum ergo:
symbols
add a comment |
I want to properly typeset the versicle and response symbols. The versicle symbol looks like this:
and the response symbol is the same but with "R" instead of "V".
The Comprehensive LaTeX Symbol List provides a solution which requires XeLaTeX and the Junicode font, but is there a way to properly typeset the symbols using pdfLaTeX (i.e. is there a package which provides the symbols)? If not, what is the best way to construct the symbols manually?
I managed to construct something that looks like a versicle with
newcommandversicle$mathbfnotmkern -3mu mathrmV$
but I'm not skilled at constructing symbols and I know that's not right.
I'm open to using XeLaTeX or LuaLaTeX if necessary to properly typeset these symbols but I'd like to know if there is a good way to do it with pdfLaTeX.
An example of the use of these symbols can be found in, e.g., Wikipedia's article on the Tantum ergo:
symbols
Are rthey symbols for maths relations, or binary relations?
– Bernard
7 hours ago
@Bernard No, I used math mode simply so I could usenot
for the slash. My code is very much a hack, just to demonstrate that I tried to make my own but lack the skill/knowledge to do it.
– Null
7 hours ago
add a comment |
I want to properly typeset the versicle and response symbols. The versicle symbol looks like this:
and the response symbol is the same but with "R" instead of "V".
The Comprehensive LaTeX Symbol List provides a solution which requires XeLaTeX and the Junicode font, but is there a way to properly typeset the symbols using pdfLaTeX (i.e. is there a package which provides the symbols)? If not, what is the best way to construct the symbols manually?
I managed to construct something that looks like a versicle with
newcommandversicle$mathbfnotmkern -3mu mathrmV$
but I'm not skilled at constructing symbols and I know that's not right.
I'm open to using XeLaTeX or LuaLaTeX if necessary to properly typeset these symbols but I'd like to know if there is a good way to do it with pdfLaTeX.
An example of the use of these symbols can be found in, e.g., Wikipedia's article on the Tantum ergo:
symbols
I want to properly typeset the versicle and response symbols. The versicle symbol looks like this:
and the response symbol is the same but with "R" instead of "V".
The Comprehensive LaTeX Symbol List provides a solution which requires XeLaTeX and the Junicode font, but is there a way to properly typeset the symbols using pdfLaTeX (i.e. is there a package which provides the symbols)? If not, what is the best way to construct the symbols manually?
I managed to construct something that looks like a versicle with
newcommandversicle$mathbfnotmkern -3mu mathrmV$
but I'm not skilled at constructing symbols and I know that's not right.
I'm open to using XeLaTeX or LuaLaTeX if necessary to properly typeset these symbols but I'd like to know if there is a good way to do it with pdfLaTeX.
An example of the use of these symbols can be found in, e.g., Wikipedia's article on the Tantum ergo:
symbols
symbols
edited 7 hours ago
Null
asked 8 hours ago
NullNull
1,1243 gold badges12 silver badges23 bronze badges
1,1243 gold badges12 silver badges23 bronze badges
Are rthey symbols for maths relations, or binary relations?
– Bernard
7 hours ago
@Bernard No, I used math mode simply so I could usenot
for the slash. My code is very much a hack, just to demonstrate that I tried to make my own but lack the skill/knowledge to do it.
– Null
7 hours ago
add a comment |
Are rthey symbols for maths relations, or binary relations?
– Bernard
7 hours ago
@Bernard No, I used math mode simply so I could usenot
for the slash. My code is very much a hack, just to demonstrate that I tried to make my own but lack the skill/knowledge to do it.
– Null
7 hours ago
Are rthey symbols for maths relations, or binary relations?
– Bernard
7 hours ago
Are rthey symbols for maths relations, or binary relations?
– Bernard
7 hours ago
@Bernard No, I used math mode simply so I could use
not
for the slash. My code is very much a hack, just to demonstrate that I tried to make my own but lack the skill/knowledge to do it.– Null
7 hours ago
@Bernard No, I used math mode simply so I could use
not
for the slash. My code is very much a hack, just to demonstrate that I tried to make my own but lack the skill/knowledge to do it.– Null
7 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Here is a possibility with stackengine
.
documentclass[border = 6pt]standalone
usepackagegraphicx
usepackagestackengine
newcommandversiclekern-0.25em stackinsetr0.33excrotatebox-30normalsize$rceil$V
newcommandresponsekern-0.25emstackinsetr0.35exc rotatebox-30normalsize$rceil$R
begindocument
A versicle B quad C response D
enddocument
That looks a lot better than mine, +1! The symbols aren't used in math mode, though, so I'd haveversicle
andresponse
enter and exit math mode as part of the marco. I added an example of the use of the symbols to my question to better show the usage.
– Null
7 hours ago
Beware the code used some math kerning, so you'd have to convert it to ordinary kerning (and change the unit – mu is a unit specifically for math kerning.
– Bernard
6 hours ago
I've updated my answer for text mode. The code is simpler. Please see if it's fine for you.
– Bernard
5 hours ago
add a comment |
A poorman’s version:
documentclassarticle
usepackagegraphicx
makeatletter
DeclareRobustCommandversiclevers@resp-0.1emV
DeclareRobustCommandresponsevers@resp0ptR
newcommandvers@resp@symraisebox0.2exrotatebox[origin=c]-20$m@thrceil$
newcommandvers@resp[2]%
ooalignhidewidthkern#1vers@resp@symhidewidthcr#2cr%
makeatother
begindocument
versicle
response
enddocument
You may need to fine tune the parameters for a different font.
add a comment |
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%2f498269%2fversicle-and-response-symbols%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a possibility with stackengine
.
documentclass[border = 6pt]standalone
usepackagegraphicx
usepackagestackengine
newcommandversiclekern-0.25em stackinsetr0.33excrotatebox-30normalsize$rceil$V
newcommandresponsekern-0.25emstackinsetr0.35exc rotatebox-30normalsize$rceil$R
begindocument
A versicle B quad C response D
enddocument
That looks a lot better than mine, +1! The symbols aren't used in math mode, though, so I'd haveversicle
andresponse
enter and exit math mode as part of the marco. I added an example of the use of the symbols to my question to better show the usage.
– Null
7 hours ago
Beware the code used some math kerning, so you'd have to convert it to ordinary kerning (and change the unit – mu is a unit specifically for math kerning.
– Bernard
6 hours ago
I've updated my answer for text mode. The code is simpler. Please see if it's fine for you.
– Bernard
5 hours ago
add a comment |
Here is a possibility with stackengine
.
documentclass[border = 6pt]standalone
usepackagegraphicx
usepackagestackengine
newcommandversiclekern-0.25em stackinsetr0.33excrotatebox-30normalsize$rceil$V
newcommandresponsekern-0.25emstackinsetr0.35exc rotatebox-30normalsize$rceil$R
begindocument
A versicle B quad C response D
enddocument
That looks a lot better than mine, +1! The symbols aren't used in math mode, though, so I'd haveversicle
andresponse
enter and exit math mode as part of the marco. I added an example of the use of the symbols to my question to better show the usage.
– Null
7 hours ago
Beware the code used some math kerning, so you'd have to convert it to ordinary kerning (and change the unit – mu is a unit specifically for math kerning.
– Bernard
6 hours ago
I've updated my answer for text mode. The code is simpler. Please see if it's fine for you.
– Bernard
5 hours ago
add a comment |
Here is a possibility with stackengine
.
documentclass[border = 6pt]standalone
usepackagegraphicx
usepackagestackengine
newcommandversiclekern-0.25em stackinsetr0.33excrotatebox-30normalsize$rceil$V
newcommandresponsekern-0.25emstackinsetr0.35exc rotatebox-30normalsize$rceil$R
begindocument
A versicle B quad C response D
enddocument
Here is a possibility with stackengine
.
documentclass[border = 6pt]standalone
usepackagegraphicx
usepackagestackengine
newcommandversiclekern-0.25em stackinsetr0.33excrotatebox-30normalsize$rceil$V
newcommandresponsekern-0.25emstackinsetr0.35exc rotatebox-30normalsize$rceil$R
begindocument
A versicle B quad C response D
enddocument
edited 6 hours ago
answered 7 hours ago
BernardBernard
183k7 gold badges83 silver badges216 bronze badges
183k7 gold badges83 silver badges216 bronze badges
That looks a lot better than mine, +1! The symbols aren't used in math mode, though, so I'd haveversicle
andresponse
enter and exit math mode as part of the marco. I added an example of the use of the symbols to my question to better show the usage.
– Null
7 hours ago
Beware the code used some math kerning, so you'd have to convert it to ordinary kerning (and change the unit – mu is a unit specifically for math kerning.
– Bernard
6 hours ago
I've updated my answer for text mode. The code is simpler. Please see if it's fine for you.
– Bernard
5 hours ago
add a comment |
That looks a lot better than mine, +1! The symbols aren't used in math mode, though, so I'd haveversicle
andresponse
enter and exit math mode as part of the marco. I added an example of the use of the symbols to my question to better show the usage.
– Null
7 hours ago
Beware the code used some math kerning, so you'd have to convert it to ordinary kerning (and change the unit – mu is a unit specifically for math kerning.
– Bernard
6 hours ago
I've updated my answer for text mode. The code is simpler. Please see if it's fine for you.
– Bernard
5 hours ago
That looks a lot better than mine, +1! The symbols aren't used in math mode, though, so I'd have
versicle
and response
enter and exit math mode as part of the marco. I added an example of the use of the symbols to my question to better show the usage.– Null
7 hours ago
That looks a lot better than mine, +1! The symbols aren't used in math mode, though, so I'd have
versicle
and response
enter and exit math mode as part of the marco. I added an example of the use of the symbols to my question to better show the usage.– Null
7 hours ago
Beware the code used some math kerning, so you'd have to convert it to ordinary kerning (and change the unit – mu is a unit specifically for math kerning.
– Bernard
6 hours ago
Beware the code used some math kerning, so you'd have to convert it to ordinary kerning (and change the unit – mu is a unit specifically for math kerning.
– Bernard
6 hours ago
I've updated my answer for text mode. The code is simpler. Please see if it's fine for you.
– Bernard
5 hours ago
I've updated my answer for text mode. The code is simpler. Please see if it's fine for you.
– Bernard
5 hours ago
add a comment |
A poorman’s version:
documentclassarticle
usepackagegraphicx
makeatletter
DeclareRobustCommandversiclevers@resp-0.1emV
DeclareRobustCommandresponsevers@resp0ptR
newcommandvers@resp@symraisebox0.2exrotatebox[origin=c]-20$m@thrceil$
newcommandvers@resp[2]%
ooalignhidewidthkern#1vers@resp@symhidewidthcr#2cr%
makeatother
begindocument
versicle
response
enddocument
You may need to fine tune the parameters for a different font.
add a comment |
A poorman’s version:
documentclassarticle
usepackagegraphicx
makeatletter
DeclareRobustCommandversiclevers@resp-0.1emV
DeclareRobustCommandresponsevers@resp0ptR
newcommandvers@resp@symraisebox0.2exrotatebox[origin=c]-20$m@thrceil$
newcommandvers@resp[2]%
ooalignhidewidthkern#1vers@resp@symhidewidthcr#2cr%
makeatother
begindocument
versicle
response
enddocument
You may need to fine tune the parameters for a different font.
add a comment |
A poorman’s version:
documentclassarticle
usepackagegraphicx
makeatletter
DeclareRobustCommandversiclevers@resp-0.1emV
DeclareRobustCommandresponsevers@resp0ptR
newcommandvers@resp@symraisebox0.2exrotatebox[origin=c]-20$m@thrceil$
newcommandvers@resp[2]%
ooalignhidewidthkern#1vers@resp@symhidewidthcr#2cr%
makeatother
begindocument
versicle
response
enddocument
You may need to fine tune the parameters for a different font.
A poorman’s version:
documentclassarticle
usepackagegraphicx
makeatletter
DeclareRobustCommandversiclevers@resp-0.1emV
DeclareRobustCommandresponsevers@resp0ptR
newcommandvers@resp@symraisebox0.2exrotatebox[origin=c]-20$m@thrceil$
newcommandvers@resp[2]%
ooalignhidewidthkern#1vers@resp@symhidewidthcr#2cr%
makeatother
begindocument
versicle
response
enddocument
You may need to fine tune the parameters for a different font.
answered 6 hours ago
egregegreg
752k89 gold badges1973 silver badges3313 bronze badges
752k89 gold badges1973 silver badges3313 bronze badges
add a comment |
add a comment |
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%2f498269%2fversicle-and-response-symbols%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
Are rthey symbols for maths relations, or binary relations?
– Bernard
7 hours ago
@Bernard No, I used math mode simply so I could use
not
for the slash. My code is very much a hack, just to demonstrate that I tried to make my own but lack the skill/knowledge to do it.– Null
7 hours ago