How put title in a “Dedication”How put title in dedicatory?How to put a brace and a title?How to put...

Translation needed for 130 years old church document

Why is it that Bernie Sanders is always called a "socialist"?

Critique vs nitpicking

Cool Project Ideas

Eww, those bytes are gross

If angels and devils are the same species, why would their mortal offspring appear physically different?

Renting a 2CV in France

Which RAF squadrons and aircraft types took part in the bombing of Berlin on the 25th of August 1940?

How to completely remove a package in Ubuntu (like it never existed)

Why did Luke use his left hand to shoot?

Is there a file that always exists and a 'normal' user can't lstat it?

Converting very wide logos to square formats

Do authors have to be politically correct in article-writing?

How to not let the Identify spell spoil everything?

Single-row INSERT...SELECT much slower than separate SELECT

Microtypography protrusion with Polish quotation marks

Book where a space ship journeys to the center of the galaxy to find all the stars had gone supernova

What makes papers publishable in top-tier journals?

What to do with threats of blacklisting?

I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."

Equivalent of "illegal" for violating civil law

Can you determine if focus is sharp without diopter adjustment if your sight is imperfect?

Closed set in topological space generated by sets of the form [a, b).

hrule into tikz circle node



How put title in a “Dedication”


How put title in dedicatory?How to put a brace and a title?How to put title in the header?How to put a gigantic number next to the title?Create a document cover using style classIs it possible to put two title pics?How to put a footnote in the title in LyXI can't put a picture, title and author in the same pageHow I put an image as header on title page?How to put the title where I wantHow put title in dedicatory?













1















I want to put the title bigger and make it nice
my code have this result, but i need more the title



enter image description here



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
itshape % the text is in italics
raggedleft % flush to the right margin
}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}









share|improve this question




















  • 1





    What do you mean by "[you] need more the title"?

    – Werner
    2 hours ago











  • @Werner my english is not very good, I just want to put the title

    – x-rw
    2 hours ago






  • 1





    That's fine. "Putting" the title is exactly what is happening though. By "more" I imagine you want something bigger? How about typing your question in Google Translate and then posting it here...?

    – Werner
    2 hours ago











  • I took the liberty and made a rollboack of your question so that my given answer now fits to the original question you asked and not the completly changed question afterwards you asked new.

    – Kurt
    1 hour ago
















1















I want to put the title bigger and make it nice
my code have this result, but i need more the title



enter image description here



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
itshape % the text is in italics
raggedleft % flush to the right margin
}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}









share|improve this question




















  • 1





    What do you mean by "[you] need more the title"?

    – Werner
    2 hours ago











  • @Werner my english is not very good, I just want to put the title

    – x-rw
    2 hours ago






  • 1





    That's fine. "Putting" the title is exactly what is happening though. By "more" I imagine you want something bigger? How about typing your question in Google Translate and then posting it here...?

    – Werner
    2 hours ago











  • I took the liberty and made a rollboack of your question so that my given answer now fits to the original question you asked and not the completly changed question afterwards you asked new.

    – Kurt
    1 hour ago














1












1








1








I want to put the title bigger and make it nice
my code have this result, but i need more the title



enter image description here



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
itshape % the text is in italics
raggedleft % flush to the right margin
}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}









share|improve this question
















I want to put the title bigger and make it nice
my code have this result, but i need more the title



enter image description here



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
itshape % the text is in italics
raggedleft % flush to the right margin
}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}






titles






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 hour ago









Kurt

38.2k847162




38.2k847162










asked 2 hours ago









x-rwx-rw

49818




