summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-05 01:46:48 +0000
committerNorbert Preining <preining@logic.at>2021-04-05 01:46:48 +0000
commit678c84747dc180471d08fcd720cd478e46eeb64b (patch)
treec457b96b95b59d8d10b57e124e09dfb7dbd2a341 /Master/texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt
parent02609a50d2679a3884c0fbc91b90704d781f5902 (diff)
sugconf (5apr21)
git-svn-id: svn://tug.org/texlive/trunk@58752 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt')
-rw-r--r--Master/texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt86
1 files changed, 0 insertions, 86 deletions
diff --git a/Master/texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt b/Master/texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt
deleted file mode 100644
index 53f13af6b59..00000000000
--- a/Master/texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt
+++ /dev/null
@@ -1,86 +0,0 @@
-Paper 999-99
-
-Paper Written for the Annual SUGI Conference
-
-SUGI Author, ABC Corporation, City, State
-SUGI Co-Author, ABC Corporation, City, State
-
-ABSTRACT (HEADER 1)
-
-A brief summary at the beginning highlights the major points of your
-paper. Include the complete names of all SAS products that are
-discussed in the paper, names of operating environments (if
-applicable), and the skill level that the intended audience should
-have. (9-point Arial regular)
-
-INTRODUCTION (HEADER 1)
-
-The introduction explains the purpose and scope of your paper.
-
-MAIN IDEA (Body of Paper, HEADER 1)
-
-This is a main topic in the body of the paper. This is the body of
-the paper. This is the body of the paper. This is the body of the
-paper. This is the body of the paper. This is programming code in
-the body of the paper.
-
-data one;
-set two;
-if mix(var1, var2) > 0 then do;
-run;
-Continuation of body of the paper.
-
-SUB-TOPIC (HEADER 2)
-
-This is a sub-topic in the body of the paper. This is text in the
-sub-topic. This is text in the sub-topic. This is programming code
-in the sub-topic in the body of the paper.
-
-data one;
-set two;
-if mix(var1, var2) > 0 then do;
-run;
-Continuation of body – after source code.
-
-ANOTHER MAIN TOPIC (HEADER 1)
-
-This is the text of another main idea. This is the text of another
-main idea. This is the text of another main idea
-
-CONCLUSION (HEADER 1)
-
-The conclusion summarizes the main ideas in your paper. You can also
-use the conclusion to highlight final points and make
-recommendations or predictions.
-
-REFERENCES (HEADER 1)
-
-This section is required only when information that was written,
-tested, or researched by someone other than the author is included
-in the paper.
-
-ACKNOWLEDGMENTS (HEADER 1)
-
-This section is not required. Use this section to thank people who
-were especially helpful to you when you wrote your paper, for
-example, co-workers, reviewers, product developers.
-
-CONTACT INFORMATION (HEADER 1)
-
-Your comments and questions are valued and encouraged.
-Contact the author(s):
-Name
-Enterprise
-Address
-City, State, ZIP
-Work Phone:
-Fax:
-E-mail:
-Web:
-
-SAS and all other SAS Institute Inc. product or service names are
-registered trademarks or trademarks of SAS Institute Inc. in the USA
-and other countries. ® indicates USA registration.
-
-Other brand and product names are trademarks of their respective
-companies.