|
|
| | | |
| === DOS === | | === DOS === |
| + | *[http://www.computerhope.com/batch.htm Good short batch reference] |
| *<code>ICACLS [folder|file] /grane USER:(F)</code> grant everyone full control permissions on folder or all subfolders starting at folder | | *<code>ICACLS [folder|file] /grane USER:(F)</code> grant everyone full control permissions on folder or all subfolders starting at folder |
| *<code>XCOPY [SOURCE] [DEST] /d/e/f/i/a /EXCLUDE:exclude.txt</code> Search subfolders for *.jpg and copy files to C:\FOLDER\ | | *<code>XCOPY [SOURCE] [DEST] /d/e/f/i/a /EXCLUDE:exclude.txt</code> Search subfolders for *.jpg and copy files to C:\FOLDER\ |
|
|
| | | |
| === LaTeX === | | === LaTeX === |
| + | *[http://www.tex.ac.uk/cgi-bin/texfaq2html?label=widows Notes on widow and orphan control] |
| + | *>[http://www.math.vanderbilt.edu/~schectex/wincd/intro_to_tex.htm Good LaTeX intro] |
| *[http://www.michaelshell.org/tex/ieeetran/ IEEETran Q&A] | | *[http://www.michaelshell.org/tex/ieeetran/ IEEETran Q&A] |
| *[http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-letter.pdf Comprehensive list of symbols] | | *[http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-letter.pdf Comprehensive list of symbols] |
|
|
| | | |
| ==== Embedding Fonts ==== | | ==== Embedding Fonts ==== |
| + | *[http://www.azfonts.net/search.html?name_filter=NimbusSanL Download Nimbus Fonts] |
| *[http://www.athleticaid.com/yaquinapress/postscript/XPHome_EmbedFonts.html Setup pdf printer to embed fonts] | | *[http://www.athleticaid.com/yaquinapress/postscript/XPHome_EmbedFonts.html Setup pdf printer to embed fonts] |
− | :Replacing commercial fonts (which don't get embedded into the pdf with open source tools): | + | :Replacing commercial fonts (which don't get embedded into the pdf with open source tools), script: |
| <code> | | <code> |
| # We go for replacing the wrong commercial font names with URW names, we also | | # We go for replacing the wrong commercial font names with URW names, we also |
| # adapt some similar fonts names on the fly (extend for further font names): | | # adapt some similar fonts names on the fly (extend for further font names): |
| | | |
Exception encountered, of type "Error"