Search found 14 matches

by SuzuBell
Mon Jun 29, 2015 5:16 pm
Forum: Text Formatting
Topic: Printing xTable in margin with page breaks
Replies: 2
Views: 3268

Re: Printing xTable in margin with page breaks

Okay, great idea. Here are the other two sites that I have posted this question:

1) https://stackoverflow.com/questions/311 ... age-breaks

2) http://tex.stackexchange.com/questions/ ... age-breaks
by SuzuBell
Mon Jun 29, 2015 4:32 pm
Forum: Text Formatting
Topic: Printing xTable in margin with page breaks
Replies: 2
Views: 3268

Printing xTable in margin with page breaks

I recently posted about trying to print text in margin that was justified and would page-break (http://latex-community.org/forum/viewtopic.php?f=44&t=26434).

I have posted on other sites as well, and it did not seem doable for me to accomplish the page-break in the margin notes (instead the text ...
by SuzuBell
Thu Jun 25, 2015 2:48 am
Forum: Text Formatting
Topic: Justification (both right and left) and page-break for margi
Replies: 2
Views: 7800

Justification (both right and left) and page-break for margi

I am including an enumeration in the margin. I am able to get this to work, but noticed two problems. First, I am trying to justify the text. Currently, it is justified on the left, but not on the right. Second, I would like the margin enumeration to page-break at the appropriate location. Is it ...
by SuzuBell
Wed Dec 17, 2014 7:20 am
Forum: Text Formatting
Topic: Sectioning in a two column LATEX document
Replies: 2
Views: 2664

Sectioning in a two column LATEX document

Hello. I am working on my two-column article. I notice that often when I use the \section{} command in LATEX, the new section appears in the next column, even if the first column before it is not full of text. This creates an awkward empty space at the bottom of the first column, just so that the ...
by SuzuBell
Wed Dec 17, 2014 3:02 am
Forum: Text Formatting
Topic: Forcing an empty line, causes error
Replies: 2
Views: 2738

Forcing an empty line, causes error

I am trying to force an empty line. I tried \vspace and \vspace{5mm} ,but I get the error message:

LaTeX Error: There's no line here to end


% !TeX program = pdfLaTeX
\documentclass[journal]{vgtc} % final (journal style)
\let\ifpdf\relax
\usepackage[utf8]{inputenc}
\usepackage{mathptmx ...
by SuzuBell
Wed Dec 17, 2014 2:56 am
Forum: Graphics, Figures & Tables
Topic: Aligning caption to the left side of figure
Replies: 8
Views: 15933

Re: Aligning caption to the left side of figure

Thank you for your help. I see it can be pretty meticulous :)
by SuzuBell
Tue Dec 16, 2014 3:48 pm
Forum: Graphics, Figures & Tables
Topic: Aligning caption to the left side of figure
Replies: 8
Views: 15933

Aligning caption to the left side of figure

Thanks for your help and patience.

It seems that works for the most part. The only thing that did not work is that the figure is not at the top of the page vertical-wise, it is in the center. Moreover, other figures that used to be at the top of the page are also at the center vertical-wise. I ...
by SuzuBell
Tue Dec 16, 2014 11:57 am
Forum: Graphics, Figures & Tables
Topic: Aligning caption to the left side of figure
Replies: 8
Views: 15933

Aligning caption to the left side of figure

If I understood your post correctly, you suggested to do this (simply changed the outer minipage to 0.6\linewidth:

\begin{figure}
\begin{minipage}{0.6\linewidth}
\includegraphics[width=\linewidth,keepaspectratio]{figure/plotAncDes10.png}
\end{minipage}\hfill
\begin{minipage}{0.32\textwidth ...
by SuzuBell
Mon Dec 15, 2014 11:50 pm
Forum: Graphics, Figures & Tables
Topic: Aligning caption to the left side of figure
Replies: 8
Views: 15933

Aligning caption to the left side of figure

Thank you so much for your advice, Johannes_B.

I did not realize about the "Open in WriteLatex".

When I did "Open in WriteLatex" the code that you wrote, that looks like exactly what I want! However, when I copied the same code into my .Rnw file, the second image appeared below the first image ...
by SuzuBell
Mon Dec 15, 2014 12:57 pm
Forum: Graphics, Figures & Tables
Topic: Aligning caption to the left side of figure
Replies: 8
Views: 15933

Aligning caption to the left side of figure

I have a figure with a width of 65% of the text aligned to the left of the page. To the right of it, I have a figure with a width of 32% of the text. I would like to place a caption underneath and left-aligned to the left figure with a width of 100% of the text.

I tried it two ways. First, as such ...