Submitting.md: add a TiKZ example#1160
Open
pedramardakani wants to merge 1 commit intoopenjournals:mainfrom
Open
Submitting.md: add a TiKZ example#1160pedramardakani wants to merge 1 commit intoopenjournals:mainfrom
pedramardakani wants to merge 1 commit intoopenjournals:mainfrom
Conversation
Until now, readers were not informed about their access to the powerful TiKZ library _inside_ their own paper. This might lead them to using rasterized graphics inside their publication which cannot compete with the infinite resolution of vector graphics. Also, some might try hacking different methods to produce the illustrations and inject them inside the 'paper.md' file with the markdown syntax. This leads to inconsistent typesetting inside the final paper. With this commit, I've put a TiKZ example taken from the pgfmanual documentation for a demonstration. This example enjoys the same typesetting as the rest of the paper. For example, the figure caption has the same font as the body.
Author
|
Hi all 👋 The Best, |
This file contains hidden or 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
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.
Until now, readers were not informed about their access to the powerful TiKZ library inside their own paper. This might lead them to using rasterized graphics inside their publication which cannot compete with the infinite resolution of vector graphics.
Also, some might try hacking different methods to produce the illustrations and inject them inside the 'paper.md' file with the markdown syntax. This leads to inconsistent typesetting inside the final paper.
With this commit, I've put a TiKZ example taken from the pgfmanual documentation for a demonstration. This example enjoys the same typesetting as the rest of the paper. For instance, the figure caption has the same font as the body.