Questions tagged [fbox]

93 questions
1
vote
1 answer

why a line containing `\fbox` in my code is not working?

I have this line in my code: \fbox{\ker(r \lambda)_* \cong\mathbb{Z}/p^{a+t-\min\{a,b\}}} And this is my document from the beginning \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} % Sprache (neue…
Happy
  • 363
1
vote
1 answer

Losing alignment with fbox

I am using this command to put a box around stuff. \newcommand{\cfbox}[1]{% {\color{black}% \setlength\fboxsep{0pt}\fbox{ \begin{varwidth}{\dimexpr\columnwidth-2} \leavevmode{\color{black}#1} \end{varwidth} } }% } The problem is…
0
votes
3 answers

Set `\fboxsep` only for `\fbox` but not `\boxed`

I’m using both \fbox and \boxed but for different uses. When I use \fbox, I need it to have \fboxsep set to -0.5pt, but when I used \boxed I want a \fboxsep of 2pt. Is there a way to do that? EDIT: As I was asked for my usage, I defined this in my…
Archange
  • 1,368
0
votes
1 answer

Make Box Around Page Red

I have used … \usepackage{fancybox} \fancypage{}{\fbox} … to put a box around my text on every page including header and footer. It looks how I want it, except for the color. How do I make it red instead of black? I am using LuaLaTeX to compile.
0
votes
0 answers

\fbox has very thick lines

fbox gives very thick line in sublime text editor with sumatra pdf but in texmaker with sumatra gives normal thin lines--why is this? \begin{tikzpicture} [remember picture, overlay] \draw[line width=1pt] ($(current page.north west)+(1in, -.5in)…
js bibra
  • 21,280