Questions tagged [anchor]
The anchor tag has no summary.
85 questions
2 votes
0 answers
39 views
Cross-referencing without a full-fledged environment
I'm writing a technical report which has a bunch of definitions of terms. Some of these definitions are short, some are longer (a couple of paragraphs), but the point is - there are a lot of them, in ...
2 votes
2 answers
119 views
keytheorems: jumps wrong to the page just prior to the correct location
I have a tex file \documentclass[11pt,a4paper]{memoir} \usepackage{mathtools,keytheorems,lipsum} \usepackage[hypertexnames=false]{hyperref} \usepackage[noabbrev,capitalize,nameinlink]{cleveref} \...
5 votes
3 answers
400 views
Tikz - How to draw multiple arrows between nodes and position them perfectly without the usage of angles?
This is my code: \documentclass{standalone} \usepackage{tikz} \usetikzlibrary{shapes.geometric, positioning, fit, arrows.meta, quotes} \begin{document} \begin{tikzpicture}[every node/.style={draw,...
1 vote
1 answer
175 views
Hyperref warning about the anchor of a bookmark
I'm getting a warning during compilation from the hyperref package and would like to solve it. Here's a MWE showing the issue: \documentclass[11pt,twoside]{book} \usepackage[T1]{fontenc} \usepackage[...
4 votes
0 answers
100 views
Scale, transform shape, and the anchor border
When a node is scaled with transform shape and scale, the anchor border no longer lines up with the background path. At first I thought this was a bug in my own code, but I now realize that "...
2 votes
0 answers
65 views
zref-clever jumps to the wrong location [duplicate]
I have a tex file \documentclass{memoir} \usepackage{amsthm,lipsum} \usepackage{hyperref} \hypersetup{ hypertexnames=false, colorlinks=true, linkcolor=blue, filecolor=blue } \usepackage{zref-...
3 votes
2 answers
157 views
Declaring heat exchanger shape
community, I am trying to create a new figure that is supposed to be a schematic simplification of a condenser. Essentially, it consists of two parts: A rectangle representing the shell. It should ...
2 votes
2 answers
168 views
Draw a circle with text anchored outside of the circle
I'm trying to draw two circles (one inside the other like a Venn diagram) with text anchored to the outside of the circle - or at least placed in such as way such that A clearly labels the inner ...
3 votes
3 answers
181 views
tikzpicture current page.east unexpected behavior
Please help me understand why current page.east in my node does not behave the way I expect it to. This is my MWE: \documentclass{article} \usepackage[left=2cm, top=2cm, right=2cm, bottom=2cm]{...
7 votes
2 answers
227 views
Conditional anchor positioning based on pgf keys
Is it possible to position an anchor based on the value of a PGF key at the time the node is created? Here is one of my many attempts at getting this to work (all of which have been unsuccessful): \...
3 votes
1 answer
184 views
Bad hyperref anchors for appendix sections using llncs
I want to use LNCS's document class llncs with an appendix, but encountered a problem: links to sections lead to the correct section number, but to the main body instead of the appendix. In the ...
9 votes
3 answers
386 views
amsthm: jumps wrong to the page just prior to the correct location
I have a tex file \documentclass[11pt,a4paper]{memoir} \usepackage{mathtools,amsthm,lipsum} \usepackage[hypertexnames=false]{hyperref} \usepackage[noabbrev,capitalize,nameinlink]{cleveref} \hypersetup{...
1 vote
1 answer
96 views
About \psfrag and [<posn>] and [<psposn>]
I have to confess I have not understood the meaning of [posn] and [psposn] in \psfrag when working on a .eps figure. In the guide, {t,b,B,c} stand for (top, bottom, baseline, center) and {l,r,c} for (...
0 votes
1 answer
50 views
Not able to anchor references in a custom bibliography environment
I am trying to have a file with two bibliographies, each of them with a different kind of labeling (one should show the labeling [1], [2],..., whilst the other one has a custom labeling [A-1], [A-2],.....
3 votes
1 answer
87 views
Node in TikZ does not align picture into anchor
I struggle to align the picture to the bottom left corner; see the image below. The placeholder picture is taken from this site, and the code is below. \documentclass{standalone} \usepackage{amsmath} ...