Given a list of primes, how can I plot I"\200(x)?
What packages are no longer necessary after TeX Live 2015 kernel update?
Illustrating Stokes theorem with asymptote
Using LaTeX to generate .png images of an equation
How to draw electrical scheme?
Tool to compare log files
Unconventional bibliography style with BibLaTeX
Given a list of primes, how can I plot I"\200(x)? http://tex.stackexchange.com/questions/286874/given-a-list-of-primes-how-can-i-plot-x
Given an arbitrarily-long list of primes (or any sequence, I suppose), I'd like to calculate and plot the pairs (x, count of numbers in my list less than or equal to x) Bonus points for skipping ...
- asked by Sean Allred (26 votes), answered by Jake (19 votes)
What packages are no longer necessary after TeX Live 2015 kernel update?
I see from this question that fixltx2e is no longer needed. This means the LaTeX kernel now finally has a \textsubscript command. Formerly that was provided by fixltx2e and also by the subscript ...
- asked by Andrew Cashner (20 votes), answered by David Carlisle (18 votes)
Illustrating Stokes theorem with asymptote http://tex.stackexchange.com/questions/286653/illustrating-stokes-theorem-with-asymptote
I want to use asymptote to illustrate Stokes theorem as in the following figure. Here is what I've done so far. import three; size(6cm,0); path path2D = (1, 0) .. (2, 1) .. (0, 2) .. (-2.25, 1) ...
- asked by cjorssen (19 votes), answered by g.kov (8 votes)
Using LaTeX to generate .png images of an equation http://tex.stackexchange.com/questions/287481/using-latex-to-generate-png-images-of-an-equation
I am familiar with using LaTeX on online websites (like MathOverflow or Physicsforums). My input is rendered using MathJax. However, I do not understand the LaTeX environment in its native OS form. ...
- asked by Nick (13 votes), answered by Herr K. (9 votes)
How to draw electrical scheme? http://tex.stackexchange.com/questions/286614/how-to-draw-electrical-scheme
Can someone write the code for these two schemes, I am a beginner and do not know how to do. To create the proper connector at the \draw command, you can use the command \left. I just dont know ...
- asked by Jasmin HrvatoviA"\207 (12 votes), answered by Stefan Kottwitz (8 votes)
Tool to compare log files http://tex.stackexchange.com/questions/287043/tool-to-compare-log-files
Is there any tool that can help in comparing two log files from different runs? I am interested in showing things like: Different versions of the loaded packages Change in the size of overfull ...
- asked by TeXtnik (11 votes), answered by David Carlisle (7 votes)
Unconventional bibliography style with BibLaTeX http://tex.stackexchange.com/questions/286785/unconventional-bibliography-style-with-biblatex
Introduction I am required to use bibliography style, that is so far from anything made with BibLaTeX I have been able to find, that I do not have an idea how to achieve it. I am pretty confident ...
- asked by ojs 11votes