0

enter image description here

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) $)rectangle($(current page.south east)+(-.5in, 1in) $);
\end{tikzpicture}

\fbox{However long the sentence is, it will not break into separate lines.}

\framebox{same as \texttt{\textbackslash fbox}, but more controls}


\centering
\fbox{
\begin{minipage}{.7\linewidth}
Put non-floating objects inside the \texttt{\textbackslash fbox}, e.g., minipages, tabulars, etc.
\end{minipage}
}




\centering
\fbox{
\begin{tabular}{c|cc}
$+$ & 0 & 1 \\
\hline
0 & 0 & 1 \\
1 & 1 & 0
\end{tabular} \hspace{.5cm}
\begin{tabular}{c|cc}
$\cdot$ & 0 & 1 \\
\hline
0 & 0 & 0 \\
1 & 0 & 1
\end{tabular}
}


js bibra
  • 21,280
  • 1
    As always on the site, please provide a full but minimal self contained example others can copy and test as is – daleif Oct 28 '19 at 15:55
  • Probably sublime tries to give a pseudo-preview without actually typesetting the document. Your question is not really related to TeX but rather to the sublime editor, so better ask in the sublime forum, or check the settings of sublime. – gernot Oct 28 '19 at 15:55
  • @gernot --roger--done – js bibra Oct 28 '19 at 16:38

0 Answers0