Skip to content
#

LaTeX

latex logo

LaTeX is a typesetting system used to create technical and scientific documents. It is an alternative to word processing, with an emphasis on content over appearance.

Here are 4,721 public repositories matching this topic...

shadyabhi
shadyabhi commented Nov 17, 2019

Describe your feature request

Just like we can attach images, it would be great to attach random files like pdfs. Those documents can be uploaded to the same Github repo just like images are being uploaded currently.

Additional context [optional]

While taking notes, it is great to have the ability of uploading random pdfs that I used as reference for writing my notes.

v01d
v01d commented Mar 19, 2019

I had a journal request that your final PDF should not contain Type 1 fonts and in my case the culprit were matplotlib figures. I found that with this setting in ~/.config/matplotlib/matplotlibrc
you can make matplotlib avoid Type 1 fonts:

ps.useafm : True
pdf.use14corefonts : True
text.usetex : True

Maybe you consider this useful and can add it here somewhere.

jrennstich
jrennstich commented Nov 19, 2019

Is it possible to use the notes option for tables? The manual lists this option for kable created tables. When creating tables using markdown, is it also possible to use the note option, similar to the caption option?

NAThompson
NAThompson commented Feb 15, 2019

The current tufte-book documentation has no guidance on the how to display epigraphs. Use of the \epigraph package seems incongruous with the general style and theme of the tufte-book class. Could guidance be given on a way to display quotes at the beginning of a chapter?

LeoBay
LeoBay commented Jan 8, 2020

ConstantLine was introduced in 2018b:
https://de.mathworks.com/help/matlab/ref/matlab.graphics.chart.decoration.constantline-properties.html

when using for example:
xline(4)
This error appears:
`Error using matlab2tikz>handleAllChildren (line 730)
I don't know how to handle this object: constantline
Error in matlab2tikz>drawAxes (line 880)
[m2t, childrenEnvs] = handleAllChildren(m2

aelkady
aelkady commented May 13, 2019

What is the purpose of your issue?

  • Feature Request
  • Question
  • Other

Description

Down has recently updated to use AST parsing to generate an NSAttributedString from HTML instead of the usual NSAttributedString way of doing it. However, this has broken some tests and functionality in this library. The purpose of this ticket is to update to the latest Down library

Created by Leslie Lamport

Released 1985

Organization
latex3
Website
www.latex-project.org
Wikipedia
Wikipedia

Related Topics

tex
You can’t perform that action at this time.