Compare commits

..

No commits in common. "b7b5268b34efa4be39846906556260c310f84ad1" and "8ff4d5e1b80086158f6b5068582e0fd9ecc1473e" have entirely different histories.

2 changed files with 0 additions and 76 deletions

View File

@ -1,75 +0,0 @@
\documentclass[avery5371,grid]{flashcards}
% Font for back side of cards
\usepackage{fourier}
\usepackage[T1]{fontenc}
\cardfrontstyle[\LARGE]{headings}
\cardbackstyle[]{plain} % plain option centers text
\cardfrontfoot{Adages}
\setlength{\topskip}{0mm} % Eliminates extra space at top of page
\setlength{\cardmargin}{6mm} % Increases margin around contents
\newcounter{rule}
\setcounter{rule}{1}
% A new command in case we want to separate what we use to indicate 'number'
% May need to change this based on the font
\newcommand{\ksep}{\\ \vspace{5mm} No.}
% Testing
\begin{document}
\begin{flashcard}[Philosophical Razor]{Hanlon's Law}
Never attribute to malice that which can be adequately explained by stupidity.
\end{flashcard}
\begin{flashcard}[Philosophical Razor]{Alder's Razor}
If something cannot be settled by experiment or observation, then it is not worthy of debate.
\end{flashcard}
\begin{flashcard}[Philosophical Razor]{Grice's Razor}
As a principle of parsimony, conversational implicatures are to be preferred over semantic context for linguistic explanations.
\end{flashcard}
\begin{flashcard}[Philosophical Razor]{Hitchen's Razor}
That which can be asserted without evidence can be dismissed without evidence.
\end{flashcard}
\begin{flashcard}[Philosophical Razor]{Hume's Guillotine}
What ought to be cannot be deduced from what is; prescriptive claims cannot be derived solely from descriptive claims, and must depend on other prescriptions.
\end{flashcard}
\begin{flashcard}[Philosophical Razor]{Occam's Razor}
Explanations which require fewer unjustified assumptions are more likely to be correct; avoid unnecessary or improbably assumptions.
\end{flashcard}
\begin{flashcard}[Philosophical Razor]{Popper's Falsifiability Criterion}
For a theory to be considered scientific, it must be falsifiable.
\end{flashcard}
\begin{flashcard}[Philosophical Razor]{Sagan Standard}
Extraordinary claims require extraordinary evidence.
\end{flashcard}
\begin{flashcard}[Law]{Clarke's First Law}
When a distinguished but elderly scientist states that something is possible, he is almost certainly right. \par\vspace{\baselineskip} When he states that something is impossible, he is very probably wrong.
\end{flashcard}
\begin{flashcard}[Law]{Clarke's Second Law}
The only way of discovering the limits of the possible is to venture a little way past them into the improbable.
\end{flashcard}
\begin{flashcard}[Law]{Clarke's Third Law}
Any sufficiently advanced technology is indistinguishable from magic.
\end{flashcard}
\end{document}
\begin{flashcard}[]{}
\end{flashcard}

View File

@ -2,7 +2,6 @@
Flash cards are easy to make in LaTeX. This repo contains several examples using default packages. Flash cards are easy to make in LaTeX. This repo contains several examples using default packages.
1. `adages.tex` uses the [flashcards](https://ctan.org/pkg/flashcards) package with header and footer options on the front side.
1. `botany-flashcards.tex` uses the [flacards](https://www.ctan.org/pkg/flacards) package to create Avery 5371 compatible flash cards. (This file also changes some of the card parameters at the end.) 1. `botany-flashcards.tex` uses the [flacards](https://www.ctan.org/pkg/flacards) package to create Avery 5371 compatible flash cards. (This file also changes some of the card parameters at the end.)
1. `business_cards.tex` uses the [elzcards](https://ctan.org/pkg/elzcards) package with the business cards option. 1. `business_cards.tex` uses the [elzcards](https://ctan.org/pkg/elzcards) package with the business cards option.
1. `geometry-flashcards.tex` uses the [elzcards](https://ctan.org/pkg/elzcards) package with custom macros to define the card appearance. 1. `geometry-flashcards.tex` uses the [elzcards](https://ctan.org/pkg/elzcards) package with custom macros to define the card appearance.