{fontsize} is about selecting a document's standard font size (with class options like 12pt), changing relative font sizes within a document (with macros like \small or \large), and defining or modifying {macros} related to font sizes.
1
vote
1answer
48 views
Cairo font size in Knitr
I am trying to set the font size in a Cairo device, but the pointsize argument seems to set the size of the points in the plot, and not the font size. I have this MWE:
\documentclass{article}
...
0
votes
1answer
59 views
page size and font size in latex beamer
I need to add page size as "Letter Paper: 8-1/2X11" and font size 24 pt?following code not worked..What is a solution for this two changes?
\documentclass[24pt]{beamer}
4
votes
0answers
109 views
Making arrow heads smaller using “arrowsnew”
I want to make the arrowheads smaller on the $\delta v_A$ arrow and on the [<->] arrows.
I made the file from this post
Is it possible to change the size of an arrowhead in TikZ/PGF?
but it ...
3
votes
0answers
86 views
Is there an algorithm to determine the best layout and font size for a specific screen?
If I have a 4:3 7" tablet with a 200PPI screen (as an example), could you algorithmically make a TeX template that would be readable on the screen fullsize without zooming?
It would be great if there ...
2
votes
0answers
112 views
Change font size in the middle of a document or for individual included .tex file
I'm writing a lengthy project which needs to be in 12pt, but my appendices make use of \small and \tiny commands which only align correctly in 10pt since there is a large amount of numerical data in ...
1
vote
0answers
126 views
Anki - LaTeX, Math Font Size, & DeclareMathSizes
I use the Anki flashcard program and render math equations using LaTeX within the program.
The problem is that the font sizes are generally too big, unless the equation is really long, in which case ...
1
vote
0answers
135 views
standard latex font in lyx
By default, LyX sets font to be Times New Roman in the article class. When I print my document it looks different than most other latex documents which seem to be using a different font. What ...
1
vote
0answers
98 views
How to change font size in graphics included with \includegraphics
I woud like to change the font size of the picture inserted by \includegraphics.. have used the scaling 1 and the picture occupies my space, but the font in the picture is very small. How can I change ...
1
vote
0answers
74 views
Increasing font size for xetexCV
I Would like to increase the font size of my resume.
I use XeTexcv to write my resume.
My latex source is as follow:
\documentclass{xetexCV}
\usepackage{color}
...
0
votes
0answers
27 views
Reducing size of dedication
I'm writing my thesis in the LyX template that's based on Koma-Script book ("scrbook.cls"). I'm using \dedication to add a quote as the motto.
Is there a way to make the font size of this text ...
0
votes
0answers
30 views
Increasing fontsize output for classicthesis
I am using the LyX version of classicthesis and the PDF output which I am getting is good albeit too small. I did find a workaround for this: Put everything in a group and then use large.
\begingruop ...
0
votes
0answers
70 views
How can I change the normal font size of my sections?
I have a document using the style file that appears below.
I would like to increase the size of the font being using for normal section text.
What do I change in the style file for increased font ...
0
votes
0answers
61 views
How to change font size of year in natbib's author-year citations?
I am using LaTeX with Natbib, and would like to change the fonts for my in-line, author-date citations (but not in the bibliography itself). I have found ways to change the font of the author's name ...