summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/macros/L11.1a
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/learn/lib/macros/L11.1a')
-rw-r--r--usr.bin/learn/lib/macros/L11.1a96
1 files changed, 0 insertions, 96 deletions
diff --git a/usr.bin/learn/lib/macros/L11.1a b/usr.bin/learn/lib/macros/L11.1a
deleted file mode 100644
index a58f7d47436..00000000000
--- a/usr.bin/learn/lib/macros/L11.1a
+++ /dev/null
@@ -1,96 +0,0 @@
-#print
-The most complex format is the TM (technical memorandum)
-format. If you use that, instead of the IM format,
-you get the usual "MEMORANDUM FOR FILE" message. In addition,
-you usually want to specify the TM number, case numbers, and
-so forth. The command line for TM format (which should also
-be the first line given) should read:
-
- .TM memo-no. case-no. filing-no.
-
-so that, for example, the command line
-
- .TM 75-1274-1 39199 39199-11
-
-indicates a TM number of 75-1274-1, a charging case number
-of 39199, and a filing case number of 39199-11. Suppose the
-number for this memo is
- 75-1776-1
-and the charging and filing cases are both
- 12345
-Edit the file "decl" for TM format and run it off.
-#create Ref
-.TM 75-1776-1 12345 12345
-.TL
-Declaration of Independence
-.AU
-Thomas Jefferson
-.AI
-The Continental Congress
-Philadelphia, Pa. 19104
-.AB
-This paper describes advances in scattering theory
-of colonies from mother countries.
-.AE
-.PP
-When in the course of human events, it becomes
-necessary for one people to dissolve the political bands which have
-connected them with another, and to assume among the
-powers of the earth the separate and equal station to which
-the laws of Nature and of Nature's God entitle them, a decent
-respect to the opinions of mankind requires that they should
-declare the causes which impel them to the separation.
-.PP
-We hold these truths to be self-evident, that all men
-are created equal, that they are endowed by their creator
-with certain unalienable rights, that among these are life, liberty,
-and the pursuit of happiness. That to secure these rights,
-governments are instituted among men, deriving their just
-powers from the consent of the governed. That whenever
-any form of government becomes destructive of these ends,
-it is the right of the people to alter or to abolish it, and
-to institute new government, laying its foundation on such
-principles and organizing its powers in such form, as to them
-shall seem most likely to effect their safety and happiness.
-#once nroff -ms Ref >X1 &
-#create decl
-.IM
-.TL
-Declaration of Independence
-.AU
-Thomas Jefferson
-.AI
-The Continental Congress
-Philadelphia, Pa. 19104
-.AB
-This paper describes advances in scattering theory
-of colonies from mother countries.
-.AE
-.PP
-When in the course of human events, it becomes
-necessary for one people to dissolve the political bands which have
-connected them with another, and to assume among the
-powers of the earth the separate and equal station to which
-the laws of Nature and of Nature's God entitle them, a decent
-respect to the opinions of mankind requires that they should
-declare the causes which impel them to the separation.
-.PP
-We hold these truths to be self-evident, that all men
-are created equal, that they are endowed by their creator
-with certain unalienable rights, that among these are life, liberty,
-and the pursuit of happiness. That to secure these rights,
-governments are instituted among men, deriving their just
-powers from the consent of the governed. That whenever
-any form of government becomes destructive of these ends,
-it is the right of the people to alter or to abolish it, and
-to institute new government, laying its foundation on such
-principles and organizing its powers in such form, as to them
-shall seem most likely to effect their safety and happiness.
-#copyout
-#user
-#uncopyout
-tail -66 .ocopy >X2
-#cmp X1 X2
-#log
-#next
-12.1a 10