Git Product home page Git Product logo

Comments (2)

jankapunkt avatar jankapunkt commented on May 13, 2024

Hello @youssefkaram

the infographics cv has very carefully crafted and took ages to position elements by hand. Changing things can easily break the whole layout, which is why this template is considered to be very complex and time consuming (but rewarding in the end).

Trying to add a logo next to the title but it moves everything when I do

Trying to add a number in the center of the pie chart

Look at the fact bubble:

\parbox[c][3cm][c]{0.32\textwidth}{
    \begin{center}
        \factbubble{\huge{\textcolor{sectcol}{\textbf{M.Sc.}}}\\\small{\textcolor{sectcol}{\textbf{Digital Media}}}}{1}{maincol}{sectcol}{thirdcol}\\
        \textcolor{textcol}{as latest degree from}\\
        \textcolor{textcol}{\textbf{University of Bremen}}
    \end{center}
}

Which places the text inside it. The underlying techique to render the circle is similar to the one to render the pie chart. If you look into the code of the fact bubble you can get something out of it that can be placed into the pie chart.

Table is either too small or too big and out of bounds

The template I added does not really has a table, which table are you referring to?

Trying to add text next to the fact bubble on the bottom of the page but it is being generated either too big or in a very unorganized way

I can't fully compile your tex file so I can't say what's displayed.

How do I change the main colors?

Look at the section , called Color DEFINITIONS, where the defaul color set is defined like so:

%main color
\definecolor{maincol}{RGB}{255,0,0} % pure red

I hope this helps a bit. If you think, that you have improved this template and like to share it, please leave a pull request.

from latexcv.

youssefkaram avatar youssefkaram commented on May 13, 2024

Hello again!

Sorry for the late reply. As soon as I finish working on it I'll upload it, that way there would be another template based on yours!

I can't fully compile your tex file so I can't say what's displayed.

I attached the main file but uploaded it as a txt file instead due to github restrictions.

The template I added does not really has a table, which table are you referring to?

I added a table below the bar chart

Which places the text inside it. The underlying techique to render the circle is similar to the one to render the pie chart. If you look into the code of the fact bubble you can get something out of it that can be placed into the pie chart.

Couldn't really figure out how to add the text in the center of the piechart. I'm kinda of a beginner on LaTeX. Trying my best!

Two last questions. How can I add colors to the bar chart? You already have three colors assigned. Can't seem to figure out how to add colors to it. And I want to add a logo next to the main title without having to move anything. Been struggling with that too.

Thank you!

main.txt

from latexcv.

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.