У нас вы можете посмотреть бесплатно Making a CV title in LaTeX with TeXstudio | Part 2 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The motto of this tutorial is sharing my learning outcomes with my dear friends. In this video, I will show you how to create a professional CV using TeXstudio (LaTeX editor) step by step. If you are a student, job seeker, or researcher, this method will help you design a clean and professional resume for academic or career purposes.
What you’ll learn in this tutorial:
1. Installing application
2. Setting up TeXstudio for CV making
3. Writing LaTeX code for a professional CV
4. Customizing sections (Education, Skills, Projects, Experience, etc.)
5.Exporting your CV as a high-quality PDF
📌 Don’t forget to Like 👍, Comment 💬, and Subscribe 🔔 for more tutorials.
CODE:
\documentclass[15pt,a4paper,arial]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{purple}
\usepackage[scale=0.87]{geometry}
ame{Max}{Mutermann}
\address{Baco,Berlin}{Germany}
\phone{+4915112345678}
\email{max.musermann@gmail.com}
\photo[64pt][0.7pt]{me.jpg}
\begin{document}
\makecvtitle
\end{document}