-
Notifications
You must be signed in to change notification settings - Fork 544
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
Various changes #44
Open
duongdominhchau
wants to merge
8
commits into
sarabander:master
Choose a base branch
from
duongdominhchau:main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Various changes #44
Commits on Jul 1, 2021
-
Fix Makefile and replace fonts
Update the inkscape command: - Remove `-C` as it is default for PDF now - Replace the removed flag `-A` (`--export-pdf`) with `--export-filename` - Remove `-f` as Inkscape now takes the file name directly See: https://wiki.inkscape.org/wiki/index.php/Using_the_Command_Line#Deprecations_and_Replacements Replace fonts: - **Inconsolata LGC** to **Inconsolata** - **Linux Libertine O** to **Libertinus Serif** - **Linux Biolinum O** to **Libertinus Sans** Arch suggests switching to **Libertinus**: > Note: development of Libertine seems to have halted, despite outstanding bugs. > Users are advised to upgrade to the de facto successor, > [community]/libertinus-font, and to update any documents and configuration > if necessary
Configuration menu - View commit details
-
Copy full SHA for 8935c21 - Browse repository at this point
Copy the full SHA 8935c21View commit details -
Remove redundant space in the title
After the word `Computer` there is a whitespace. With Inkscape 1, that space is included in the line width when centering text, thus results in the text line `of Computer` being shifted a little to the left and doesn't look centered anymore.
Configuration menu - View commit details
-
Copy full SHA for 5a00914 - Browse repository at this point
Copy the full SHA 5a00914View commit details -
Most figures use **Inconsolata**, but there are two figures using **FreeMono**, **Courier New**, **Droid Sans Mono**, **Liberation Mono** for lines (which I guess doesn't really care what font is used). This commit makes them use **Inconsolata** too for consistency.
Configuration menu - View commit details
-
Copy full SHA for 5cd12df - Browse repository at this point
Copy the full SHA 5cd12dfView commit details -
- Replace setext-style headings with atx ones. - Add a new section for the fonts required to build.
Configuration menu - View commit details
-
Copy full SHA for ab9b81c - Browse repository at this point
Copy the full SHA ab9b81cView commit details -
Port fixes from html repo, break long code lines
This commit ports most fixes that are merged into the HTML repo but haven't applied on this repo yet. Some overflowing code lines are broken into smaller lines.
Configuration menu - View commit details
-
Copy full SHA for 48ef523 - Browse repository at this point
Copy the full SHA 48ef523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad68d2 - Browse repository at this point
Copy the full SHA 4ad68d2View commit details -
Replace Latin Modern Mono with Inconsolata
Latin Modern is only used for the text inside 5 figures, so I replace it with Inconsolata to reduce the number of fonts required for a build. This commit also rebuild the PDF.
Configuration menu - View commit details
-
Copy full SHA for f074ec2 - Browse repository at this point
Copy the full SHA f074ec2View commit details
Commits on Jun 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dec3128 - Browse repository at this point
Copy the full SHA dec3128View commit details
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.