Search found 6 matches

by benjibloublou
Sat Sep 29, 2012 11:44 pm
Forum: Document Classes
Topic: Why put @ in command names
Replies: 2
Views: 3286

Why put @ in command names

Often in class definitions, authors define commands with an "@" in their name, like :

Code: Select all

\rule@vpos
\fromlieu@let@hpos
Does this have a special function? Or is it just the way they separate words in command names?

Thx,
- B.
by benjibloublou
Wed Sep 26, 2012 11:10 pm
Forum: Document Classes
Topic: How to make class/package changes apply?
Replies: 8
Views: 11573

Re: How to make class/package changes apply?

You got it! I checked the log file and the class has been copied in another folder. That's this one that LaTeX uses. Everything is now red :D

Thank you!
by benjibloublou
Wed Sep 26, 2012 10:53 pm
Forum: Document Classes
Topic: How to make class/package changes apply?
Replies: 8
Views: 11573

Re: How to make class/package changes apply?

Actually I want to keep talking about that.

I erased several parts of the .cls file. Especially parts where .sty extensions are loaded, definitions are made, and so on. I saved it. I closed my LaTeX editor and updated the MikTeX distribution. I deleted all previously LaTeX-generated pdf and other ...
by benjibloublou
Wed Sep 26, 2012 10:40 pm
Forum: Document Classes
Topic: How to make class/package changes apply?
Replies: 8
Views: 11573

How to make class/package changes apply?

Haha yeah... but there you're always trying to REdefine color0 once the class has been declared. I am talking about changing the initial definition of color0 , the one in the class definition, that is the one in the filecontents environment in your example.

In my case, there is now nowhere in the ...
by benjibloublou
Wed Sep 26, 2012 7:58 pm
Forum: Document Classes
Topic: How to make class/package changes apply?
Replies: 8
Views: 11573

How to make class/package changes apply?

Thank you Stefan.

However, I think I'm quite familiar with LaTeX :) I've been using it frequently for 4 years now. I am also pretty familiar with general programming in several languages so I think I can handle a .cls or .sty modification. Otherwise, how do people do to adapt an existing package to ...
by benjibloublou
Wed Sep 26, 2012 7:11 pm
Forum: Document Classes
Topic: How to make class/package changes apply?
Replies: 8
Views: 11573

How to make class/package changes apply?

Hello everyone,

I might ask a really silly/noob question but here it goes :oops: :
I have downloaded the moderncv class to have a frame to write my resumé. Yet I don't like the existing styles. I just want to change the color of a few parts.
After modifying the .cls and .sty files, nothing changed ...