49818








  • 1





    What do you mean by "[you] need more the title"?

    – Werner
    2 hours ago











  • @Werner my english is not very good, I just want to put the title

    – x-rw
    2 hours ago






  • 1





    That's fine. "Putting" the title is exactly what is happening though. By "more" I imagine you want something bigger? How about typing your question in Google Translate and then posting it here...?

    – Werner
    2 hours ago











  • I took the liberty and made a rollboack of your question so that my given answer now fits to the original question you asked and not the completly changed question afterwards you asked new.

    – Kurt
    1 hour ago














  • 1





    What do you mean by "[you] need more the title"?

    – Werner
    2 hours ago











  • @Werner my english is not very good, I just want to put the title

    – x-rw
    2 hours ago






  • 1





    That's fine. "Putting" the title is exactly what is happening though. By "more" I imagine you want something bigger? How about typing your question in Google Translate and then posting it here...?

    – Werner
    2 hours ago











  • I took the liberty and made a rollboack of your question so that my given answer now fits to the original question you asked and not the completly changed question afterwards you asked new.

    – Kurt
    1 hour ago








1




1





What do you mean by "[you] need more the title"?

– Werner
2 hours ago





What do you mean by "[you] need more the title"?

– Werner
2 hours ago













@Werner my english is not very good, I just want to put the title

– x-rw
2 hours ago





@Werner my english is not very good, I just want to put the title

– x-rw
2 hours ago




1




1





That's fine. "Putting" the title is exactly what is happening though. By "more" I imagine you want something bigger? How about typing your question in Google Translate and then posting it here...?

– Werner
2 hours ago





That's fine. "Putting" the title is exactly what is happening though. By "more" I imagine you want something bigger? How about typing your question in Google Translate and then posting it here...?

– Werner
2 hours ago













I took the liberty and made a rollboack of your question so that my given answer now fits to the original question you asked and not the completly changed question afterwards you asked new.

– Kurt
1 hour ago





I took the liberty and made a rollboack of your question so that my given answer now fits to the original question you asked and not the completly changed question afterwards you asked new.

– Kurt
1 hour ago










1 Answer
1






active

oldest

votes


















1














It seems you simply needs to add section*{Dedication} at the right place in your definition.



Please see the following code:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
section*{Dedication} % <==========================================
itshape % the text is in italics
raggedleft % flush to the right margin
}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result:



dedication with title



To get the title left simply move raggedleft before section*:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
raggedleft % flush to the right margin <===============
section*{Dedication} % <========================================
itshape % the text is in italics

}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result is:



title left






share|improve this answer


























  • The font is distint, How can I put it on the left? in another example please

    – x-rw
    1 hour ago













  • @x-rw Simply move only raggedleft before section*.Please see my updated answer.

    – Kurt
    1 hour ago











  • but when I put section the alignment was modified

    – x-rw
    1 hour ago











  • @x-rw Sorry, I do not understand. Please use a translater and descibe exactly what you want in your question!

    – Kurt
    1 hour ago











  • i edited my question, see please

    – x-rw
    1 hour ago











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476646%2fhow-put-title-in-a-dedication%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














It seems you simply needs to add section*{Dedication} at the right place in your definition.



Please see the following code:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
section*{Dedication} % <==========================================
itshape % the text is in italics
raggedleft % flush to the right margin
}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result:



dedication with title



To get the title left simply move raggedleft before section*:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
raggedleft % flush to the right margin <===============
section*{Dedication} % <========================================
itshape % the text is in italics

}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result is:



title left






share|improve this answer


























  • The font is distint, How can I put it on the left? in another example please

    – x-rw
    1 hour ago













  • @x-rw Simply move only raggedleft before section*.Please see my updated answer.

    – Kurt
    1 hour ago











  • but when I put section the alignment was modified

    – x-rw
    1 hour ago











  • @x-rw Sorry, I do not understand. Please use a translater and descibe exactly what you want in your question!

    – Kurt
    1 hour ago











  • i edited my question, see please

    – x-rw
    1 hour ago
















1














It seems you simply needs to add section*{Dedication} at the right place in your definition.



Please see the following code:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
section*{Dedication} % <==========================================
itshape % the text is in italics
raggedleft % flush to the right margin
}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result:



dedication with title



To get the title left simply move raggedleft before section*:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
raggedleft % flush to the right margin <===============
section*{Dedication} % <========================================
itshape % the text is in italics

}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result is:



title left






