Theses, Books, Title pagesCitation only year

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
rasepideh
Posts: 16
Joined: Wed Jan 27, 2016 2:09 pm

Citation only year

Post by rasepideh »

Hi all,

I want to write inside my thesis and give the citation like:

Smith (2012)

as opposed to

(Smith, 2012)

I've already applied

Code: Select all

\citeyearpar
but cross referencing is not working. Which command should I use?

I hope to hear from you.
Thanks
Sepideh

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

rasepideh
Posts: 16
Joined: Wed Jan 27, 2016 2:09 pm

Citation only year

Post by rasepideh »

I found the answer:

user should use

Code: Select all

\citet
Hope it helps for others!
Cheers,
Sepideh
LaTeX_monty
Posts: 3
Joined: Sat Nov 04, 2023 10:29 pm

Citation only year

Post by LaTeX_monty »

use \textcite{}
Post Reply