0
votes
1answer
171 views

Simple Draw in Latex

Hi I want to draw this simple figure in latex can anyone please help me?
5
votes
1answer
174 views

Document class article, maketitle with logo

I want to modify the title section of the article class to look like something in the attached figure. Basically what I want is a kind of logo with flushed text (title, author, affiliation). I tried ...
3
votes
2answers
171 views

Displaying three graphics on one line

I am trying to display 3 graphics on one line (3 cycle graphs each with a caption underneath). How can I do this? Currently I have: \begin{figure}[h] \includegraphics[width =3cm]{c3.jpg} ...
2
votes
1answer
85 views

Creating table of images and only one col having one picture to span all rows

I am just adding lots of images into latex and although I know how to apply images to a table, this one is slightly tricker. I have two columns. The first needs a single image which spans all rows, ...
8
votes
4answers
238 views

Document layout, combining text and figure panels

This is a question so general, I couldn't easily find an archived post which directly addressed it. I am interested in using LaTeX to design a one sided sheet containing figures and small amounts of ...
5
votes
2answers
405 views

Two figures side by side with text wrapping

I have a problem with text wrapping around two figures side by side, each of which has a different height. Look at the required template below. Currently I placed two pictures with minipage ...
8
votes
3answers
586 views

University's logo

How to put the logo before the date and after my name in the title? I write it as \begin{document} \title{} \author{} \titlepic{ \includegraphics[width=0.5\textwidth]{logo} \date{} but ...
3
votes
2answers
608 views

How to replace chapter boilerplate with full-page image?

Let's say I am producing a book (using \documentclass{book}) where instead of displaying the chapter name textually, I am inserting an image that includes the chapter text. How can I still start a ...
4
votes
3answers
252 views

How to typeset my research publication?

I have the content for a small research publication ready. I have noticed that the formatting of most of the research papers looks the same. How can I quickly convert my text to a research ...
8
votes
2answers
771 views

Equivalent of CSS “float:left;” for images

What I am try here is have the image on the left side and it should be surrounded by text on the right and bottom side. For example how can below image_3.png float to left? \usepackage{lipsum} ...
23
votes
1answer
785 views

Adding a per-chapter image along with group of entries in ToC

Friends, I have an old analytic geometry book with an unusual table of contents: for every group of entries based on the current chapter, there is an image along with it. Well, let me show some actual ...
12
votes
2answers
1k views

How to insert code and graphic in textbox

I want to put a graphic and a little linux bash code in a textbox, like the picture blow... with the follow in problem: all in a textbox with yellow backgroud left part is a graphic (a finger)... ...
60
votes
6answers
7k views

Compile a LaTeX document into a PNG image that's as short as possible

I need to convert my LaTeX documents into PNG. The problem is, I also need the resulting image to be as short as possible (height-wise). I've tried latex followed by dvipng, but the result is always ...