需要表格方面的帮助

需要表格方面的帮助

这是我的代码:

\documentclass[a4paper, french, 12pt]{article}
\usepackage{amsfonts}
\usepackage{indentfirst}
\usepackage{xcolor}
\usepackage{array}
\usepackage{booktabs}
\usepackage[margin=0.5in]{geometry}

\title{\textsc{\fbox{Rappel de trigonométrie}}}
\date{}
\begin{document}

    \maketitle
    \pagenumbering{gobble}
\renewcommand{\thesection}{\Roman{section})}
    \section{\color{red}Valeurs remarquables et formules élémentaires}

Voici un tableau des valeurs remarquables concernant les fonctions trigonométriques: 

\begin{center}
\[
\begin{array}{@{} l *{6}{>{\displaystyle}c} @{}}
\toprule
x       & 0 &\frac{\pi}{6}   &\frac{\pi}{4}   &\frac{\pi}{3}   &\frac{\pi}{2}&\pi\\ 
\midrule
\cos(x) & 1 &\frac{\sqrt3}{2}&\frac{\sqrt2}{2}&\frac{1}{2}     &0            &-1 \\ 
\addlinespace
\sin(x) & 0 &\frac{1}{2}     &\frac{\sqrt2}{2}&\frac{\sqrt3}{2}&1            &0  \\ 
\addlinespace
\tan(x) & 0 &\frac{1}{\sqrt3}&1               &\sqrt3          & /      &0  \\ 
\bottomrule
\end{array}
\]
\end{center}
\par
Les fonctions $\cos$ et $\sin$ sont reliées par la formule suivante:
\begin{center}
\fbox{$\forall x \in \mathbb{R}, \cos(x) + \sin(x) = 1$}
\end{center}

\end{document}

我想关闭左右两侧的桌子,您能帮我吗?

答案1

我会做这样的事情:

\documentclass[a4paper, french, 12pt]{article} 
\usepackage{amsfonts} 
\usepackage{indentfirst} 
\usepackage{xcolor} 
\usepackage{array} 
\usepackage{booktabs} 
\usepackage[margin=0.5in]{geometry}
\newcommand{\mystrut}{\rule[-16pt]{0pt}{38pt}}
\title{\textsc{\fbox{Rappel de trigonométrie}}} 
\date{} 

\begin{document} 
\maketitle 
\pagenumbering{gobble} 
\renewcommand{\thesection}{\Roman{section})} 
\section{\color{red}Valeurs remarquables et formules élémentaires} 
Voici un tableau des valeurs remarquables concernant les fonctions trigonométriques: 
\[
\begin{array}{|>{
\mystrut}l|*{6}{>{\displaystyle}c}|} 
\hline 
x & 0 &\frac{\pi}{6} &\frac{\pi}{4} &\frac{\pi}{3} &\frac{\pi}{2}&\pi\\ 
\hline 
\cos(x) & 1 &\frac{\sqrt3}{2}&\frac{\sqrt2}{2}&\frac{1}{2} &0 &-1 \\ 
\sin(x) & 0 &\frac{1}{2} &\frac{\sqrt2}{2}&\frac{\sqrt3}{2}&1 &0 \\  
\tan(x) & 0 &\frac{1}{\sqrt3}&1 &\sqrt3 & / &0 \\ 
\hline 
\end{array} 
\]

Les fonctions $\cos$ et $\sin$ sont reliées par la formule suivante: 
\[ 
\fbox{$\forall x \in \mathbb{R}, \cos^{2}(x) + \sin^{2}(x) = 1$} 
\]
\end{document}

如果每行的开头都有相同的支撑架(用 设置>{\mystrut}),则所有行都具有相同的高度,但是您也可以在单行的开头放置不同的支撑架,以实现不同的高度。

center如果您使用,则无需使用环境\[...\],displaymath 已经居中。

在此处输入图片描述

答案2

结果会很难看,但如果你想关闭表格,你可以这样做:

\documentclass[a4paper, french, 12pt]{article}
\usepackage{amsfonts}
\usepackage{indentfirst}
\usepackage{xcolor}
\usepackage{array}
\usepackage{booktabs}
\usepackage[margin=0.5in]{geometry}

\title{\textsc{\fbox{Rappel de trigonométrie}}}
\date{}
\begin{document}

    \maketitle
    \pagenumbering{gobble}
\renewcommand{\thesection}{\Roman{section})}
    \section{\color{red}Valeurs remarquables et formules élémentaires}

Voici un tableau des valeurs remarquables concernant les fonctions trigonométriques: 

\begin{center}
\setlength{\abovetopsep}{0pt}
\setlength{\belowbottomsep}{0pt}
\setlength{\aboverulesep}{0pt}
\setlength{\belowrulesep}{0pt}
\[
\begin{array}{|@{} l *{6}{>{\displaystyle}c} @{}|}
\toprule
x       & 0 &\frac{\pi}{6}   &\frac{\pi}{4}   &\frac{\pi}{3}   &\frac{\pi}{2}&\pi\\ 
\midrule
\cos(x) & 1 &\frac{\sqrt3}{2}&\frac{\sqrt2}{2}&\frac{1}{2}     &0            &-1 \\ 
%\addlinespace
\sin(x) & 0 &\frac{1}{2}     &\frac{\sqrt2}{2}&\frac{\sqrt3}{2}&1            &0  \\ 
%\addlinespace
\tan(x) & 0 &\frac{1}{\sqrt3}&1               &\sqrt3          & /      &0  \\ 
\bottomrule
\end{array}
\]
\end{center}
\par
Les fonctions $\cos$ et $\sin$ sont reliées par la formule suivante:
\begin{center}
\fbox{$\forall x \in \mathbb{R}, \cos(x) + \sin(x) = 1$}
\end{center}

\end{document}

在此处输入图片描述

答案3

为了好玩...与amsmathamssymbmakecell

\documentclass[a4paper, french, 12pt]{article}
\usepackage{amsmath, amssymb}
\usepackage{xcolor}
\usepackage{array, booktabs, makecell}
\usepackage[margin=0.5in]{geometry}
\renewcommand{\thesection}{\Roman{section})}

\title{\textsc{\fbox{Rappel de trigonométrie}}}
\date{}

\begin{document}
\thispagestyle{empty}
\maketitle
\section{\color{red}Valeurs remarquables et formules élémentaires}
Voici un tableau des valeurs remarquables concernant les fonctions trigonométriques:
\[
    \setcellgapes{5pt}
    \makegapedcells
\begin{array}{| l |*{6}{c} |}
    \hline
x       
    & 0 & \dfrac{\pi}{6}    & \dfrac{\pi}{4}    & \dfrac{\pi}{3}    & \dfrac{\pi}{2}    & \pi   \\
    \hline
\cos(x) 
    & 1 & \dfrac{\sqrt3}{2} & \dfrac{\sqrt2}{2} & \dfrac{1}{2}      & 0                 & -1    \\
\sin(x) 
    & 0 & \dfrac{1}{2}      &\dfrac{\sqrt2}{2}  & \dfrac{\sqrt3}{2} & 1                 & 0     \\
\tan(x) 
    & 0 & \dfrac{1}{\sqrt3} & 1                 & \sqrt3            & \infty            & 0     \\
    \hline
\end{array}
\]

Les fonctions $\cos$ et $\sin$ sont reliées par la formule suivante:
\[
\fbox{$\forall x \in \mathbb{R},\quad \cos^{2}(x) + \sin^{2}(x) = 1$}
\]
\end{document}

有关您的桌子的更多颜色解决方案,请参阅以下内容答案

在此处输入图片描述

相关内容