tikz arrow tips, or a symbol with ->|, |-<, <-i shape, for the enter, indentation and de-indentation...
Current across a wire with zero potential difference
A Missing Symbol for This Logo
What will happen if Parliament votes "no" on each of the Brexit-related votes to be held on the 12th, 13th and 14th of March?
TikZ graph edges not drawn nicely
Is using an 'empty' metaphor considered bad style?
Globe trotting Grandpa. Where is he going next?
After checking in online, how do I know whether I need to go show my passport at airport check-in?
Limits of a density function
Square Root Distance from Integers
Is "the fire consumed everything on its way" correct?
Eww, those bytes are gross
How does Leonard in "Memento" remember reading and writing?
Why don't key signatures indicate the tonic?
Is a new boolean field better than null reference when a value can be meaningfully absent?
Cat is tipping over bed-side lamps during the night
Explanation of a regular pattern only occuring for prime numbers
How would an AI self awareness kill switch work?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
How do you funnel food off a cutting board?
How to politely refuse in-office gym instructor for steroids and protein
Why do we have to make "peinlich" start with a capital letter and also end with -s in this sentence?
How do you catch Smeargle in Pokemon Go?
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
Boss asked me to sign a resignation paper without a date on it along with my new contract
tikz arrow tips, or a symbol with ->|, |-
Setting fill color for TikZ arrow tips only (and not the path itself)How to set default style for arrow tips in TikZ?tikz: arrow tips |<->|TikZ: arrow tip as shapeLooking for tikz tips for this diagramProblem with arrow tips drawn twice in tikzLaTeX TikZ: arrow shapeTikZ arrow tips on every subpath?subpath with arrow tipsHow to make arrow tips hyperlinks in tikz-cd?
The grammar of Python and other languages that use indentation for blocking, includes derivation such as
Block ::= NewLine Indent Statemetns DeIndent
I would like to write such a rule in my document.
I am trying to depict the tab and backtab key as shown
For the enter key
I found in detexify the mathematical symbol hookleftarrow
which could be thought of as an approximation.
I can do something like tikz, but I wonder if anyone knows of a premade solution?
arrows tikz-arrows
add a comment |
The grammar of Python and other languages that use indentation for blocking, includes derivation such as
Block ::= NewLine Indent Statemetns DeIndent
I would like to write such a rule in my document.
I am trying to depict the tab and backtab key as shown
For the enter key
I found in detexify the mathematical symbol hookleftarrow
which could be thought of as an approximation.
I can do something like tikz, but I wonder if anyone knows of a premade solution?
arrows tikz-arrows
Do you want the key picture or only the arrows?
– Sigur
Feb 22 at 15:55
3
These arrows all exist in thearrows.meta
library and are calledBar
andTriangle
etc.
– marmot
Feb 22 at 16:17
@Sigur: just the arrows.
– Yossi Gil
Feb 22 at 19:48
I guess I was not precise enough. I was looking for characters in a font. I should probably rephrase
– Yossi Gil
yesterday
add a comment |
The grammar of Python and other languages that use indentation for blocking, includes derivation such as
Block ::= NewLine Indent Statemetns DeIndent
I would like to write such a rule in my document.
I am trying to depict the tab and backtab key as shown
For the enter key
I found in detexify the mathematical symbol hookleftarrow
which could be thought of as an approximation.
I can do something like tikz, but I wonder if anyone knows of a premade solution?
arrows tikz-arrows
The grammar of Python and other languages that use indentation for blocking, includes derivation such as
Block ::= NewLine Indent Statemetns DeIndent
I would like to write such a rule in my document.
I am trying to depict the tab and backtab key as shown
For the enter key
I found in detexify the mathematical symbol hookleftarrow
which could be thought of as an approximation.
I can do something like tikz, but I wonder if anyone knows of a premade solution?
arrows tikz-arrows
arrows tikz-arrows
asked Feb 22 at 15:44
Yossi GilYossi Gil
7,315344103
7,315344103
Do you want the key picture or only the arrows?
– Sigur
Feb 22 at 15:55
3
These arrows all exist in thearrows.meta
library and are calledBar
andTriangle
etc.
– marmot
Feb 22 at 16:17
@Sigur: just the arrows.
– Yossi Gil
Feb 22 at 19:48
I guess I was not precise enough. I was looking for characters in a font. I should probably rephrase
– Yossi Gil
yesterday
add a comment |
Do you want the key picture or only the arrows?
– Sigur
Feb 22 at 15:55
3
These arrows all exist in thearrows.meta
library and are calledBar
andTriangle
etc.
– marmot
Feb 22 at 16:17
@Sigur: just the arrows.
– Yossi Gil
Feb 22 at 19:48
I guess I was not precise enough. I was looking for characters in a font. I should probably rephrase
– Yossi Gil
yesterday
Do you want the key picture or only the arrows?
– Sigur
Feb 22 at 15:55
Do you want the key picture or only the arrows?
– Sigur
Feb 22 at 15:55
3
3
These arrows all exist in the
arrows.meta
library and are called Bar
and Triangle
etc.– marmot
Feb 22 at 16:17
These arrows all exist in the
arrows.meta
library and are called Bar
and Triangle
etc.– marmot
Feb 22 at 16:17
@Sigur: just the arrows.
– Yossi Gil
Feb 22 at 19:48
@Sigur: just the arrows.
– Yossi Gil
Feb 22 at 19:48
I guess I was not precise enough. I was looking for characters in a font. I should probably rephrase
– Yossi Gil
yesterday
I guess I was not precise enough. I was looking for characters in a font. I should probably rephrase
– Yossi Gil
yesterday
add a comment |
1 Answer
1
active
oldest
votes
I do not know if these symbols are predefined in some package, most likely they are. Yet it is straightforward to build your own.
documentclass{article}
usepackage{tikz}
usetikzlibrary{arrows.meta}
newcommand{TikzTab}{tikz{draw[line width=0.1em,{-Triangle[] Bar[]}]
(0,0) -- (1.2em,0);}}
newcommand{TikzBTab}{tikz{draw[line width=0.1em,{Bar[] Triangle[] -}]
(0,0) -- (1.2em,0);}}
newcommand{TikzReturn}{tikz{draw[line width=0.1em,{-Triangle[]}]
(0,0) |- (-1em,-0.4em);}}
begin{document}
ABC TikzTab DEF TikzBTab GHI TikzReturn
end{document}
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%2f476191%2ftikz-arrow-tips-or-a-symbol-with-i-shape-for-the-enter-indentatio%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I do not know if these symbols are predefined in some package, most likely they are. Yet it is straightforward to build your own.
documentclass{article}
usepackage{tikz}
usetikzlibrary{arrows.meta}
newcommand{TikzTab}{tikz{draw[line width=0.1em,{-Triangle[] Bar[]}]
(0,0) -- (1.2em,0);}}
newcommand{TikzBTab}{tikz{draw[line width=0.1em,{Bar[] Triangle[] -}]
(0,0) -- (1.2em,0);}}
newcommand{TikzReturn}{tikz{draw[line width=0.1em,{-Triangle[]}]
(0,0) |- (-1em,-0.4em);}}
begin{document}
ABC TikzTab DEF TikzBTab GHI TikzReturn
end{document}
add a comment |
I do not know if these symbols are predefined in some package, most likely they are. Yet it is straightforward to build your own.
documentclass{article}
usepackage{tikz}
usetikzlibrary{arrows.meta}
newcommand{TikzTab}{tikz{draw[line width=0.1em,{-Triangle[] Bar[]}]
(0,0) -- (1.2em,0);}}
newcommand{TikzBTab}{tikz{draw[line width=0.1em,{Bar[] Triangle[] -}]
(0,0) -- (1.2em,0);}}
newcommand{TikzReturn}{tikz{draw[line width=0.1em,{-Triangle[]}]
(0,0) |- (-1em,-0.4em);}}
begin{document}
ABC TikzTab DEF TikzBTab GHI TikzReturn
end{document}
add a comment |
I do not know if these symbols are predefined in some package, most likely they are. Yet it is straightforward to build your own.
documentclass{article}
usepackage{tikz}
usetikzlibrary{arrows.meta}
newcommand{TikzTab}{tikz{draw[line width=0.1em,{-Triangle[] Bar[]}]
(0,0) -- (1.2em,0);}}
newcommand{TikzBTab}{tikz{draw[line width=0.1em,{Bar[] Triangle[] -}]
(0,0) -- (1.2em,0);}}
newcommand{TikzReturn}{tikz{draw[line width=0.1em,{-Triangle[]}]
(0,0) |- (-1em,-0.4em);}}
begin{document}
ABC TikzTab DEF TikzBTab GHI TikzReturn
end{document}
I do not know if these symbols are predefined in some package, most likely they are. Yet it is straightforward to build your own.
documentclass{article}
usepackage{tikz}
usetikzlibrary{arrows.meta}
newcommand{TikzTab}{tikz{draw[line width=0.1em,{-Triangle[] Bar[]}]
(0,0) -- (1.2em,0);}}
newcommand{TikzBTab}{tikz{draw[line width=0.1em,{Bar[] Triangle[] -}]
(0,0) -- (1.2em,0);}}
newcommand{TikzReturn}{tikz{draw[line width=0.1em,{-Triangle[]}]
(0,0) |- (-1em,-0.4em);}}
begin{document}
ABC TikzTab DEF TikzBTab GHI TikzReturn
end{document}
answered 1 min ago
marmotmarmot
104k4123234
104k4123234
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%2f476191%2ftikz-arrow-tips-or-a-symbol-with-i-shape-for-the-enter-indentatio%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
Do you want the key picture or only the arrows?
– Sigur
Feb 22 at 15:55
3
These arrows all exist in the
arrows.meta
library and are calledBar
andTriangle
etc.– marmot
Feb 22 at 16:17
@Sigur: just the arrows.
– Yossi Gil
Feb 22 at 19:48
I guess I was not precise enough. I was looking for characters in a font. I should probably rephrase
– Yossi Gil
yesterday