GithubHelp home page GithubHelp logo

bhpachulski / latex-scholar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from magsilva/latex-scholar

0.0 2.0 0.0 53.84 MB

Classes and packages to write dissertations, project proposals and reports

TeX 100.00%

latex-scholar's Introduction

Requirements
---
* abnTeX (optional)
  - Available at https://github.com/magsilva/abntex 
* winfonts (optional)



Installation instructions
---

Download the package and copy the 'packages' directory into:

   '~/texmf/tex/latex/latex-scholar' (for a single user installation on Linux) or
   '/usr/share/texlive/texmf-dist/tex/latex/latex-scholar' (on Fedora) or
   '/usr/share/texmf-texlive/tex/latex/latex-scholar' (on Ubuntu/Debian) or
   '~/Library/texmf/tex/latex/latex-scholar' (on MacOS with MacTeX) or
   'C:\Program Files (x86)\MiKTeX 2.9\tex\latex' (on Windows)

For system wide installation, you must run 'mktexlsr'. For single user
installation, no further instructions are required.

Take a look into the 'examples' directory for directions on how to use
LaTeX-Scholar. Any doubt, just send me an email: [email protected]




If you want to compile dissertations using ICMC style, you must install
TrueType fonts distributed by Microsoft (Arial, Times New Roman, etc). 

* Fedora, Mandrinva, Suse (RPM-based Linux distributions)
  1. Install the tools to configure fonts for LaTeX (ttmkfdir):

       sudo yum install ttmkfdir

  2. Download the latest CoreFonts RPM package:

       wget http://sourceforge.net/projects/mscorefonts2/files/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm

  3. Install the RPM file:

       sudo rpm -Uvh msttcore-fonts-installer-2.6-1.noarch.rpm


  4. Configure LaTeX to use the fonts.

     4.1. For a system wide installation:

         4.1.1. On Fedora:

           cd /usr/share/texlive/texmf-dist/fonts/truetype/public
           sudo ln -s /usr/share/fonts/msttcore
           sudo mktexlsr

         4.1.2. On Ubuntu or Debian:

           cd  /usr/share/texmf-texlive/fonts/truetype/public
           sudo ln -s /usr/share/fonts/msttcore
           sudo mktexlsr

     4.2. For a single user installation:

         mkdir -p ~/texmf/fonts
         cd ~/texmf/fonts
         ln -s /usr/share/fonts/msttcore


  5. Install the package 'winfonts'.

     5.1. For a system wide installation:

         5.1.1. On Fedora:
 
             cd /usr/share/texlive/texmf-dist
             sudo wget http://tug.ctan.org/tex-archive/fonts/winfonts/winfonts.zip
             sudo unzip winfonts.zip
             sudo rm winfonts.zip
             sudo mktexlsr
             sudo texhash
             sudo updmap-sys --enable MixedMap=winfonts.map


         5.1.2. On Ubuntu or Debian:

             cd /usr/share/texmf-texlive/
             sudo wget http://tug.ctan.org/tex-archive/fonts/winfonts/winfonts.zip
             sudo unzip winfonts.zip
             sudo rm winfonts.zip
             sudo update-texmf
             sudo update-fmtutil
             sudo update-updmap
             sudo texhash
             sudo updmap-sys --enable MixedMap=winfonts.map



    5.2. For a single user installation:
      
         cd ~/texmf
         wget http://tug.ctan.org/tex-archive/fonts/winfonts/winfonts.zip
         unzip winfonts.zip
         rm winfonts.zip
         updmap --enable MixedMap winfonts.map

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.