Skip to content

arman89GR/aspect-whitepaper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Aspect Whitepaper

LaTeX Setup on Mac

This guide will walk you through the steps to set up LaTeX on your Mac.

MacTeX is a full TeX distribution for macOS that includes all the necessary components for LaTeX typesetting. To install MacTeX, follow these steps:

Open a web browser and go to the MacTeX website: https://www.tug.org/mactex/

Download the MacTeX installer by clicking on the download link provided on the website.

Once the download is complete, open the installer package.

Build Whitepaper

cd latex
bash build.sh

The paper is located in the build directory.

File Struct

.
├── README.md
└── latex
    ├── build
    │   ├── whitepaper.brf
    │   └── whitepaper.pdf
    ├── build.sh
    ├── references.bib
    ├── sections
    │   ├── 01-introduction.tex
    │   ├── 02-extensibility.tex
    │   ├── 03-aspect-programming.tex
    │   ├── 04-join-point-model.tex
    │   ├── 05-implementation-aspect-boost.tex
    │   ├── 06-new-world-with-aspect.tex
    │   ├── 07-conclusion.tex
    │   ├── 08-miscellanea.tex
    │   ├── 09-appendix.tex
    │   ├── aspect-boost.png
    │   ├── frog.jpg
    │   ├── images
    │   ├── join-point-layout.png
    │   ├── join-point-model-overview.png
    │   ├── tx-latency-et-vs-cc.png
    │   ├── tx-latency-et-vs-jpc.png
    │   └── tx-latency-na-vs-jpc.png
    └── whitepaper.tex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.4%
  • Shell 0.6%