share|improve this answer


























  • The font is distint, How can I put it on the left? in another example please

    – x-rw
    1 hour ago













  • @x-rw Simply move only raggedleft before section*.Please see my updated answer.

    – Kurt
    1 hour ago











  • but when I put section the alignment was modified

    – x-rw
    1 hour ago











  • @x-rw Sorry, I do not understand. Please use a translater and descibe exactly what you want in your question!

    – Kurt
    1 hour ago











  • i edited my question, see please

    – x-rw
    1 hour ago














1












1








1







It seems you simply needs to add section*{Dedication} at the right place in your definition.



Please see the following code:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
section*{Dedication} % <==========================================
itshape % the text is in italics
raggedleft % flush to the right margin
}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result:



dedication with title



To get the title left simply move raggedleft before section*:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
raggedleft % flush to the right margin <===============
section*{Dedication} % <========================================
itshape % the text is in italics

}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result is:



title left






share|improve this answer















It seems you simply needs to add section*{Dedication} at the right place in your definition.



Please see the following code:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
section*{Dedication} % <==========================================
itshape % the text is in italics
raggedleft % flush to the right margin
}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result:



dedication with title



To get the title left simply move raggedleft before section*:



documentclass[a4paper,12pt]{article}
usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}

newenvironment{dedication}
{clearpage % we want a new page
thispagestyle{empty}% no header and footer
vspace*{stretch{1}}% some space at the top
raggedleft % flush to the right margin <===============
section*{Dedication} % <========================================
itshape % the text is in italics

}
{par % end the paragraph
vspace{stretch{3}} % space at bottom is three times that at the top
clearpage % finish off the page
}

begin{document}
begin{dedication}
Dedicated to google and wikipedia by models (SaaS, PaaS, and IaaS), the CP provides the storage and processing facilities
needed to support that service model, together with a cloud interface for cloud
service consumers. For SaaS, the CP deploy
end{dedication}
end{document}


and the result is:



title left







share|improve this answer














share|improve this answer



share|improve this answer








edited 1 hour ago

























answered 1 hour ago









KurtKurt

38.2k847162




38.2k847162













  • The font is distint, How can I put it on the left? in another example please

    – x-rw
    1 hour ago













  • @x-rw Simply move only raggedleft before section*.Please see my updated answer.

    – Kurt
    1 hour ago











  • but when I put section the alignment was modified

    – x-rw
    1 hour ago











  • @x-rw Sorry, I do not understand. Please use a translater and descibe exactly what you want in your question!

    – Kurt
    1 hour ago











  • i edited my question, see please

    – x-rw
    1 hour ago



















  • The font is distint, How can I put it on the left? in another example please

    – x-rw
    1 hour ago













  • @x-rw Simply move only raggedleft before section*.Please see my updated answer.

    – Kurt
    1 hour ago











  • but when I put section the alignment was modified

    – x-rw
    1 hour ago











  • @x-rw Sorry, I do not understand. Please use a translater and descibe exactly what you want in your question!

    – Kurt
    1 hour ago











  • i edited my question, see please

    – x-rw
    1 hour ago

















The font is distint, How can I put it on the left? in another example please

– x-rw
1 hour ago







The font is distint, How can I put it on the left? in another example please

– x-rw
1 hour ago















@x-rw Simply move only raggedleft before section*.Please see my updated answer.

– Kurt
1 hour ago





@x-rw Simply move only raggedleft before section*.Please see my updated answer.

– Kurt
1 hour ago













but when I put section the alignment was modified

– x-rw
1 hour ago





but when I put section the alignment was modified

– x-rw
1 hour ago













@x-rw Sorry, I do not understand. Please use a translater and descibe exactly what you want in your question!

– Kurt
1 hour ago





@x-rw Sorry, I do not understand. Please use a translater and descibe exactly what you want in your question!

– Kurt
1 hour ago













i edited my question, see please

– x-rw
1 hour ago





i edited my question, see please

– x-rw
1 hour ago


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476646%2fhow-put-title-in-a-dedication%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...