TeX - LaTeX Asked by Jose Ramon on March 28, 2021
I am writing my thesis for and for its separate chapter I would like to present the conducted publications. For example for the first chapter, I am having the following publication:
section{My first chapter}
The following paper is summarized the work done in this section:
begin{itemize}
item First Author and second author, name of the paper, conference, 2020.
end{itemize}
However, that latex code simply outputs the paper as a simple item. Is there a special way to place the publication in the text?
EDIT:
The following paper is summarized the work done in this section:
- First Author and second author, name of the paper, conference, 2020.
Another answer based on: https://texblog.org/2012/04/25/writing-a-cv-in-latex
documentclass[10pt]{article}
usepackage{bibentry}
begin{filecontents}{publication.bib}
@article{lamport1986latex,
title={LaTEX: User's Guide & Reference Manual},
author={Lamport, L.},
year={1986},
publisher={Addison-Wesley}
}
@book{knuth2006art,
title={The art of computer programming: Generating all trees: history of combinatorial generation},
author={Knuth, D.E.},
volume={4},
year={2006},
publisher={addison-Wesley}
}
end{filecontents}
begin{document}
bibliographystyle{plain}
nobibliography{publication}
section{My first chapter}
The following paper is summarized the work done in this section:
begin{itemize}
item bibentry{knuth2006art}
itembibentry{lamport1986latex}
end{itemize}
end{document}
Result:
Correct answer by Sango on March 28, 2021
Like this?
documentclass[10pt,a4paper]{article}
usepackage{enumitem}
begin{document}
section{My first chapter}
The following paper is summarized the work done in this section:
vspace{-3mm}
begin{itemize}[label=-]
item First Author and second author, name of the paper, conference, 2020.
end{itemize}
end{document}
Result:
Answered by Sango on March 28, 2021
I faced an identical issue with OP, so I tried the solution posted by Sango. This did not work for me. I found a post with a similar problem. Apparently it works with natbib
but not with biblatex
, which I use. The solution for biblatex
, which worked for me is:
begin{itemize}
item fullcite{knuth2006art}
item fullcite{lamport1986latex}
end{itemize}
Answered by Pål Bjartan on March 28, 2021
If a chapter having one published article, it can be added using the quote
environment. To avoid repetition of commands, a newcommand
can be added as preamble. My MWE is,
documentclass[a4paper, 12pt]{thesis}
usepackage{times,lipsum}
usepackage[margin=1in]{geometry}
usepackage[onehalfspacing]{setspace}
newcommand{publn}{
begin{quote}
singlespacingsmall
vskip-15mm
end{quote}}
begin{document}
chapter{Introduction} %Chapter 1%
publn{centerline{The literature survey presented in this chapter has been published in} centerline{Journal, 2020, 3, pp.609-633.}}
vspace{10mm}
lipsum[2-3] %dummy text%
end{document}
Answered by Sanjay Remanan on March 28, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP