Question: documentclass [ a 4 paper, 1 0 pt ] { article } usepackage [ top = 0 . 5 in , bottom =

\documentclass[a4paper,10pt]{article}
\usepackage[top=0.5in, bottom=0.5in, left=0.5in, right=0.5in]{geometry}
\usepackage{graphicx}
\usepackage{tcolorbox}
\usepackage{qrcode}
\usepackage{tikz}
\usepackage{multicol}
% Custom colors
\definecolor{titlecolor}{RGB}{173,216,230}
\definecolor{accreditationcolor}{RGB}{255,69,0}
%NOTE: dont just use overlay and \includegraphics in the chat gpt, because it doesnt work
%try to split columns for background first and then put other boxes in that bacground
% putting dimensions for 6 boxes with backgrounds andthen paste this 2 boxes in the every bacground
% THIS BACKGROUND SHOUD BE WHITE like classic A4 page, IT IS THE MAIN BACGROUND, AND THIS INCLUDE GRAPHICS NEEDS TO BE IN EVERY BOX
% Background image setup
\usepackage{eso-pic}
\AddToShipoutPictureBG*{
\AtPageLowerLeft{
\includegraphics[width=\paperwidth,height=\paperheight]{bacground.png}%IT SHOUD BE WHITE
}
}
\begin{document}
\setlength{\columnsep}{0.5in}
\begin{multicols}{2}
% Box 1
% USE ONLINE OVERLEAF LATEX EDITOR
%take a look picture I provided!!!!
% HERE INCLUDE IMAGE BACkGROUND FORMATET AROUND THIS TWO BOXES
% I HAVE TRIED INCLUDE GRAPHICS FOR EVREY PART OF THE BOXES BUT IT DOESNT UPDATE --> TRY YOU
%pleasa check if your code compile
\begin{minipage}{0.5\textwidth}
\begin{tcolorbox}[colback=white, colframe=titlecolor, width=\textwidth, boxrule=1mm, title={\centering \textbf{TFPU2024}}]
\begin{center}
\textbf{
ormalsize{DFGDFBFDFD}}
\end{center}
\end{tcolorbox}
\vspace{0.5cm}
\begin{tcolorbox}[colback=white, colframe=white, width=\textwidth, boxrule=0mm]
\begin{tabular}{@{}p{0.6\textwidth} p{0.4\textwidth}@{}}
\textbf{\Huge{\textcolor{black}{VDGFGF}}}
ewline
\textbf{\large{\textcolor{black}{FDFDSF}}} &
\begin{minipage}[t]{\linewidth}
\raggedleft
\qrcode[height=2cm]{ha.html}
\end{minipage}
\end{tabular}
\end{tcolorbox}
\vspace{1cm}% Adjust the vertical space between boxes
\end{minipage}\hfill
% Box 2
\begin{minipage}{0.5\textwidth}
\begin{tcolorbox}[colback=white, colframe=titlecolor, width=\textwidth, boxrule=1mm, title={\centering \textbf{TFPU2024}}]
\begin{center}
\textbf{
ormalsize{DFGDFBFDFD}}
\end{center}
\end{tcolorbox}
\vspace{0.5cm}
\begin{tcolorbox}[colback=white, colframe=white, width=\textwidth, boxrule=0mm]
\begin{tabular}{@{}p{0.6\textwidth} p{0.4\textwidth}@{}}
\textbf{\Huge{\textcolor{black}{VDGFGF}}}
ewline
\textbf{\large{\textcolor{black}{FDFDSF}}} &
\begin{minipage}[t]{\linewidth}
\raggedleft
\qrcode[height=2cm]{ha.html}
\end{minipage}
\end{tabular}
\end{tcolorbox}
\vspace{1cm}% Adjust the vertical space between boxes
\end{minipage}\hfill
\end{multicols}
\end{document}MAKE THS EXTERHAL BOXES IN CODE. EXTERHAC
BOX SCHOULD HAVE ABLITY TO AOD IMAGE BACGROUM
 \documentclass[a4paper,10pt]{article} \usepackage[top=0.5in, bottom=0.5in, left=0.5in, right=0.5in]{geometry} \usepackage{graphicx} \usepackage{tcolorbox} \usepackage{qrcode} \usepackage{tikz} \usepackage{multicol} %

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!