```tex
\documentclass{article}
\usepackage{mwe}
\usepackage{array}
\begin{document}
\begin{tabular}{m{1pt}|l}
& \includegraphics[width=0.05\textheight]{example-image}\quad \raisebox{0.01\textheight}{first line}\\
\hline
& second line\\
& third line
\end{tabular}
\end{document}
```
![](https://wenda.latexstudio.net/data/attach/191018/PrNlq7f6.png)
作者追问:2019-10-18 15:15
大佬再问您个问题
怎么用newenvironment定义下面的命令呢
\begin{tikzpicture}[overlay]
\node[draw=blue!60,line width=1pt,circle,fill=blue!25,font=\bfseries,inner sep=2pt,outer sep=0pt] at (-13pt,0pt) {\textcolor{blue}{$\mathcal{D}$}};
\end{tikzpicture}
\raisebox{-0.005\textheight}{first line}\\\\[10pt]
Second Line\\\\
Third Line
就是想控制第一行和第二行之间的距离以实现下图的效果
![](https://wenda.latexstudio.net/data/attach/191018/EHvG2AI4.png)
------------
**MWE**:
\documentclass{book}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[overlay]
\node[draw=blue!60,line width=1pt,circle,fill=blue!25,font=\bfseries,inner sep=2pt,outer sep=0pt] at (-13pt,0pt) {\textcolor{blue}{$\mathcal{D}$}};
\end{tikzpicture}
\raisebox{-0.005\textheight}{first line}\\\\[10pt]
Second Line\\\\
Third Line
\end{document}
作者追问:2019-10-18 15:15
一周热门 更多>