Giter Site home page Giter Site logo

plushcv's Introduction

PlushCV

Author's Note: A new ATS-friendly template has been published at AustereCV.

A one-page, two asymmetric column resume template in XeTeX that caters particularly to Computer Science students. Has a bunch of font options as listed in Preview. Inspired by deedy-resume.

Easiest way to create your own is to use the Overleaf template to edit and compile.

All fonts used are free and open source.

Dependencies

  1. Compiles only with XeTeX and required BibTex for compiling publications and the .bib filetype.

Availability

  1. Direct download.
  2. Overleaf.com template

Previews

Merriweather

alt tag

Source Serif Pro

alt tag

Inter

alt tag

Office Code Pro

alt tag

Oxygen

alt tag

Prata

alt tag

Source Sans Pro

alt tag

Marcellus

alt tag

Abril

alt tag

Changelog

v1.1

  1. Added more font options.
  2. Added icons for contact line, fixed alignment.
  3. Removed "Awards".
  4. Fixed RaggedRight compilation issues.

TODO

  1. Add more font options.
  2. Allow for multiple pages and overflow.

Known Issues:

  1. Overflows if vertical limit reached.
  2. First bullet point on the second column needs a proper fix.

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

plushcv's People

Contributors

cictema avatar

Stargazers

Tu My Phan Le avatar Ali Ahmadnejad avatar Ilya avatar Teo Coluccio avatar Subramanian Chidambaram avatar JakobLichterfeld avatar  avatar Matt Hughes avatar Jérémi Robi avatar Sergei Kondratev avatar Nikhil Devasia avatar Sai Janjanam avatar Eldar Pulatov avatar Saagar Raj avatar Roman Hossain Shaon avatar Zakaria Ait Ali avatar Anindya Biswas avatar Abhishek pawar avatar Zeeshan Ashraf avatar Aahnik Daw avatar Seyed Masih Sajadi avatar Syed M. Abbas Haider Taqvi avatar Lukáš Paukert avatar Fernando Aristizabal avatar Etienne avatar Ivan Carvalho avatar  avatar Dipu Chandra Dey avatar Rahul Dubey avatar Sudipto Baral avatar Wesley Chang avatar Pascal Reeb avatar Sufyan Dahalan avatar Yash Tandon avatar Preshen Goobiah avatar Ambrose avatar  avatar tyoc213 avatar Federico López-Osorio avatar Siddhartha avatar  avatar Puchkov Kyryll avatar AW avatar Niraj avatar yyh-gl avatar Samuel Mediani avatar Moritz Zielke avatar Florian avatar Zhuoting Xie avatar Nicolas Lorin avatar Cedric M. avatar Jonathan Smith avatar  avatar Paolo Combi avatar ReiAC avatar  avatar Peter Yeh avatar John Gosset avatar Gabriel Morejón avatar Saverio Mazza avatar Gregory Spangenberg avatar Atharva Kulkarni avatar  Láďa avatar zunami avatar Matteo Tullo avatar oksu avatar Mariana Ávalos Arce avatar Daniel Weber avatar flame avatar Navaneeth Bysani avatar Gabriel Cabana avatar Appaji avatar Lingfeng Zhang avatar Mohammed Khan avatar Vishnu Sujeesh avatar Taylan Tatlı avatar

Watchers

 avatar

plushcv's Issues

color=primary prevents URL coloring from working

The line here:

https://github.com/sansquoi/PlushCV/blob/c7a9a3f3c0439ea2c6a1567877cc4f2995959a28/PlushCV.cls#L147

will cause this URL to not have any color:

\section{Experience}
\runsubsection{Weyland Yutani Industries}
\descript{| Program Manager}
\location{May 2021 – Current | Tokyo, Japan}
\vspace{\topsep} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\sectionsep
\item \href{www.google.com}{This is a link that has no color}
\end{tightemize}
\sectionsep

href color not showing in column content

Using the following :

\definecolor{links}{HTML}{8d7471}
\hypersetup{colorlinks=true,linkcolor=links,urlcolor=links}

Links in contactline are showing color as espected :

\contactline{\href{https://github.com/Virgile-Dauge}{Virgile-Dauge}}{...

But not in column content

\runsubsection{Hello}
\descript{Python}
\location{2020}
\begin{tightemize}
\item coucou
\item \href{https://github.com/Virgile-Dauge}{Virgile-Dauge}.
\end{tightemize}
\sectionsep

Any idea how to fix this ?

Contact Line - Don't have a GitHub link

Hello, thank you for this really good looking template.

I'm trying to build a CV however my candidate does not have a GitHub link to add to \contactline.

When I try to remove the part of the string where the GitHub link sits, the whole line is removed.

How can I keep the rest of the links but not include the GitHub one?

Thanks again,
alfavita21

Allow for multiple pages and overflow

Hi, I fixed this problem using the paracol package

+\usepackage{paracol}

\begin{document}

...

-\begin{minipage}[t]{0.70\textwidth} 
+\columnratio{0.70}
+\begin{paracol}{2}

+\switchcolumn[0]
\section{Experience}

-\end{minipage} 
\hfill
+\switchcolumn[1]
-\begin{minipage}[t]{0.25\textwidth} 

-\end{minipage} 
+\end{paracol}
\end{document}

Way to edit contactline

Hey! Is there a way to edit the contact line to not consist of the link to the personal website?

[Request]: To add support for multi page

I know you already have this in mind but i really need it. I have been using this template for long time and now i'm need of second page content. So, please i really need it.
Thank You

Can't make \emph work due to fonts

Hello,

This is a great CV template. However, I cannot make \emph command work. I get the following error.

LaTeX Font Warning: Font shape TU/inter-light(0)/m/n' in size <6> not available`

Please help me make correct the setting.

Thank you
Rami

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.