Compare commits
	
		
			2 Commits
		
	
	
		
			8ff4d5e1b8
			...
			b7b5268b34
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b7b5268b34 | |||
| ea890f74b0 | 
							
								
								
									
										75
									
								
								adages.tex
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										75
									
								
								adages.tex
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,75 @@ | ||||
| \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} | ||||
| 
 | ||||
| @ -2,6 +2,7 @@ | ||||
| 
 | ||||
| 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. `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. | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user