Category Archives: LaTeX

.bst file for the International Journal of Non-Linear Mechanics

As I was writing my compacton paper, I needed to format my references following the International Journal of Non-Linear Mechanics style. So I wrote a .bst (BibTeX bibliographic style) file that gives pretty much the desired output: ijnlm.bst.
Posted in LaTeX | Tagged | Leave a comment

Images in LaTeX

Problem: you can’t get those images to appear in a typeset document. Cause: [code]]czo4OlwicGRmbGF0ZXhcIjt7WyYqJl19[[/code] and [code]]czo1OlwibGF0ZXhcIjt7WyYqJl19[[/code] have virtually no graphic drivers in common. For instance, [code]]czo4OlwicGRmbGF0ZXhcIjt7WyYqJl19[[/code] can't handle eps files. Solution: I converted my eps files to pdf using a thing called [code]]czo4OlwiZXBzdG9wZGZcIjt7WyYqJl19[[/code], which is included in latex distributions, and [code]]czo4OlwicGRmbGF0ZXhcIjt7WyYqJl19[[/code] handled those pdf graphs perfectly, so that the output [...]
Also posted in Tips & Tricks | Leave a comment