Skip to main content

Questions tagged [phantom]

6 votes
3 answers
54 views

The following code: \documentclass{article} \begin{document} \[ f(x',\overline{x'}) \] \end{document} produces the following output for me: I'm a bit bothered that the heights of the primes are ...
Michael's user avatar
  • 183
2 votes
3 answers
310 views

When writing LaTeX documents with long and deeply nested formulas, I often find myself manually aligning terms using repeated \hphantom expressions. For example: \documentclass{article} \usepackage{...
Gaussian97's user avatar
2 votes
1 answer
171 views

I have a tex file \documentclass{article} \usepackage{amsthm} \usepackage[hypertexnames=false]{hyperref} \hypersetup{ colorlinks=true, linkcolor=blue, } \begin{document} \begin{equation} A = B . ...
Akira's user avatar
  • 3,439
0 votes
2 answers
223 views

The original expression: 3x+7=+\left(5\right) Trying to "phantom" the parentheses (Error: "Extra }, or forgotten \right."): 3x+7=+\phantom{\left(}5\phantom{\right)}
bp2017's user avatar
  • 4,036
0 votes
1 answer
106 views

The following code "tries to implement a parser that can generate typeset representation as well as calculate the result of a single input". Similar to my previous post, \\ and & was ...
xcn's user avatar
  • 1,289
1 vote
1 answer
160 views

I'm trying to create a blank line at the bottom of a page in my table of contents. In the corresponding chapter I tried: \textcolor{white}{\subsection[\textcolor{white}{t}]{t}} Which makes that ...
Nate's user avatar
  • 381
5 votes
1 answer
177 views

Disclaimer: this issue may be loosely related to this one: Weird \widehat behaviour caused by packages amsmath, amssymb and fouriernc Using the following MWE: \documentclass{article} \usepackage{...
mranvick's user avatar
  • 567
1 vote
2 answers
181 views

I have a document of exercises ordered with sections/subsections with the solutions below each one. With this I want to create a document exactly the same but instead of the solution, I want that ...
the magic dancer's user avatar
6 votes
3 answers
540 views

I'm using Plain TeX (actually XeTeX for font reasons but I am using it basically like it's Plain, which I'm used to). I'm typing a poem up for someone and i want to create an effect along the lines of ...
marcelgoh's user avatar
  • 461
5 votes
1 answer
259 views

The code \begin{alignat*}{2} d\bigl(x^{(j)}_j, x^{(i)}_i\bigr) & \le d\bigl(x^{(j)}_j, x^{(i)}_j\bigr) + d\bigl(x^{(i)}_j, x^{(i)}_i\bigr)\\ & < d\bigl(x^{(j)}_j, x^{(j)}_k\bigr) + ...
Atom's user avatar
  • 745
0 votes
1 answer
116 views

I need to make sure that the spacing of some short math formula (like $x^2$) would take exactly the same spacing as some other a bit longer math formula (like $(x+1)^2-1$). The result should be $x^2$ ...
Robertas Vilkas's user avatar
0 votes
1 answer
3k views

There is a similar application in the shortcuts below. However, I want the end parts of the slash to be deleted. So how can we create the fourth zero? Like \pmzerocomputer . Thank you. \documentclass{...
Özgür's user avatar
  • 3,374
1 vote
1 answer
117 views

With titlesec loaded, if I replace \subsection by \phantomsection I get the stated error. With that pkg removed, the replacement compiles fine. Any insight would be appreciated. \documentclass[12pt,...
Erwann's user avatar
  • 2,692
-1 votes
4 answers
172 views

Good morning, I'm trying to avoid informations from my CV. In particular, I'd like to have a method to substitute my personal address with a black box of the same size of the text. I'm currently using ...
jacopo furlan's user avatar
2 votes
2 answers
641 views

I'm using phantom to maintain even spacing between the teacher version and the student version of a document. I have a newcommand that puts text from the teacher version into a phantom in the student ...
user26305's user avatar
  • 152

15 30 50 per page
1
2 3 4 5