Skip to content
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

Translate notes to Chinese #27

Open
maoxiaoke opened this issue Dec 28, 2018 · 3 comments
Open

Translate notes to Chinese #27

maoxiaoke opened this issue Dec 28, 2018 · 3 comments

Comments

@maoxiaoke
Copy link

Very generous of you to share. I want to translate those notes to Chinese and publish it on Github as open source. Can I ?

@jwbuurlage
Copy link
Owner

jwbuurlage commented Dec 28, 2018 via email

@maoxiaoke
Copy link
Author

@jwbuurlage Hello. When compiling those files to pdf, and I got this error message:

→ make
pandoc 00_header.md 01_introduction.md 02_categories.md 03_category_of_types.md 04_products.md 05_yoneda.md 06_ccc.md 07_adjunctions.md 08_monads.md 09_f_algebras.md 10_comonads.md 11_lenses.md A0_ideas.md A1_exercises.md A2_haskell.md R0_references.md \
	  --filter pandoc-citeproc \
	  --template template.texinfo \
	  --output=categories_for_programmers.pdf
Error producing PDF.
! Undefined control sequence.
l.2072 \arrow

make: *** [categories_for_programmers.pdf] Error 43

It seems there is something wrong dealing with plain tex instead of latex. But I have no idea How to handle this.

There is more info:

  • [+] OS: macOS Mojave
  • [+] pandoc and pandoc-citeproc are installed
  • [+] macTex is installed

@jwbuurlage
Copy link
Owner

The \arrow command is from tikzcd, although if you do not have this installed it should give a package not found error instead. I don't have access to macOS so I cannot reproduce. Can you verify that tikzcd is installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants