Border lines not meeting in one cornerMeeting Minute with supervisorTable border is not completeRound corner...

Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?

Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?

In which way proportional valves are controlled solely by current?

Wrap all numerics in JSON with quotes

A bug in Excel? Conditional formatting for marking duplicates also highlights unique value

In Adventurer's League, is it possible to keep the Ring of Winter if you manage to acquire it in the Tomb of Annihilation adventure?

How to create specific language package for an item?

Levi-Civita symbol: 3D matrix

Does "legal poaching" exist?

How to kill a localhost:8080

Are small insurances worth it

Four buttons on a table

Is it possible to make a clamp function shorter than a ternary in JS?

How to substitute values from a list into a function?

Why is working on the same position for more than 15 years not a red flag?

Calculating Hyperbolic Sin faster than using a standard power series

Is there a math equivalent to the conditional ternary operator?

Every subset equal to original set?

The need of reserving one's ability in job interviews

How to play ethic aspects my character is said to have, I as player don't understand?

Is it possible to counterspell the revised Artificer?

Difference between 'stomach' and 'uterus'

Six real numbers so that product of any five is the sixth one

Sometimes a banana is just a banana



Border lines not meeting in one corner


Meeting Minute with supervisorTable border is not completeRound corner not correctTable lines (vertical/horizontal) not meeting upOne border by combining objectsLine up nested tikz enviroments or how to get rid of themLines do not reach the border of nodeHiding one cell border using hhline packageDisappearing border lines in tableTable border is not drawn













5















I am trying to create a table with horizontal and vertical lines, but the lines are not meeting in the upper right hand corner. Can anyone figure out where I'm going wrong?



documentclass{article}

usepackage{tikz}
usepackage{multirow}
usepackage{array}




