Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section Headings #32

Open
Neilisin opened this issue Jan 10, 2023 · 2 comments
Open

Section Headings #32

Neilisin opened this issue Jan 10, 2023 · 2 comments

Comments

@Neilisin
Copy link

Upon reading the comments in the code, I am unclear on how to remove the bubble on the section headings. Personally, I would like to remove the bubble effect altogether, but I have not had any success in resolving how to remove the bubble. If this could be documented better if feel it would give people more freedom to work with the section headings.

In the following defines that the first #1 and second #2 characters of the heading are to be replaced with round bubbles in alternating text colours.

% [...]
% the following reads from line 252, in twentysecondscv.cls
%%%%%%%%%%%%%%%%%%%%%
% Section Color box %
%%%%%%%%%%%%%%%%%%%%%
\newcounter{colorCounter}
\def\@sectioncolor#1#2{
  {%
  % Switch between blue and gray
   \round{#1#2}{%
% [...]

However, removing #1 and #2 will break the heading, and inserting a #0 breaks the heading also.

Commenting out the \round{} also has no benefit.

@renatobellotti
Copy link

I was facing the same problem and was able to resolve it. Look at these lines and change them to the following:

\newcommand*\round[2]{%
  \tikz[baseline=(char.base)]\node[anchor=north west, inner sep=1.6pt, minimum size=5.5mm,
    text height=3.6mm](char){#1} ;}

@niksteph
Copy link

Look at where the \section command gets redefined. Removing \@sectioncolor should remove the bubble effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants