aboutsummaryrefslogtreecommitdiff
path: root/wroblewski-world
diff options
context:
space:
mode:
authorHolden Rohrer <hdawg7797@yahoo.com>2019-08-20 20:33:41 -0400
committerHolden Rohrer <hdawg7797@yahoo.com>2019-08-20 20:33:41 -0400
commit7538b7a3903fdcbab0942b98060949273e0c78e7 (patch)
treec6ce97b704fb3250bf4cad80b437c778768d8b7f /wroblewski-world
parentec42437b6ef357070b94ef48054b8186f3d5a896 (diff)
day 6 and structure
Diffstat (limited to 'wroblewski-world')
-rw-r--r--wroblewski-world/reading-notes/compile.tex3
-rw-r--r--wroblewski-world/reading-notes/day6.tex14
-rw-r--r--wroblewski-world/reading-notes/terms.tex4
3 files changed, 16 insertions, 5 deletions
diff --git a/wroblewski-world/reading-notes/compile.tex b/wroblewski-world/reading-notes/compile.tex
index 09b7704..f9f74f2 100644
--- a/wroblewski-world/reading-notes/compile.tex
+++ b/wroblewski-world/reading-notes/compile.tex
@@ -1,10 +1,11 @@
%Compiles all notes
\input notes.tex
+%\sepcol
\def\dir{wroblewski-world/reading-notes}
\def\file#1{\input \dir/#1 \maketerms \smallskip\hrule\smallskip}
-\input \dir/terms.tex %Should this be moved to main?
+\input terms.tex
%Actual Notes
\file{day5.tex}
diff --git a/wroblewski-world/reading-notes/day6.tex b/wroblewski-world/reading-notes/day6.tex
new file mode 100644
index 0000000..cbdba27
--- /dev/null
+++ b/wroblewski-world/reading-notes/day6.tex
@@ -0,0 +1,14 @@
+%Aug 19
+%https://drive.google.com/file/d/0B-kWP580Xy6HMjgwaWlmZENuSVlyMnFjR1Q0M2s3R2VlMlJB/view (Passage on Buddhism)
+Like the textbook talked about some, Hinduism wasn't exclusively patriarchal; women played some roles in society and had more rights than in many religions of the same era. In Hinduism, there are also numerous methods (extended study, detachment from the world, working without considering consequence, devotion to a deity, or extended meditation) to achieve moksha or rest, teaching what is valued by Hindu society.
+
+As Hinduism was being developed, the competing tradition of Buddhism emerged with a different founder---Siddhartha Gautama, given the name Buddha later. He ``became `enlightened,'\thinspace'' having learned how to achieve personal peace and started to teach it to his followers.
+\term{Buddhism}{a religious tradition partially adapted from Hinduism which seeks nirvana---a death of ego, ``greed, hatred, and delusion.''}
+
+It implemented many Hindu elements, but the Buddha's six-year search for enlightenment brought with the idea that suffering is intrinsic to human life, and happiness can be achieved by losing desire through a modest and moral life. Its founder also imagined {\it nirvana}, that state which creates a sense of internal peace and great ``compassion for all beings.'' The Hindu implements it used include reincarnation, karma, meditation, and a moksha-like concept---but it deliberately rejected the parts which made Hinduism so inaccessible: Brahmin religious authority, rituals, sacrifice, and the utility of a God of any sort.
+
+Buddhism also differentiated itself by its egalitarianism. Women as Buddhist nuns and lower caste groups were liberated from their limiting roles in Hindu/Indian society. They were mostly able to run their own affairs in monasteries instead of being socially restrained. Buddhism wasn't perfectly egalitarian, however; the Buddha needed to be convinced by his attendant to allow the existence of nuns as part of Buddhist organization.
+\term{Monasticism}{the lifestyle characterized by life in monasteries, typically by monks and nuns practicing strong religious discipline}
+
+As Buddhism spread, modified forms developed because of the intense effort necessary to practice the Buddha's original form, {\it Theravada}, which was mostly psychological, describing a set of practices helpful in achieving enlightenment. The most common modified form was Mahayana (Great Vehicle), which is similar to Abrahamic and Hindu religion in its Heavens and Hells, its reintroduction of religious piety and devotion, and {\it bodhisattvas}.
+\term{Bodhisattvas}{spiritiually developed people who postponed their own entry into nirvana to assist those who were still suffering}
diff --git a/wroblewski-world/reading-notes/terms.tex b/wroblewski-world/reading-notes/terms.tex
deleted file mode 100644
index e890bee..0000000
--- a/wroblewski-world/reading-notes/terms.tex
+++ /dev/null
@@ -1,4 +0,0 @@
-\def\termform{\line{\hfil {\it Vocabulary} \hfil}\smallskip}
-\edef\terms{\termform}
-\def\term#1#2{\let\oldterms\terms \edef\terms{\oldterms\par{\bf #1}: #2}}
-\def\maketerms{\smallskip\hrule\smallskip\terms \edef\terms{\termform}}