재사용할 수 있는 브리지 스코어카드(오른쪽에서 논의 가능)

재사용할 수 있는 브리지 스코어카드(오른쪽에서 논의 가능)

나는 책에 포함하기 위해 표준 브리지 스코어카드를 복제하는 데 관심이 있습니다. 토론에서는 스코어카드를 참조할 것입니다(부분을 강조 표시할 수도 있음). 스코어카드가 아마도 페이지 너비의 절반이 될 것으로 예상합니까?

\usepackage[]{tabularx}
\usepackage{booktabs}
\begin{document}
\begin{tabularx}{\textwidth}{l c c c}
  \multicolumn{4}{c}{\colorbox{black}{\color{white}Scoring for Bridge}} \\
  VALUE PER TRICK &  Not doubled & Doubled & Redoubled \\
  \midrule
  IF TRUMP IS:& & & \\
  Clubs or Diamonds (\clubs, \diamonds) & 20 & 40 & 80 \\
  Hearts or Spades (\hearts, \spades) & 30 & 60 & 120\\
  NO TRUMP CONTRACT:& & & \\
  1st trick over 6 & 40 & 80 & 160 \\
  Each additional trick over 6 & 30 & 60 & 120 \\
  \multicolumn{4}{c}{Game is 100 Points} \\
  \multicolumn{4}{c}{\textit{First side to win 100 points below line, in one or more hands, wins a game}} \\
  \multicolumn{4}{c}{\textit{When a side wins two games, a rubber is concluded.}} \\
  \midrule
  \multicolumn{4}{c}{\textbf{PREMIUM SCORE}} \\
  \midrule
\end{tabularx} \\
\begin{tabularx}{\textwidth}{l r r r r r r}
  & \multicolumn{3}{c}{NOT VULNERABLE} & \multicolumn{3}{c}{VULNERABLE}\\
  & Not Dbld. & Dbld. & Redbld. & Not Dbld. & Dbld. & Redbld. \\
  \midrule
  Each overtrick & Trick Value & 100 & 200 & Trick Value & 200 & 400 \\
  \multicolumn{7}{l}{\textit{(Tricks made in excess of contract)}} \\
  \midrule
  Small Slam (12 tricks) & 500 & 500 & 500 & 750 & 750 & 750\\
  Grand Slam (13 tricks) & 1000 & 1000 & 1000 & 1500 & 1500 & 1500\\
  \midrule
  \multicolumn{7}{l}{Two-Game Rubber\dotfill 700} \\
  \multicolumn{7}{l}{Three-Game Rubber\dotfill 500} \\
  \multicolumn{7}{l}{Unfinished Rubber, One Game\dotfill 300} \\
  \multicolumn{7}{l}{Unfinished Game, Part Score\dotfill 100} \\
  \midrule
  \multicolumn{7}{l}{Bonus for fufilling any doubled contract\dotfill 50} \\
  \multicolumn{7}{l}{Bonus for fulfilling any redoubled contract\dotfill 100} \\
  \midrule
  \multicolumn{7}{l}{Honours (Scored above the line by either side)} \\
  \multicolumn{7}{l}{Four of the five trump Honours (A, K, Q, J, 10) in one hand\dotfill 100} \\
  \multicolumn{7}{l}{All five trump Honours (A, K, Q, J, 10) in one hand\dotfill 150} \\
  \multicolumn{7}{l}{All four Aces in one hand at notrump contract\dotfill 150} \\
  \midrule
  \multicolumn{7}{c}{\textbf{UNDERTRICK PENALTIES}} \\
  \midrule
  \multicolumn{4}{l}{\textbf{NOT VULNERABLE}} & Not Doubled & Doubled & Redoubled \\
  \midrule
  \multicolumn{5}{l}{One\dotfill 50} & 100 & 200\\
  \multicolumn{5}{l}{Two\dotfill 100} & 300 & 600\\
  \multicolumn{5}{l}{Three\dotfill 150} & 500 & 1000\\
  \multicolumn{4}{l}{For each additional undertrick} & Add 50 &  Add 300 & Add 600\\
  \midrule
  \multicolumn{7}{l}{\textbf{VULNERABLE}} \\
  \multicolumn{5}{l}{One\dotfill 100} & 200 & 400\\
  \multicolumn{5}{l}{Two\dotfill 200} & 500 & 1000\\
  \multicolumn{5}{l}{Three\dotfill 300} & 800 & 1600\\
  \multicolumn{4}{l}{For each additional undertrick} & Add 100 &  Add 300 & Add 600\\
  \midrule
\end{tabularx}\\
\textit{Doubling and/or redoubling do not affect honour, slam or rubber points.}\\
\textit{Vulnerability does not affect honour points or bonus points.}\\
\textit{The side making the most points at the conclusion of the rubber (regardless of games) is the actual winner of the rubber.}

다른 서문을 사용하면 다음과 같은 결과가 나옵니다.

내 스코어카드

내 목표는 이거다

표적

이것은 매우 가깝습니다. 크기를 좀 더 잘 제어할 수 있으면 좋겠습니다. 아마도 미니 페이지에 넣을 것입니까?

내 LaTeX가 그다지 강력하지 않아서 도움이 될 전략을 찾고 있습니까? 테이블이 올바른 방향입니까? 전체 내용을 절반 정도 크기로 줄이고 부분을 참조할 수 있도록 상자나 설명선을 그리길 바랍니다.

중첩된 테이블이 좋은 생각인가요?

또한 두 테이블이 정렬되지 않은 이유도 잘 모르겠습니다.

충분한 세부 정보를 제공했으며 여기서 올바른 질문을 하고 있기를 바랍니다.

관련 정보