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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Literature review table
Do you know how to make a basic table? Or do you also need basic information? What exactly is the question?
Stefan
-
- Posts: 4
- Joined: Sun Mar 28, 2021 11:31 pm
Literature review table
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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Reason: code marked
Literature review table
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.
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