![Colchetes no BibLaTeX automaticamente](https://rvso.com/image/348637/Colchetes%20no%20BibLaTeX%20automaticamente.png)
É de alguma forma possível que o LaTeX poste automaticamente a citação entre colchetes? Então não preciso criar colchetes em torno do \cite{}?
\documentclass[a4paper,12pt, danish]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[backend=bibtex,style=mla,citestyle=authoryear]{biblatex}
\bibliography{kilder.bib}
\begin{document}
(\cite{<data>})
\printbibliography
\end{document}
Responder1
Posso apresentar seu novo melhor amigo? \parencite{}
!
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[style=mla,citestyle=authoryear]{biblatex}
\bibliography{biblatex-examples.bib}
\begin{document}
\parencite{sarfraz}
\printbibliography
\end{document}