Skip to content

perl2ruby/fischer-random-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fischer Random Chess

Introduction

Fischer Random Chess is a variant of Chess. To know more about Fisher Random Chess, please visit the Chess960 wiki page. This repo is used to create a LaTeX document that shows how there are 960 unique starting combinations for Fischer Random Chess. We also enumrate these 960 unique combinations.

Contents of Repo

The following are important files:

PDF Document Generation

The main document is a PDF document (fischer-random-chess.pdf) and is here.

To generate the PDF (fischer-random-chess.pdf) run the following command(s):

make cleanall # To clean up auxiliary files and the generated PDF
make clean    # To clean up auxiliary files
make          # To compile the LaTeX file and generate the PDF

Makefile Explanation:

  • TARGET : The base name of your LaTeX file (without the .tex extension).
  • all : The default rule that depends on the PDF file.
  • $(TARGET).pdf : The rule to generate the PDF from the LaTeX file. It runs pdflatex twice to ensure that references and table of contents are updated correctly.
  • clean : A rule to remove auxiliary files generated by pdflatex.
  • cleanall : A rule to remove auxiliary files and the generated PDF.
  • .PHONY : Declares all, clean, and cleanall as phony targets, meaning they are not actual files.

About

For Fischer Random Chess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published