Author

Topic: Any LaTeX gurus here? (Read 579 times)

full member
Activity: 168
Merit: 100
sr. member
Activity: 345
Merit: 250
July 18, 2013, 03:23:19 AM
#7
full member
Activity: 168
Merit: 100
July 17, 2013, 10:11:26 PM
#6
Quote from: OP
Any LaTeX gurus here?

Latex? Really?

Did 1995 visit this forum?

I discovered LaTeX when I had to a make a math presentation - powerpoint just really sucked for equations, LaTeX made a beautifully typeset PDF slideshow.

I never looked back, I use it for everything from business letters to erotica to whatever I need that will be printed.
There really is not any equal when it comes to beautifully typeset documents. It does all the hard work for you.

Sometimes it takes a little searching to figure something out but once figured out it works well.

And since the source files are all plain text, it works really well for group projects on a revision control system where you can use standard text diff to see changes since other revisions.

And it's immune to word macro viruses.
sr. member
Activity: 434
Merit: 250
July 17, 2013, 02:44:00 PM
#5
Quote from: OP
Any LaTeX gurus here?

Latex? Really?

Did 1995 visit this forum?
full member
Activity: 168
Merit: 100
July 17, 2013, 12:37:17 PM
#4
Solved - I can use the fonts psgreek.sty makes available w/o screwed up PDF bookmarks.

Code:
\newcommand{\ubtc}{\texorpdfstring{\foreignlanguage{greek}{m}}{\textmu{}}BTC}

It uses the specified psgreek font when typesetting the document but when creating the PDF bookmarks, uses the more generic mu from the textcomp.sty package - which hyperref understands.
full member
Activity: 168
Merit: 100
July 17, 2013, 07:11:12 AM
#3
That works except it doesn't use the right font.

Code:
\newcommand{\ubtc}{{\fontfamily{mak}\selectfont\textmu{}}BTC}

uses the right font but not the right variant of the font (e.g. doesn't use bold in headings) but I think I'm on the right path.
I think I just need to redefine the font for textcomp in the preamble so textmu itself can take care of selecting the right variant.

I'll look at the textcomp documentation, it may have it.
sr. member
Activity: 345
Merit: 250
July 17, 2013, 06:42:02 AM
#2
What you are searching for is in mathmode

$\mu$BTC
try

\newcommand{\ubtc}{$\mu$BTC}


// EDIT just read the first answer there -- donna do some searching now

// EDIT 2
you may try

\usepackage{textcomp}
\newcommand{\ubtc}{\textmu BTC}
full member
Activity: 168
Merit: 100
July 17, 2013, 05:58:54 AM
#1
Issue I am having is not bitcoin specific but it is related to a bitcoin article I am writing.
It is with using foreign characters in a PDF bookmark, specifically mu.

I posted at

http://latex-community.org/forum/viewtopic.php?f=48&t=23567

Lot of geeks here, lot of math geeks here, so hoping maybe some LaTeX users who have come across this and know a solution.
Jump to: