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

Bugs and feature requests related to latex #169

Open
AakashGfude opened this issue Oct 28, 2020 · 7 comments
Open

Bugs and feature requests related to latex #169

AakashGfude opened this issue Oct 28, 2020 · 7 comments
Labels
enhancement New feature or request

Comments

@AakashGfude
Copy link
Member

AakashGfude commented Oct 28, 2020

Putting together a list of issues/discussions related to latex in ebp repos here. Which will help us get a holistic view, possible approaches, and tracking progress(the list is in progress).

Thie list below contains issues reported in other ebp repositories, not copying the ones reported in - https://github.com/executablebooks/sphinx-jupyterbook-latex/issues

The primary place to implement these will be here https://github.com/executablebooks/sphinx-jupyterbook-latex, wherever possible.

TOC:

  1. Adding link back to table of contents #167
  2. Support numbered pages/sections jupyter-book/jupyter-book#546

Style/template:

  1. Loading LaTeX style files #164
  2. ENH: Use LaTeX template to build more concise page-level pdf files using --individualpdf option jupyter-book/jupyter-book#904
  3. ENH: Improve readability of LaTeX (tex) for author customization jupyter-book/jupyter-book#1497

Preamble:

  1. Fix tex macros in pdflatex build of docs jupyter-book/jupyter-book#960
  2. Is there a way to add latex algorithms ? jupyter-book/jupyter-book#848

Rendering/fonts :

  1. Is there any way to change text formatting (spacing, font size etc.)? #160
  2. pandas dataframe printed in jupyterbook latex missing jupyter-book/jupyter-book#1478
  3. _repr_latex_ wraps content in "equation*" and "split" environment jupyter-book/jupyter-book#1223
  4. Latex macros and compilation jupyter-book/jupyter-book#1202

Build:

  1. Building PDF w/ latex FROM readthedocs/build:latest jupyter-book/jupyter-book#991
  2. Target-dependent cell tags jupyter-book/jupyter-book#1425
  3. Unable to build Latex PDF when IPYNB file starts with a number jupyter-book/jupyter-book#1318 (windows)
  4. Fail to build pdf with pdflatex when notebook is in a subdirectory jupyter-book/jupyter-book#1100

Docs:

  1. DOCS: Improve LaTeX/PDF Documentation jupyter-book/jupyter-book#1489

Misc

  1. pdflatex, svg conversion, and glue jupyter-book/jupyter-book#1429
@AakashGfude AakashGfude added the enhancement New feature or request label Oct 28, 2020
@welcome
Copy link

welcome bot commented Oct 28, 2020

Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.

If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).

Welcome to the EBP community! 🎉

@mmcky
Copy link
Member

mmcky commented Oct 28, 2020

@AakashGfude thanks for putting this together -- I would recommend we move each of these groups and make them separate issues in jupyterbook-latex as that is where we plan to solve many of these issues right?

@AakashGfude
Copy link
Member Author

Sure thing @mmcky. Will investigate them one by one, and put those ones in jupyterbook-latex which can be implemented there. For the ones which might need contextual codes of other repos, we can see if it's much easier to implement it there instead.

@rodrigogiraoserrao
Copy link

You may want to include executablebooks/jupyter-book#1065 :)

@AakashGfude
Copy link
Member Author

You may want to include executablebooks/jupyter-book#1065 :)

Will add it once it is clear if it is a kernel/MIME bundle issue, or latex issue itself.

@pnavaro
Copy link
Contributor

pnavaro commented Jan 19, 2021

HI,i would like to put content between the title page and the TOC. I saw it is possible using
'tableofcontents' variable of LaTeX customisation https://www.sphinx-doc.org/en/master/latex.html
I tried to use this variable in a jupyterbook config but it does not do anything. Thanks.

@pnavaro
Copy link
Contributor

pnavaro commented Jan 20, 2021

HI,i would like to put content between the title page and the TOC. I saw it is possible using
'tableofcontents' variable of LaTeX customisation https://www.sphinx-doc.org/en/master/latex.html
I tried to use this variable in a jupyterbook config but it does not do anything. Thanks.

I reply to myself, sorry for the noise, I just had to overrride maketitle with

sphinx:
    config:
        latex_elements:
            maketitle: |
                \newcommand\sphinxbackoftitlepage{some text before table of contents}\sphinxmaketitle

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

No branches or pull requests

4 participants