From e2b6a2507e91631e54f50d4fdb16ea475d4de7df Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sun, 27 Mar 2022 20:30:15 +0100 Subject: [PATCH] Add the readme file --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..ecb4454 --- /dev/null +++ b/README.org @@ -0,0 +1,8 @@ +* My CV in Latex +In order to build the CV you need to have [[[https://tug.org/texlive/][texlive]]] installed. Just use +the =make= command to build the CV. + +If you want to change the content and layout of this tempale for your own CV, just +have a look at =lxsameer_cv.cls= and adjust the valuse for the color theme and in +the =cv.tex= file itself fillout your info and mix and match the layout based on +your needs. Have fun hacking!