Skip to main content

Questions tagged [border]

For questions related to borders of boxes, minipages, pages, and other related boundaries.

1 vote
1 answer
67 views

How to create two or more \tcolorboxenvironment for the same environment?

I have created a \proof environment with \tcolorboxenvironment, according to the following preamble and code snippet: \documentclass{report} \usepackage[margin=1in]{geometry} \usepackage[...
Bml's user avatar
  • 151
0 votes
0 answers
82 views

Making a Tikz Node/Pic have variable height with SVG border

I am making a character sheet for DnD, and want to have a bit more flair than just a rectangle box. I have SVGs of all the containers I want to use to box out the different sections. For the things ...
Brandon Myers's user avatar
0 votes
1 answer
42 views

How to add page margins (border lines) to a latex document? Also how to increase the line width of the border

I have a document in latex in which I want to add borders. I have the following code to add borders to the page: \usepackage{calc} \usepackage{eso-pic} \newlength{\PageFrameTopMargin} \newlength{\...
Kiran's user avatar
  • 1
0 votes
0 answers
40 views

Is there any way to get a rectangular border on everypage?

So i am writing my final year master's thesis, which requires a rectangular border on every page. The template I am using is from IISC Thiruvananthapuram, but they do not have the option to include a ...
Meera 's user avatar
4 votes
4 answers
190 views

incomplete table borders, truncated, watertight

The borders around the following (relatively simple) table are incomplete/truncated. What am I missing to make this table look more 'watertight' and professional? \begin{tabular} {|p{3cm}|p{1.5cm}|} ...
Colin's user avatar
  • 85
2 votes
1 answer
23 views

Table formatted incorrectly, partly missing border

Anybody have any ideas how I can fix this table: - \begin{tabular}{ | p{4cm} | p{1.5cm}| p{1.5cm} | p{1.5cm} |l|} \hline Dataset and Section & MRR@1 & MRR@5 & MRR@10\\ \hline \...
Colin's user avatar
  • 85
1 vote
2 answers
34 views

Problem when using cases environment in pgfplots legend

I noticed that if I use cases from package amsmath in a pgfplots legend, the legend box does not contain the whole text. See the MWE. \documentclass{standalone} \usepackage{amsmath} \usepackage{...
Manuel Du 's user avatar
0 votes
0 answers
13 views

Table goes out of the border [duplicate]

I have the following table: \begin{table}[htb!] \begin{center} \caption{Material model parameters for the FeFEHM components} \label{table:T1} \begin{tabular}{c c c cccccc} \...
Carlos Gabriel Cardoso's user avatar
4 votes
4 answers
513 views

Logic proof - Boxes inside a table

I want to create a table as below: But I only came up with the table code, with no clue of how to add the two boxes. \begin{table} \centering \begin{tabular}{lll} 1. & $(\...
Ida's user avatar
  • 643
1 vote
1 answer
28 views

How to place border lines on side of table with rotated text

I'm trying to add the right side of this table's border/bounding box lines, it seems to delete it though it doesn't happen with other tables where I did not rotate the text to fit. I'd like to have ...
Carl_Tutton's user avatar
1 vote
1 answer
43 views

Omit border of a variation table using the tkz-tab package

Is there a way to omit the border lines in a sign and variation table of a function in the tkz-tab package? My Code: \begin{tikzpicture} \tikzset{h style/.style = {fill=red!50}} \tkzTabInit[lgt=1,...
vitalmath's user avatar
  • 123
0 votes
0 answers
53 views

How To Add a border around all pages which is a picture?

I have a picture that is a rectangle and has an open center. I want this image to be my page border. How would I go about doing this? If I try to make the picture fit the entire page then I can't have ...
Jaireet C's user avatar
1 vote
1 answer
53 views

Table formating of margings, borders, and alignment

I am formatting a table and I don't know how to deal with several separate issues: I don't know how to break the line within a cell but keep the margins and the height of the text within the cell. I ...
Rubén Pérez Sanz's user avatar
4 votes
1 answer
319 views

A Table Cell with Rounded Corners in LaTeX

Suppose I have a table like this: \documentclass{article} \usepackage{multirow} \begin{document} \begin{tabular}{cc|cc|c|} \cline{3-5} & & \multicolumn{2}{c|}{\...
Qaher's user avatar
  • 1,242
2 votes
2 answers
64 views

Remove a line selectively between 2 particular cells (horizontally and vertically)

Is there a simple way to remove a line selectively between 2 particular cells. Let's say for example the vertical line between cell4 and cell5 and the horizontal line between cell6 and cell9? \...
ecjb's user avatar
  • 935

15 30 50 per page
1
2 3 4 5
18