我从我的数据文件创建了 pdf 文件(见图)
现在我想创建带有图标和数字的多列(从数据文件中获取)
徽标 | 徽标 | 徽标数字 1 | 数字 2 | 数字 3
徽标 | 徽标 | 徽标 4 号 | 5 号 | 6 号
我的代码:
\documentclass[a4paper,oneside,14pt]{article}
\usepackage[a4paper,,left=0.5cm,right=1cm,top=0.5cm,bottom=0.5cm]{geometry}
\usepackage{datatool}
\usepackage{filecontents}
\usepackage{graphicx}
\usepackage{enumitem}
\usepackage{lmodern}
\usepackage{ifthen}
\usepackage{array, makecell}
\usepackage{tcolorbox}
\usepackage{varwidth}
\usepackage{lipsum}
\usepackage{tikz}
\usetikzlibrary{positioning}
\tcbuselibrary{skins,breakable,hooks}
\usepackage{datatool}
\usepackage{setspace}
\DTLsetseparator{|}
\DTLsetdelimiter{"}
\DTLloaddb[autokeys=false]{filedataThiSinh}{filedataThiSinh.tex}
\usepackage{fix-cm}
\makeatletter
\newcommand\HUGE{\@setfontsize\Huge{50}{60}}
\makeatother
\newcommand{\printNoiThiCoding}[1]{%
\par
\DTLforeach*
[\DTLiseq{\NoiThiCoding}{#1}]%
{filedata}% Database
{\NoiThiCoding=Noi Thi,\STTCoding=STT}{%
\includegraphics[height=1.5cm]{Logo/VuaHieuSuat.jpg} \newline
Number: {\fontsize{0.5cm}{0.5cm}\selectfont \STTCoding}
}
} %End cua Node
\newpage
\begin{document}
%\DTLdisplaydb{filedataThiSinh}
%\newpage
\printNoiThiCoding{NT}
\end{document}
文件数据:
STT|So Bao Danh | STT
1|TNMT\_254|Name 1|11
2|TNMT\_405|Name 2|11