-
-
Notifications
You must be signed in to change notification settings - Fork 50
Latexbranch #464
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
Open
ArbitRandomUser
wants to merge
38
commits into
JuliaAnimators:main
Choose a base branch
from
ArbitRandomUser:latexbranch
base: main
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
Latexbranch #464
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
dca7034
added S and C commands to draw_obj for path in svg, def_element moved…
ArbitRandomUser fc69613
implemented tex2svg julia function , get_latex_svg uses tex2svg now
ArbitRandomUser 8ed5823
added options to tex2svg
ArbitRandomUser 973e129
Revert "added options to tex2svg"
ArbitRandomUser acaa642
changed latexmk to latex, and run->success
ArbitRandomUser c842bdd
pass packages to tex2svg
ArbitRandomUser a1d4b48
added UUIDs as dep
ArbitRandomUser 07bccd0
custom output_dir and uuid filenames for generated tex and other files
ArbitRandomUser d4829b5
testing svg scaling
ArbitRandomUser 549185a
fixed scaling of fonts ... i thinks
ArbitRandomUser dffaaa1
fixed problem with reversed polys, i.e holes being clockwise instead …
ArbitRandomUser a9bd34d
svg2luxor can draw <path />'s in svg's with stroke attribute
ArbitRandomUser f681606
latex.jl now handles mathjax fonts,(only mathjax fonts need to be ins…
ArbitRandomUser 013767c
Merge branch 'master' into latexbranch,
ArbitRandomUser 80bd3d8
add optional packages parameter to latex
ArbitRandomUser e556e17
Revert "add optional packages parameter to latex"
ArbitRandomUser 2049209
modify Javis.LaTeXusepackages to add and remove packages
ArbitRandomUser ddafdc9
default packages 'amssymb' and 'amsmath' added to LaTeXusepackages
ArbitRandomUser c596a58
change warning for log file
ArbitRandomUser dc77e66
removed
ArbitRandomUser e9dac9c
swicthable tex engine
ArbitRandomUser 747c5da
removed Infiltrator from Javis.jl
ArbitRandomUser 8b01efe
Merge branch 'latexbranch_switch_tex' into latexbranch
ArbitRandomUser f11145f
warn of missing attr only once
ArbitRandomUser e8f5845
12pt fixed instead of preview in latex
ArbitRandomUser 80ffd6f
added changelog
ArbitRandomUser f3df493
ran formatter
ArbitRandomUser 0b3848c
changed how tmp files and folders are made , moved dosctring
ArbitRandomUser 499e08d
removed unecesary dosctring; remove commented code
ArbitRandomUser e2207e3
remove try statement; make if block
ArbitRandomUser 9721314
ran formatter
ArbitRandomUser 7d406c7
changed != to !== for nothing,changed pi to p_i, changed font scaling…
ArbitRandomUser 706c96c
removed using UUID
ArbitRandomUser 91a452b
added docstrings for check_stroke and setLaTeXprog, ran formatter
ArbitRandomUser 949b536
cleanup=false for temp dirs and files in latex.jl; fixed bug where wa…
ArbitRandomUser 7b6ec58
ran formatter
ArbitRandomUser aa85ff8
Merge branch 'master' into latexbranch
ArbitRandomUser cbfcdd8
updated changelog
ArbitRandomUser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to have doctrings here and not inside the function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah ! Pythonic habits die hard ; will fix that !