Graphics, Figures & Tables ⇒ Literature review table
-
- Posts: 4
- Joined: Sun Mar 28, 2021 11:31 pm
Literature review table
How can I make this table in latex beamer?
please help
- Stefan Kottwitz
- Site Admin
- Posts: 10310
- Joined: Mon Mar 10, 2008 9:44 pm
Literature review table
Welcome to the forum!
Do you know how to make a basic table? Or do you also need basic information? What exactly is the question?
Stefan
Do you know how to make a basic table? Or do you also need basic information? What exactly is the question?
Stefan
LaTeX.org admin
-
- Posts: 4
- Joined: Sun Mar 28, 2021 11:31 pm
Literature review table
Thanks for your concern. I figured it out by myself. Here is the code.
Code: Select all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[shrink=40]{Literature Review}
\begin{table}[htbp]
\centering
\begin{tabular}{|c|c|c|c|c|}\hline
S.no&Author&Title&Findings&Gap in literature\\\hline
5&\multicolumn{1}{m{2cm}|}{Daniel Oropeza et at. (2020) \cite{10}}&\multicolumn{1}{m{4cm}|}{Welding and additive manufacturing with nanoparticle-enhanced aluminum 7075 wire}&
\multicolumn{1}{m{4cm}|}{Welding of common spacecraft aluminum 7075 T73 is possible. Also, nano particles enables precipitation hardening }&\multicolumn{1}{m{4cm}|}{Possible formation of intermetallic phase was not investigated, Also,fractographic analysis was not addressed.}\\\hline
6&\multicolumn{1}{m{2cm}|}{Xuewei Fang et al. (2020) \cite{11}}&\multicolumn{1}{m{4cm}|}{Effect of post heat treatment on the microstructure and mechanical properties of wire-arc additively manufactured A357 alloy components}&\multicolumn{1}{m{4cm}|}{Micro-pores were more evenly distributed after heat treatment with reduced size. Also, heat treatment (T6) was able to significantly improve the micro hardness and strength of A357 due to the formation of nanoparticles.}&\multicolumn{1}{m{4cm}|}{Fractographic analysis was not addressed}\\\hline
\end{tabular}
\end{table}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Last edited by Stefan Kottwitz on Mon Mar 29, 2021 11:50 pm, edited 1 time in total.
Reason: code marked
Reason: code marked
Literature review table
Hi ujjwal_11138
Can you please share the code for the literature survey table. I tried with the code you have given here. But am getting errors. Thanks in advance.
Can you please share the code for the literature survey table. I tried with the code you have given here. But am getting errors. Thanks in advance.
Last edited by rajirazee on Tue Jul 27, 2021 3:43 am, edited 1 time in total.
Literature review table
The same format is trying for. But I could not figure it out. Please do the needful. Thanks in advanceujjwal_11138 wrote:literature review.JPG
How can I make this table in latex beamer?
please help