Skip to main content

Questions tagged [latex]

LaTeX is a document preparation system widely used in academia for the communication and publication of scientific documents in many fields. Use this tag for questions related to LaTeX.

2 votes
3 answers
188 views

Calculating volume expressions of \$n\$ -dimensional balls in Java - follow-up 2

(See the previous iteration.) This time, I have refactored my code a bit. It follows immediately: Code ...
coderodde's user avatar
  • 32.1k
4 votes
1 answer
343 views

Calculating volume expressions of \$n\$-dimensional balls in Java

(See the next iteration.) Intro This time I have a Java program that prints some expression denoting the volumes of \$n\$-dimensional balls. All the math behind this is there. Code ...
coderodde's user avatar
  • 32.1k
2 votes
0 answers
88 views

Recursive path drawing in Latex

I have some diagrams I'm drawing using tikz and I'd like to make a macro to draw them for me. I will describe it fully but here are some examples so you can follow along: The diagram has a number of ...
Sriotchilism O'Zaic's user avatar
3 votes
1 answer
71 views

Chemfig: isomeri equilibrium

I spent a lot of time looking for the right coefficients of the two arrows, in order to align the three xylenes. There is probably a more elegant method. Could you suggest it to me? ...
user3713179's user avatar
4 votes
1 answer
349 views

LaTeX: tikz and chemfig combination

Yes, I know, I did an (ab) use of the nodes. Is there a better way to make this image with TeX/LaTeX? Using MiKTeX with Texmaker ...
user3713179's user avatar
2 votes
1 answer
179 views

Calculate general relativity-related tensors/arrays using metric tensor as input, part 2

I’m new to coding, and for my first project I’m working on a calculator that takes coordinate labels and metric components as input and outputs non-zero components of a number of other tensors (...
kettle corn with a Q U's user avatar
5 votes
2 answers
504 views

Calculate general relativity-related tensors/arrays using metric tensor as input

Please be gentle with me-- I just began learning to code a few weeks ago as a hobby in order to support my other hobby of learning general relativity, so this is the first bit of code I've ever ...
kettle corn with a Q U's user avatar
6 votes
2 answers
295 views

Custom BibTeX Style File to Implement Patents in the ACS Style

Intro I've been working to implement a modified version of the achemso.bst file from the American Chemical Society'sachemso ...
Taylor Raine's user avatar
12 votes
2 answers
986 views

Python algorithm that converts array-like data into MathJax

I frequently use MathJax, and often I need to write matrices. Since writing matrices using MathJax is very tiresome task, I decided to automate it. Code: ...
Stokolos Ilya's user avatar