【解决方案】

加载\usepackage{boxedminipage}
演示实例如下:

演示代码:

\documentclass{article}
\usepackage{boxedminipage}

\begin{document}

\begin{boxedminipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.
\end{boxedminipage}
\begin{minipage}{.2\textwidth}
\hfill
\end{minipage}
\begin{minipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.

Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work. wildflowers.
\end{minipage}

\end{document}

效果图:

演示代码:

\documentclass{article}
\usepackage{boxedminipage}

\begin{document}

\begin{boxedminipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.
\end{boxedminipage}
\begin{minipage}{.2\textwidth}
\hfill
\end{minipage}
\begin{minipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.

Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.
\end{minipage}

\setlength{\fboxsep}{1cm}

\begin{boxedminipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.
\end{boxedminipage}
\begin{minipage}{.2\textwidth}
\hfill
\end{minipage}
\begin{minipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.

Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.
\end{minipage}

\setlength{\fboxsep}{3pt}

\begin{boxedminipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.
\end{boxedminipage}
\begin{minipage}{.2\textwidth}
\hfill
\end{minipage}
\begin{minipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.

Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.
\end{minipage}

\end{document}

效果图:

演示代码:

\documentclass{article}
\usepackage{boxedminipage}

\begin{document}

\setlength{\fboxrule}{1cm}

\begin{boxedminipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.
\end{boxedminipage}
\begin{minipage}{.2\textwidth}
\hfill
\end{minipage}
\begin{minipage}{.4\textwidth}
Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.

Each spring brings a new blossom of wildflowers in the ditches along the highway I travel daily to work.
\end{minipage}

\end{document}

效果图:

演示代码:

\documentclass{article}
\usepackage{amsmath,boxedminipage}
\usepackage{CJK}
\begin{document}
\begin{CJK}{GBK}{song}
\begin{center}
\begin{boxedminipage}{5cm}
\begin{center}
因式分解
\end{center}
\vspace{-32pt}
\begin{align*}
x^2-y^2&=(x+y)(x-y) \\
x^3-y^3&=(x-y)(x^2+xy+y^2)
\end{align*}
\end{boxedminipage}
\end{center}

\begin{center}
\begin{boxedminipage}{7cm}
\begin{center}
因式分解
\end{center}
\vspace{-32pt}
\begin{align}
x^2-y^2&=(x+y)(x-y) \\
x^3-y^3&=(x-y)(x^2+xy+y^2)
\end{align}
\end{boxedminipage}
\end{center}
\end{CJK}
\end{document}

点赞(1)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部