texshade: how to change fontshape? Announcing the arrival of Valued Associate #679: Cesar...
What would you call this weird metallic apparatus that allows you to lift people?
What does Turing mean by this statement?
How can I save and copy a screenhot at the same time?
Delete free apps from library
Weaponising the Grasp-at-a-Distance spell
GDP with Intermediate Production
How to write capital alpha?
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
The Nth Gryphon Number
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
What is the difference between a "ranged attack" and a "ranged weapon attack"?
After Sam didn't return home in the end, were he and Al still friends?
Can two people see the same photon?
Google .dev domain strangely redirects to https
What does the writing on Poe's helmet say?
Is there hard evidence that the grant peer review system performs significantly better than random?
What is the origin of 落第?
Why is a lens darker than other ones when applying the same settings?
Why are vacuum tubes still used in amateur radios?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
How does light 'choose' between wave and particle behaviour?
Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?
White walkers, cemeteries and wights
Is openssl rand command cryptographically secure?
texshade: how to change fontshape?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Conflict between color, graphicx and libertineTimes New Roman font for custom classHow do I use TrueType Fonts with PDFTeX using otftotfm?What is going on with all these Times clones?Is LuaLaTeX producing faulty pdfs?Layout for seminar paper; justified, font, size, spacingUsing a handwriting font from myscriptfont.comWhy do I get a warning about computer modern even though I'm using lmodern?including own fonts in xelatex with fontspec doesn't work for “bold” “italic” font facesWho changed my Chinese character?
I tried to use the following codes to change the fontshape of the output of texshade package as times NEW roman, however, it seemed nothing had changed without any warnings, why?
And interestingly, when i tried to use the following codes to export a pdf file but without using the texshade package, it seemed the fontshape in the output changed as times NEW roman!!!why???
This is the codes i used:
documentclass[10pt]{article}
usepackage{fontspec}
setmainfont{Times New Roman}
usepackage{lipsum}
usepackage{texshade}
begin{document}
begin{texshade}{all_OXA_mafft.fasta}
shadingmode{diverse}
.......
end{texshade}
end{document}
fonts
New contributor
add a comment |
I tried to use the following codes to change the fontshape of the output of texshade package as times NEW roman, however, it seemed nothing had changed without any warnings, why?
And interestingly, when i tried to use the following codes to export a pdf file but without using the texshade package, it seemed the fontshape in the output changed as times NEW roman!!!why???
This is the codes i used:
documentclass[10pt]{article}
usepackage{fontspec}
setmainfont{Times New Roman}
usepackage{lipsum}
usepackage{texshade}
begin{document}
begin{texshade}{all_OXA_mafft.fasta}
shadingmode{diverse}
.......
end{texshade}
end{document}
fonts
New contributor
add a comment |
I tried to use the following codes to change the fontshape of the output of texshade package as times NEW roman, however, it seemed nothing had changed without any warnings, why?
And interestingly, when i tried to use the following codes to export a pdf file but without using the texshade package, it seemed the fontshape in the output changed as times NEW roman!!!why???
This is the codes i used:
documentclass[10pt]{article}
usepackage{fontspec}
setmainfont{Times New Roman}
usepackage{lipsum}
usepackage{texshade}
begin{document}
begin{texshade}{all_OXA_mafft.fasta}
shadingmode{diverse}
.......
end{texshade}
end{document}
fonts
New contributor
I tried to use the following codes to change the fontshape of the output of texshade package as times NEW roman, however, it seemed nothing had changed without any warnings, why?
And interestingly, when i tried to use the following codes to export a pdf file but without using the texshade package, it seemed the fontshape in the output changed as times NEW roman!!!why???
This is the codes i used:
documentclass[10pt]{article}
usepackage{fontspec}
setmainfont{Times New Roman}
usepackage{lipsum}
usepackage{texshade}
begin{document}
begin{texshade}{all_OXA_mafft.fasta}
shadingmode{diverse}
.......
end{texshade}
end{document}
fonts
fonts
New contributor
New contributor
edited 36 secs ago
JouleV
14.6k22665
14.6k22665
New contributor
asked 5 mins ago
user186232user186232
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
user186232 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485850%2ftexshade-how-to-change-fontshape%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
user186232 is a new contributor. Be nice, and check out our Code of Conduct.
user186232 is a new contributor. Be nice, and check out our Code of Conduct.
user186232 is a new contributor. Be nice, and check out our Code of Conduct.
user186232 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485850%2ftexshade-how-to-change-fontshape%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown