Search found 69 matches

by LavaTyper
Mon Jan 20, 2020 11:44 pm
Forum: XeTeX
Topic: Printing XeLaTeX-generated PDF of document using San Francisco to specific Canon printer TS9120 gives weird results
Replies: 0
Views: 22551

Printing XeLaTeX-generated PDF of document using San Francisco to specific Canon printer TS9120 gives weird results

GREETINGS.
I am using TeXShop 4.44 on macOS 10.15.2 to typeset documents with custom fonts using XeLaTeX.

The custom font is Apple's own San Francisco font, SF Pro Text, see document below:

\documentclass[12pt]{article}
\usepackage{lipsum}
\usepackage{fontspec}

\usepackage{fontspec}
\setmainfont ...
by LavaTyper
Mon Sep 08, 2014 11:32 pm
Forum: Document Classes
Topic: How do I keep exam choice options together on the same page?
Replies: 11
Views: 23898

How do I keep exam choice options together on the same page?

That is not satisfying.

I have given up on the exam class and have gone back to using basic enumerate.

Johannes, you mentioned that using \raggedright "gets you into trouble" - well then how do I take care of the options in {enumerate} ?

Also, how do I get the list items (choices) to have the ...
by LavaTyper
Thu Sep 04, 2014 2:49 pm
Forum: Document Classes
Topic: How do I keep exam choice options together on the same page?
Replies: 11
Views: 23898

How do I keep exam choice options together on the same page?

So, the exam class has no built-in option to keep choices together and I have to use a minipage for each question? That seems rather disappointing.

Well, what about this?

2. And how do I change the spacing between adjacent choices? (The space between A and B should be single spaced apart, and ...
by LavaTyper
Tue Sep 02, 2014 10:22 pm
Forum: Document Classes
Topic: How do I keep exam choice options together on the same page?
Replies: 11
Views: 23898

Re: How do I keep exam choice options together on the same p

Johannes_B, see my comments below:

1. How do I keep exam choice options together on the same page? (I did not ask how to condense all the options into one line; the actual exam will have short statements for response options and so I will need one choice per line.)

2. And how do I change the ...
by LavaTyper
Tue Sep 02, 2014 3:33 pm
Forum: Document Classes
Topic: How do I keep exam choice options together on the same page?
Replies: 11
Views: 23898

How do I keep exam choice options together on the same page?

1. How do I keep exam choice options together on the same page?

2. And how do I change the spacing between adjacent choices?

I already went through the exam document class documentation and it did not answer my questions.



\documentclass[answers, 10pt]{exam}
\usepackage[margin=0.75in ...
by LavaTyper
Fri Aug 15, 2014 1:58 am
Forum: Graphics, Figures & Tables
Topic: When I click on a hyperlink to a figure or table in my ow...
Replies: 3
Views: 21477

Re: When I click on a hyperlink to a figure or table in my o

Yup, that's what I need, works for everything except sideways tables :)
by LavaTyper
Thu Aug 14, 2014 3:09 pm
Forum: Graphics, Figures & Tables
Topic: When I click on a hyperlink to a figure or table in my ow...
Replies: 3
Views: 21477

When I click on a hyperlink to a figure or table in my ow...

When I click on a hyperlink to a figure or table in my own document, and the caption is at the bottom of the figure or table, why does clicking on the link place the caption at the top of the resulting page?

This causes me to have to then scroll up to see the figure or table after I've already ...
by LavaTyper
Tue Jun 24, 2014 3:35 am
Forum: Graphics, Figures & Tables
Topic: Extra space to the left of a tabular
Replies: 8
Views: 17701

Extra space to the left of a tabular

Alright but what if I want the table to also continue onto a second page?



\documentclass[12pt]{article}
\usepackage[showframe,margin=1in]{geometry}
%\usepackage[margin=1in]{geometry}
\usepackage{array}
\usepackage{blindtext}
\usepackage{tabularx}

\newcolumntype{P}{>{\raggedright\arraybackslash ...
by LavaTyper
Tue Jun 17, 2014 3:29 pm
Forum: Graphics, Figures & Tables
Topic: Extra space to the left of a tabular
Replies: 8
Views: 17701

Re: Extra space to the left of a tabular

Also I have another question regarding your MWE:


What if I want the "X" column to be center aligned?
by LavaTyper
Thu Jun 12, 2014 3:24 pm
Forum: Graphics, Figures & Tables
Topic: Extra space to the left of a tabular
Replies: 8
Views: 17701

Re: Extra space to the left of a tabular

That worked. But what if I want to define a multiple-character variable instead of "P", like, "MyRightColumn"?