-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Development #4
Merged
Merged
Development #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added `documentclass` options `colorharmony` and `titlecolor`. `colorharmony` lets you define a new color (called `second`) using color harmony models. With `titlecolor` you can set a separate color (compared to the header) of the titles. Other changes: - Defined a new command `\FAspace` which replaces the old length \FAspace (and breaks compatibility with the previous class file). Now you can use `\FAspace` directly in the document, instead of using `\hspace{\FAspace}. - Defined a new command `\link{someurl.com}`, which places a fontawesome logo in the document with the link. The color is detemined using the colorharmony models.
Change log overview, containing all the changes per version.
Added a gif demonstrating the effect of the different `documentclass` options and a little explanation.
with extra escape character
Now for real
Sometimes if you wanted to change a color via the class options it did not work, because the `main` color options was not processed in the class file.
Made a bash script to generate a preview .png image from the .pdf file. This code used to be in the .tex file, where it is now removed.
Decreased the indentation of the bullet list for better visual appearance.
It appears that the environment `itemize` also works. I don't remember why I created `tabitemize`.
Forgot to upload the preview image with the reduced indentation of a bullet list.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New version 3.0!