Tagged Questions
4
votes
3answers
135 views
How to determine the font being used by a latex document
The scenario is as follows. I am working on a paper using the IEEEtran latex class. I am generating some figures using the Matplotlib plotting library in Python. Matplotlib lets the user adjust the ...
5
votes
2answers
143 views
Break after arrow
The length of formula in attached code is getting too long, I would wish to break it short.
I try to insert a break after the \rightsquigarrow by failed.
How should I insert a break?
...
6
votes
1answer
350 views
How to make paragraph start title in IEEE trans
using the IEEE trans format, how to display the paragragh title such as "Relaxing the Autonomy condition" as shown below?
9
votes
1answer
372 views
How to improve rendering
The rendering above the red line(zoomed in) was a result of:
\documentclass[journal]{IEEEtran}
The rendering below the red line(zoomed in) was a result of:
\documentclass[journal]{AIAA}
Why is ...