Search found 23 matches

by ghuczek
Sat Nov 19, 2016 12:50 am
Forum: Text Formatting
Topic: Alignment
Replies: 17
Views: 14423

Alignment

What is the XXXXX that is written inside these brackets?

\documentclass{XXXXX}

Post the smallest amount of code you can that shows the problem you are trying to correct. That is needed to give you specific advice.
by ghuczek
Sun Jul 03, 2016 11:35 pm
Forum: Graphics, Figures & Tables
Topic: Chessboard package text size
Replies: 2
Views: 4218

Re: Chessboard package text size

The numbers in the chess board represent the move number of a chess knight, as it makes its way around the board, visiting each square only once. It is a re-entrant knight's tour, meaning that the knight lands on the original square it started on after all other squares have been visited. In the ...
by ghuczek
Fri Jun 17, 2016 9:01 pm
Forum: Graphics, Figures & Tables
Topic: Chessboard package text size
Replies: 2
Views: 4218

Re: Chessboard package text size

Can anyone come up with a way to do this?
by ghuczek
Sat Jun 04, 2016 1:47 am
Forum: Graphics, Figures & Tables
Topic: Chessboard package text size
Replies: 2
Views: 4218

Chessboard package text size

How can I make the text numbers in this diagram smaller in the MWE shown?


\documentclass[a4paper, twocolumn,]{memoir}
\usepackage[paperwidth=6.50in, paperheight=9.375in, bindingoffset=.75in] {geometry}

\usepackage{chessboard}

\begin{document}

\setchessboard{boardfontsize=14pt,labelfontsize=8pt ...
by ghuczek
Wed Mar 09, 2016 1:23 am
Forum: Text Formatting
Topic: Non-breaking spacing with skak
Replies: 3
Views: 4239

Re: Non-breaking spacing with skak

Thank you very much. The ideas shown in the reference you gave solved the problem I was having.
by ghuczek
Mon Mar 07, 2016 10:20 pm
Forum: Text Formatting
Topic: Non-breaking spacing with skak
Replies: 3
Views: 4239

Re: Non-breaking spacing with skak

This seems to be a more difficult problem than I anticipated, since many people have read the post but no one has been able to offer any suggestions.

Any help would still be appreciated. I have read the skak and xskak documentation, but was unable to find anything that would help.
by ghuczek
Fri Jan 15, 2016 2:38 am
Forum: Text Formatting
Topic: Non-breaking spacing with skak
Replies: 3
Views: 4239

Non-breaking spacing with skak

I have included a sample of a problem I am encountering with non-breaking spaces in chess figurine notation. I am using the memoir class because this is going to be a longer project.

In the notation, I would like the move number to include at least the white move before wrapping to the next line ...
by ghuczek
Sun Mar 01, 2015 10:58 pm
Forum: Page Layout
Topic: Footnote in figure caption
Replies: 19
Views: 28072

Re: Footnote in figure caption

The caption is in the figure environment. Would this work for you?

\renewcommand{\figurename}{Table}

Then change it back later if other figures need proper captioning.

\renewcommand{\figurename}{Figure}
by ghuczek
Sat Feb 28, 2015 11:25 pm
Forum: Page Layout
Topic: Footnote Befor Affiliation in Two Column
Replies: 3
Views: 4252

Footnote Befor Affiliation in Two Column

Code: Select all

\documentclass[twoside,twocolumn]{IEEEtran}
\begin{document}
\thispagestyle{empty}
\title{Title}
\author{Author I\thanks{Insertion}\thanks{Details of author I} and 
Author II\thanks{Details of author II}}
\maketitle
\end{document}
by ghuczek
Sat Feb 28, 2015 11:24 pm
Forum: Page Layout
Topic: Footnote Befor Affiliation in Two Column
Replies: 3
Views: 4252

Re: Footnote Befor Affiliation in Two Column

Here is a very quick fix below: