GithubHelp home page GithubHelp logo

Comments (9)

TOmas2331 avatar TOmas2331 commented on July 30, 2024 2

Hi, is possible to add section Certification with same design as Education and Experience?
Thank you

from limecv.

opieters avatar opieters commented on July 30, 2024

Yes, but you will have to hack the document class to do that. I will add a more user friendly API some time in the future.

from limecv.

TOmas2331 avatar TOmas2331 commented on July 30, 2024

I will try myself but which file limecv.cls or limecv.dtx?

from limecv.

opieters avatar opieters commented on July 30, 2024

When you just want to create a new section, you should modify the .cls file. This is the file latex looks at when compiling the document.

from limecv.

kongyanye avatar kongyanye commented on July 30, 2024

Has this function been implemented?

from limecv.

TOmas2331 avatar TOmas2331 commented on July 30, 2024

from limecv.

Pouya-Kiani avatar Pouya-Kiani commented on July 30, 2024

Hi there, i'm trying to add a new environment, Certificates for example. i've added these lines to the .cls file:
\NewDocumentEnvironment{Certificates}{}{%
\cv@Title{\pgfkeysvalueof{/@cv/names/certificates}}{\faBriefcase}
\stepcounter{cv@itemPrev}
\stepcounter{cv@itemNext}
\cv@definecvItem
}{%
\cv@EndSectionDraw
\stepcounter{cv@lastItem}
\draw (item \the\value{cv@itemPrev}.south west)
node (cv@last item \the\value{cv@lastItem}) {};
}
and of course defined /@cv/names/certificates variable using:
\pgfkeys{/@cv/names/certificates = Certificates}%
but i'm still getting an error saying the environement is not defined. Am i missing something? I'll appreciate your help.
P.S. i'm using the xelatex file in the example.

from limecv.

opieters avatar opieters commented on July 30, 2024

Please use the new interface \cvList. Documentation was updated to highlight the features. It is now also used internally.

from limecv.

MarcoMeter avatar MarcoMeter commented on July 30, 2024

Could somebody provide an example for the usage of \cvList? Or how could an icon be overriden in my main tex file? Overriding the title works for me like this \pgfkeys{/@cv/names/education = Teaching}.
Got it

\cvList{cvCertificate}{certificate}{\faCamera}
\pgfkeys{/@cv/names/certificate = Awards and Certificates}

from limecv.

Related Issues (20)

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.