usetikzlibrary{calc,shadings,patterns,tikzmark}
newcommandHatchedCell[5][0pt]{%
begin{tikzpicture}[overlay,remember picture]%
path ($(pic cs:#2)!0.5!(pic cs:#3)$) coordinate (aux1)
(pic cs:#4) coordinate (aux2);
fill[#5] ( $ (aux1) + (-0.67*0.097textwidth,1.9ex) $ )
rectangle ($ (aux1 |- aux2) + (0.7*0.097textwidth,-#1*baselineskip-.8ex) $ );
end{tikzpicture}%
}%

begin{document}

%arrayrulecolor{black}
setlengtharrayrulewidth{1.0pt}
newcolumntype{P}{>{centeringarraybackslash}p{0.097textwidth}}
newcolumntype{G}{>{centeringarraybackslash}p{0.235textwidth}}



begin{tabular}{P P P P P P}
&
&
&
multicolumn{2}{G}{textbf{Player 2}}
\ [1.5ex]
end{tabular}

begin{tabular}{ P P P P P P}
&
&
A &
B &
C &
D\[1.5ex]
cline{3-6}
end{tabular}


begin{tabular}{ P P|P|P|P|P|}
&
A&
tikzmark{start0} small textbf{10,10} tikzmark{middle0}tikzmark{end0} &
small 10,0 &
small 0,-10 &
small -40,-10\
cline{3-6}
end{tabular}
HatchedCell{start0}{middle0}{end0}{pattern color=black!70,pattern=north east lines}


begin{tabular}{P P|P|P|P|P|}

textbf{Player 1}&
B&
small 0,10 &
tikzmark{start1} small textbf{10,10} tikzmark{middle1}tikzmark{end1} &
small 0,0 &
small 0,0\ [-2.65ex]
cline{3-6}
end{tabular}
HatchedCell{start1}{middle1}{end1}{pattern color=black!70,pattern=north east lines}



begin{tabular}{P P|P|P|P|P|}
cline{3-6}
&
C&
small -10,0 &
small 0,0&
tikzmark{start2} small textbf{0,0} tikzmark{middle2}tikzmark{end2} &
small 0,0 \ [0.2ex]
cline{3-6}
end{tabular}
HatchedCell{start2}{middle2}{end2}{pattern color=black!70,pattern=north east lines}

begin{tabular}{ P P|P|P|P|P|}
cline{3-6}
&
D&
small -10,-40 &

small 0 0&
small 0,0 &
tikzmark{start3} small textbf{10,10} tikzmark{middle3}tikzmark{end3} \
cline{3-6}
end{tabular}
HatchedCell{start3}{middle3}{end3}{pattern color=black!70,pattern=north east lines}

end{document}


enter image description here



How do I get these lines to meet?










share|improve this question









New contributor




anne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2





    Welcome to TeX.SE!

    – Mico
    20 hours ago
















5















I am trying to create a table with horizontal and vertical lines, but the lines are not meeting in the upper right hand corner. Can anyone figure out where I'm going wrong?



documentclass{article}

usepackage{tikz}
usepackage{multirow}
usepackage{array}




usetikzlibrary{calc,shadings,patterns,tikzmark}
newcommandHatchedCell[5][0pt]{%
begin{tikzpicture}[overlay,remember picture]%
path ($(pic cs:#2)!0.5!(pic cs:#3)$) coordinate (aux1)
(pic cs:#4) coordinate (aux2);
fill[#5] ( $ (aux1) + (-0.67*0.097textwidth,1.9ex) $ )
rectangle ($ (aux1 |- aux2) + (0.7*0.097textwidth,-#1*baselineskip-.8ex) $ );
end{tikzpicture}%
}%

begin{document}

%arrayrulecolor{black}
setlengtharrayrulewidth{1.0pt}
newcolumntype{P}{>{centeringarraybackslash}p{0.097textwidth}}
newcolumntype{G}{>{centeringarraybackslash}p{0.235textwidth}}



begin{tabular}{P P P P P P}
&
&
&
multicolumn{2}{G}{textbf{Player 2}}
\ [1.5ex]
end{tabular}

begin{tabular}{ P P P P P P}
&
&
A &
B &
C &
D\[1.5ex]
cline{3-6}
end{tabular}


begin{tabular}{ P P|P|P|P|P|}
&
A&
tikzmark{start0} small textbf{10,10} tikzmark{middle0}tikzmark{end0} &
small 10,0 &
small 0,-10 &
small -40,-10\
cline{3-6}
end{tabular}
HatchedCell{start0}{middle0}{end0}{pattern color=black!70,pattern=north east lines}


begin{tabular}{P P|P|P|P|P|}

textbf{Player 1}&
B&
small 0,10 &
tikzmark{start1} small textbf{10,10} tikzmark{middle1}tikzmark{end1} &
small 0,0 &
small 0,0\ [-2.65ex]
cline{3-6}
end{tabular}
HatchedCell{start1}{middle1}{end1}{pattern color=black!70,pattern=north east lines}



begin{tabular}{P P|P|P|P|P|}
cline{3-6}
&
C&
small -10,0 &
small 0,0&
tikzmark{start2} small textbf{0,0} tikzmark{middle2}tikzmark{end2} &
small 0,0 \ [0.2ex]
cline{3-6}
end{tabular}
HatchedCell{start2}{middle2}{end2}{pattern color=black!70,pattern=north east lines}

begin{tabular}{ P P|P|P|P|P|}
cline{3-6}
&
D&
small -10,-40 &

small 0 0&
small 0,0 &
tikzmark{start3} small textbf{10,10} tikzmark{middle3}tikzmark{end3} \
cline{3-6}
end{tabular}
HatchedCell{start3}{middle3}{end3}{pattern color=black!70,pattern=north east lines}

end{document}


enter image description here



How do I get these lines to meet?










share|improve this question









New contributor




anne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2





    Welcome to TeX.SE!

    – Mico
    20 hours ago














5












5








5


0






I am trying to create a table with horizontal and vertical lines, but the lines are not meeting in the upper right hand corner. Can anyone figure out where I'm going wrong?



documentclass{article}

usepackage{tikz}
usepackage{multirow}
usepackage{array}




usetikzlibrary{calc,shadings,patterns,tikzmark}
newcommandHatchedCell[5][0pt]{%
begin{tikzpicture}[overlay,remember picture]%
path ($(pic cs:#2)!0.5!(pic cs:#3)$) coordinate (aux1)
(pic cs:#4) coordinate (aux2);
fill[#5] ( $ (aux1) + (-0.67*0.097textwidth,1.9ex) $ )
rectangle ($ (aux1 |- aux2) + (0.7*0.097textwidth,-#1*baselineskip-.8ex) $ );
end{tikzpicture}%
}%

begin{document}

%arrayrulecolor{black}
setlengtharrayrulewidth{1.0pt}
newcolumntype{P}{>{centeringarraybackslash}p{0.097textwidth}}
newcolumntype{G}{>{centeringarraybackslash}p{0.235textwidth}}



begin{tabular}{P P P P P P}
&
&
&
multicolumn{2}{G}{textbf{Player 2}}
\ [1.5ex]
end{tabular}

begin{tabular}{ P P P P P P}
&
&
A &
B &
C &
D\[1.5ex]
cline{3-6}
end{tabular}


begin{tabular}{ P P|P|P|P|P|}
&
A&
tikzmark{start0} small textbf{10,10} tikzmark{middle0}tikzmark{end0} &
small 10,0 &
small 0,-10 &
small -40,-10\
cline{3-6}
end{tabular}
HatchedCell{start0}{middle0}{end0}{pattern color=black!70,pattern=north east lines}


begin{tabular}{P P|P|P|P|P|}

textbf{Player 1}&
B&
small 0,10 &
tikzmark{start1} small textbf{10,10} tikzmark{middle1}tikzmark{end1} &
small 0,0 &
small 0,0\ [-2.65ex]
cline{3-6}
end{tabular}
HatchedCell{start1}{middle1}{end1}{pattern color=black!70,pattern=north east lines}



begin{tabular}{P P|P|P|P|P|}
cline{3-6}
&
C&
small -10,0 &
small 0,0&
tikzmark{start2} small textbf{0,0} tikzmark{middle2}tikzmark{end2} &
small 0,0 \ [0.2ex]
cline{3-6}
end{tabular}
HatchedCell{start2}{middle2}{end2}{pattern color=black!70,pattern=north east lines}

begin{tabular}{ P P|P|P|P|P|}
cline{3-6}
&
D&
small -10,-40 &

small 0 0&
small 0,0 &
tikzmark{start3} small textbf{10,10} tikzmark{middle3}tikzmark{end3} \
cline{3-6}
end{tabular}
HatchedCell{start3}{middle3}{end3}{pattern color=black!70,pattern=north east lines}

end{document}


enter image description here



How do I get these lines to meet?










share|improve this question









New contributor




anne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am trying to create a table with horizontal and vertical lines, but the lines are not meeting in the upper right hand corner. Can anyone figure out where I'm going wrong?



documentclass{article}

usepackage{tikz}
usepackage{multirow}
usepackage{array}




usetikzlibrary{calc,shadings,patterns,tikzmark}
newcommandHatchedCell[5][0pt]{%
begin{tikzpicture}[overlay,remember picture]%
path ($(pic cs:#2)!0.5!(pic cs:#3)$) coordinate (aux1)
(pic cs:#4) coordinate (aux2);
fill[#5] ( $ (aux1) + (-0.67*0.097textwidth,1.9ex) $ )
rectangle ($ (aux1 |- aux2) + (0.7*0.097textwidth,-#1*baselineskip-.8ex) $ );
end{tikzpicture}%
}%

begin{document}

%arrayrulecolor{black}
setlengtharrayrulewidth{1.0pt}
newcolumntype{P}{>{centeringarraybackslash}p{0.097textwidth}}
newcolumntype{G}{>{centeringarraybackslash}p{0.235textwidth}}



begin{tabular}{P P P P P P}
&
&
&
multicolumn{2}{G}{textbf{Player 2}}
\ [1.5ex]
end{tabular}

begin{tabular}{ P P P P P P}
&
&
A &
B &
C &
D\[1.5ex]
cline{3-6}
end{tabular}


begin{tabular}{ P P|P|P|P|P|}
&
A&
tikzmark{start0} small textbf{10,10} tikzmark{middle0}tikzmark{end0} &
small 10,0 &
small 0,-10 &
small -40,-10\
cline{3-6}
end{tabular}
HatchedCell{start0}{middle0}{end0}{pattern color=black!70,pattern=north east lines}


begin{tabular}{P P|P|P|P|P|}

textbf{Player 1}&
B&
small 0,10 &
tikzmark{start1} small textbf{10,10} tikzmark{middle1}tikzmark{end1} &
small 0,0 &
small 0,0\ [-2.65ex]
cline{3-6}
end{tabular}
HatchedCell{start1}{middle1}{end1}{pattern color=black!70,pattern=north east lines}



begin{tabular}{P P|P|P|P|P|}
cline{3-6}
&
C&
small -10,0 &
small 0,0&
tikzmark{start2} small textbf{0,0} tikzmark{middle2}tikzmark{end2} &
small 0,0 \ [0.2ex]
cline{3-6}
end{tabular}
HatchedCell{start2}{middle2}{end2}{pattern color=black!70,pattern=north east lines}

begin{tabular}{ P P|P|P|P|P|}
cline{3-6}
&
D&
small -10,-40 &

small 0 0&
small 0,0 &
tikzmark{start3} small textbf{10,10} tikzmark{middle3}tikzmark{end3} \
cline{3-6}
end{tabular}
HatchedCell{start3}{middle3}{end3}{pattern color=black!70,pattern=north east lines}

end{document}


enter image description here



How do I get these lines to meet?







tikz-pgf tables






share|improve this question









New contributor




anne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




anne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 20 hours ago









Mico

281k31385774




281k31385774






New contributor




anne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 21 hours ago









anneanne

261




261




New contributor




anne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





anne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






anne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 2





    Welcome to TeX.SE!

    – Mico
    20 hours ago














  • 2





    Welcome to TeX.SE!

    – Mico
    20 hours ago








2




2





Welcome to TeX.SE!

– Mico
20 hours ago





Welcome to TeX.SE!

– Mico
20 hours ago










1 Answer
1






active

oldest

votes


















6














You are using TikZ to hatch some cells, why not use it to build the complete table?



documentclass[tikz,border=2mm]{standalone} 
usetikzlibrary{positioning, matrix, patterns}

begin{document}
begin{tikzpicture}[%
mynode/.style={draw, anchor=center, outer sep=0pt,
minimum width=15mm, minimum height=7mm},
hnode/.style={mynode, pattern=north west lines},
mylabel/.style={mynode, draw=none, minimum width=10mm}]

matrix (A) [matrix of nodes,
column sep=-pgflinewidth,
row sep=-pgflinewidth,
nodes={mynode},
row 1/.style={nodes={mylabel}},
column 1/.style={nodes={mylabel}}]
{ & A & B & C & D\
A &|[hnode]| 10,0 & 10,0 & 0,-10&-10,-10\
B & 0,10 & |[hnode]|10,10 & 0,0&0,0\
C & -10,0 & 0,0 & |[hnode]|0,0&0,0\
D & -10,-10 & 0,0 & 0,0&|[hnode]|10,10\};

node[anchor=south, font=bfseries] at (A-1-2.north-|A-2-3.east) {Player 2};

node[anchor=south, font=bfseries, rotate=90] at (A-3-1.south west) {Player 1};
end{tikzpicture}
end{document}


enter image description here






share|improve this answer


























  • Excuse me for my bit disturb. Can you edit your answer? At the left would be Player 1 and not Player 2. :-)

    – Sebastiano
    20 hours ago













  • @Sebastiano Done!

    – Ignasi
    19 hours ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






anne is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477877%2fborder-lines-not-meeting-in-one-corner%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









6














You are using TikZ to hatch some cells, why not use it to build the complete table?



documentclass[tikz,border=2mm]{standalone} 
usetikzlibrary{positioning, matrix, patterns}

begin{document}
begin{tikzpicture}[%
mynode/.style={draw, anchor=center, outer sep=0pt,
minimum width=15mm, minimum height=7mm},
hnode/.style={mynode, pattern=north west lines},
mylabel/.style={mynode, draw=none, minimum width=10mm}]

matrix (A) [matrix of nodes,
column sep=-pgflinewidth,
row sep=-pgflinewidth,
nodes={mynode},
row 1/.style={nodes={mylabel}},
column 1/.style={nodes={mylabel}}]
{ & A & B & C & D\
A &|[hnode]| 10,0 & 10,0 & 0,-10&-10,-10\
B & 0,10 & |[hnode]|10,10 & 0,0&0,0\
C & -10,0 & 0,0 & |[hnode]|0,0&0,0\
D & -10,-10 & 0,0 & 0,0&|[hnode]|10,10\};

node[anchor=south, font=bfseries] at (A-1-2.north-|A-2-3.east) {Player 2};

node[anchor=south, font=bfseries, rotate=90] at (A-3-1.south west) {Player 1};
end{tikzpicture}
end{document}


enter image description here






share|improve this answer


























  • Excuse me for my bit disturb. Can you edit your answer? At the left would be Player 1 and not Player 2. :-)

    – Sebastiano
    20 hours ago













  • @Sebastiano Done!

    – Ignasi
    19 hours ago
















6














You are using TikZ to hatch some cells, why not use it to build the complete table?



documentclass[tikz,border=2mm]{standalone} 
usetikzlibrary{positioning, matrix, patterns}

begin{document}
begin{tikzpicture}[%
mynode/.style={draw, anchor=center, outer sep=0pt,
minimum width=15mm, minimum height=7mm},
hnode/.style={mynode, pattern=north west lines},
mylabel/.style={mynode, draw=none, minimum width=10mm}]

matrix (A) [matrix of nodes,
column sep=-pgflinewidth,
row sep=-pgflinewidth,
nodes={mynode},
row 1/.style={nodes={mylabel}},
column 1/.style={nodes={mylabel}}]
{ & A & B & C & D\
A &|[hnode]| 10,0 & 10,0 & 0,-10&-10,-10\
B & 0,10 & |[hnode]|10,10 & 0,0&0,0\
C & -10,0 & 0,0 & |[hnode]|0,0&0,0\
D & -10,-10 & 0,0 & 0,0&|[hnode]|10,10\};

node[anchor=south, font=bfseries] at (A-1-2.north-|A-2-3.east) {Player 2};

node[anchor=south, font=bfseries, rotate=90] at (A-3-1.south west) {Player 1};
end{tikzpicture}
end{document}


enter image description here






share|improve this answer


























  • Excuse me for my bit disturb. Can you edit your answer? At the left would be Player 1 and not Player 2. :-)

    – Sebastiano
    20 hours ago













  • @Sebastiano Done!

    – Ignasi
    19 hours ago














6












6








6







You are using TikZ to hatch some cells, why not use it to build the complete table?



documentclass[tikz,border=2mm]{standalone} 
usetikzlibrary{positioning, matrix, patterns}

begin{document}
begin{tikzpicture}[%
mynode/.style={draw, anchor=center, outer sep=0pt,
minimum width=15mm, minimum height=7mm},
hnode/.style={mynode, pattern=north west lines},
mylabel/.style={mynode, draw=none, minimum width=10mm}]

matrix (A) [matrix of nodes,
column sep=-pgflinewidth,
row sep=-pgflinewidth,
nodes={mynode},
row 1/.style={nodes={mylabel}},
column 1/.style={nodes={mylabel}}]
{ & A & B & C & D\
A &|[hnode]| 10,0 & 10,0 & 0,-10&-10,-10\
B & 0,10 & |[hnode]|10,10 & 0,0&0,0\
C & -10,0 & 0,0 & |[hnode]|0,0&0,0\
D & -10,-10 & 0,0 & 0,0&|[hnode]|10,10\};

node[anchor=south, font=bfseries] at (A-1-2.north-|A-2-3.east) {Player 2};

node[anchor=south, font=bfseries, rotate=90] at (A-3-1.south west) {Player 1};
end{tikzpicture}
end{document}


enter image description here






share|improve this answer















You are using TikZ to hatch some cells, why not use it to build the complete table?



documentclass[tikz,border=2mm]{standalone} 
usetikzlibrary{positioning, matrix, patterns}

begin{document}
begin{tikzpicture}[%
mynode/.style={draw, anchor=center, outer sep=0pt,
minimum width=15mm, minimum height=7mm},
hnode/.style={mynode, pattern=north west lines},
mylabel/.style={mynode, draw=none, minimum width=10mm}]

matrix (A) [matrix of nodes,
column sep=-pgflinewidth,
row sep=-pgflinewidth,
nodes={mynode},
row 1/.style={nodes={mylabel}},
column 1/.style={nodes={mylabel}}]
{ & A & B & C & D\
A &|[hnode]| 10,0 & 10,0 & 0,-10&-10,-10\
B & 0,10 & |[hnode]|10,10 & 0,0&0,0\
C & -10,0 & 0,0 & |[hnode]|0,0&0,0\
D & -10,-10 & 0,0 & 0,0&|[hnode]|10,10\};

node[anchor=south, font=bfseries] at (A-1-2.north-|A-2-3.east) {Player 2};

node[anchor=south, font=bfseries, rotate=90] at (A-3-1.south west) {Player 1};
end{tikzpicture}
end{document}


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 19 hours ago

























answered 20 hours ago









IgnasiIgnasi

94.1k4172314




94.1k4172314













  • Excuse me for my bit disturb. Can you edit your answer? At the left would be Player 1 and not Player 2. :-)

    – Sebastiano
    20 hours ago













  • @Sebastiano Done!

    – Ignasi
    19 hours ago



















  • Excuse me for my bit disturb. Can you edit your answer? At the left would be Player 1 and not Player 2. :-)

    – Sebastiano
    20 hours ago













  • @Sebastiano Done!

    – Ignasi
    19 hours ago

















Excuse me for my bit disturb. Can you edit your answer? At the left would be Player 1 and not Player 2. :-)

– Sebastiano
20 hours ago







Excuse me for my bit disturb. Can you edit your answer? At the left would be Player 1 and not Player 2. :-)

– Sebastiano
20 hours ago















@Sebastiano Done!

– Ignasi
19 hours ago





@Sebastiano Done!

– Ignasi
19 hours ago










anne is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















anne is a new contributor. Be nice, and check out our Code of Conduct.













anne is a new contributor. Be nice, and check out our Code of Conduct.












anne is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477877%2fborder-lines-not-meeting-in-one-corner%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...