Ignore:
Timestamp:
Apr 18, 2018, 9:55:06 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
3265399, 9dc31c10
Parents:
f38e7d7
Message:

relocate AMA paper macros

Location:
doc/papers/concurrency
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/concurrency/Makefile

    rf38e7d7 rd046db2  
    33Build = build
    44Figures = figures
    5 Macros = AMA/AMA-stix/ama
     5Macros = ../AMA/AMA-stix/ama
    66TeXLIB = .:annex:../../LaTeXmacros:${Macros}:${Build}:../../bibliography:
    77LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build}
     
    7979
    8080WileyNJD-AMA.bst:
    81         ln -fs AMA/AMA-stix/ama/WileyNJD-AMA.bst .
     81        ln -fs ../AMA/AMA-stix/ama/WileyNJD-AMA.bst .
    8282
    8383%.tex : %.fig
  • doc/papers/concurrency/Paper.tex

    rf38e7d7 rd046db2  
    1212
    1313% Latex packages used in the document.
     14
    1415\usepackage{epic,eepic}
    1516\usepackage{xspace}
     
    2122\usepackage{siunitx}
    2223\sisetup{ binary-units=true }
    23 %\input{style}                                                          % bespoke macros used in the document
    2424
    2525\hypersetup{breaklinks=true}
     
    3131\renewcommand{\linenumberfont}{\scriptsize\sffamily}
    3232
    33 \lefthyphenmin=4                                                        % hyphen only after 4 characters
    34 \righthyphenmin=4
     33\renewcommand{\textfraction}{0.0}       % the entire page maybe devoted to floats with no text on the page at all
     34
     35\lefthyphenmin=3                                                        % hyphen only after 4 characters
     36\righthyphenmin=3
    3537
    3638%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.