I just want the last colomn where i check tick or no tick to be in center.
Code: Select all
Code, edit and compile here:
\documentclass[letterpaper,12pt]{article}\pagestyle{empty} % No footer\usepackage[hmargin=0.50in, vmargin=0.50in]{geometry}\usepackage{multicol} % Rows spanning multiple columns\usepackage{wasysym} % Square images\usepackage{amssymb}\usepackage{amsmath}\usepackage[normalem]{ulem} % Colorful links\usepackage{hyperref, xcolor} % Colorful links\usepackage{graphicx} % Figures\usepackage{pifont}\usepackage{tabularx} % newcolumntype\newcommand{\cmark}{\ding{51}}%\newcommand{\xmark}{\ding{55}}%\usepackage{amssymb,tikz,pdftexcmds,xparse}\tikzset{box/.style={minimum size=0.225cm,inner sep=0pt,draw,},insert mark/.style={append after command={%node[inner sep=0pt,#1]at (\tikzlastnode.center){$\checkmark$}}},insert bad mark/.style={append after command={%[shorten <=\pgflinewidth,shorten >=\pgflinewidth](\tikzlastnode.north west)edge[#1](\tikzlastnode.south east)(\tikzlastnode.south west)edge[#1](\tikzlastnode.north east)}},}\makeatletter\NewDocumentCommand{\tikzcheckmark}{O{} m}{%\ifnum\pdf@strcmp{#2}{mark}=\z@%\tikz[baseline=-0.5ex]\node[box,insert mark={#1},#1]{};%