Pomax / BezierInfo-2

The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
https://pomax.github.io/bezierinfo
Other
2.32k stars 289 forks source link

ru-RU translation #295

Closed ra30r closed 3 years ago

ra30r commented 3 years ago

Pomax,

Thank you for explicit instructions. I have played around with repos following your guides and accomplished moving 3 latest commits into separate branch; hard resetting / force pushing to your official master into my origin master and merging the above 2 to resolve conflicts. It has deleted original pull request at the point of force push. I'll pay attention to pulling from origin before making new pull request onto it. And I could also do a pull request from separate branch if thats anyhow beneficial or implied. Lastly — requested file changes (e.g. title name etc.) where incorporated before proceeding with all of this. Let me know of anything else that needs correction. Planning on translating more chapters later on this week.

Pomax commented 3 years ago

Let me just say I massively appreciate you sticking with it to get these translations in. I remember how scary my first rebases were, and the fact that you've powered through them puts you above most folks!

ra30r commented 3 years ago

fixed titles, added another chapter

Pomax commented 3 years ago

nice, in it goes!

Pomax commented 3 years ago

It looks like there were a few "double newlines" in the markdown, which throws off the conversion. To help us catch that in the future, I've added CI testing for pull requests, and I've filed https://github.com/Pomax/BezierInfo-2/issues/296 as a task to add automatic markdown reformatting during the build step (similar to prettier for the js)

ra30r commented 3 years ago

It looks like there were a few "double newlines" in the markdown, which throws off the conversion. To help us catch that in the future, I've added CI testing for pull requests, and I've filed #296 as a task to add automatic markdown reformatting during the build step (similar to prettier for the js)

Sorry about that, didn't catch it since using regular text editor for spell check highlights. CI testing is nice, though. Sort of fancy too — installing tex-live on the go.. the only version I found for mac so far was like 6 gb.

Pomax commented 3 years ago

I think you can use brew to only install the parts of TeX Live that you need, too, but I just did a full texlive install on my own mac (I mostly work on Windows, but I have a mac for additional testing) as I stuck a fairly large SSD in it so space is not an issue.

Pomax commented 3 years ago

ah, no. It looks like for mac, the preferred solution is mactex